Uses of Class
com.itextpdf.kernel.pdf.filespec.PdfFileSpec
-
-
Uses of PdfFileSpec in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfFileSpec Modifier and Type Field Description private PdfFileSpec
PdfEncryptedPayloadDocument. fileSpec
Methods in com.itextpdf.kernel.pdf that return PdfFileSpec Modifier and Type Method Description PdfFileSpec
PdfEncryptedPayloadDocument. getFileSpec()
Methods in com.itextpdf.kernel.pdf with parameters of type PdfFileSpec Modifier and Type Method Description void
PdfDocument. addAssociatedFile(java.lang.String description, PdfFileSpec fs)
Adds file associated with PDF document as a whole and identifies the relationship between them.void
PdfPage. addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF page and identifies the relationship between them.void
PdfPage. addAssociatedFile(java.lang.String description, PdfFileSpec fs)
Adds file associated with PDF page and identifies the relationship between them.void
PdfDocument. addFileAttachment(java.lang.String key, PdfFileSpec fs)
Adds file attachment at document level.static PdfEncryptedPayload
PdfEncryptedPayload. extractFrom(PdfFileSpec fileSpec)
void
PdfDocument. setEncryptedPayload(PdfFileSpec fs)
Sets an encrypted payload, making this document an unencrypted wrapper document.Constructors in com.itextpdf.kernel.pdf with parameters of type PdfFileSpec Constructor Description PdfEncryptedPayloadDocument(PdfStream pdfObject, PdfFileSpec fileSpec, java.lang.String name)
-
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfFileSpec Modifier and Type Method Description static PdfAction
PdfAction. createGoToE(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow, PdfTarget targetDictionary)
Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).static PdfAction
PdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination)
Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfAction
PdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow)
Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfAction
PdfAction. createLaunch(PdfFileSpec fileSpec)
Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfAction
PdfAction. createLaunch(PdfFileSpec fileSpec, boolean newWindow)
Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfAction
PdfAction. createRendition(java.lang.String file, PdfFileSpec fileSpec, java.lang.String mimeType, PdfAnnotation screenAnnotation)
Creates a Rendition action (section 12.6.4.13 of ISO 32000-1).static PdfAction
PdfAction. createThread(PdfFileSpec fileSpec)
Creates a Thread action (section 12.6.4.6 of ISO 32000-1).static PdfAction
PdfAction. createThread(PdfFileSpec fileSpec, PdfObject destinationThread, PdfObject bead)
Creates a Thread action (section 12.6.4.6 of ISO 32000-1).Constructors in com.itextpdf.kernel.pdf.action with parameters of type PdfFileSpec Constructor Description PdfMediaClipData(java.lang.String file, PdfFileSpec fs, java.lang.String mimeType)
Constructs a newPdfMediaClipData
wrapper around a newly created dictionary.PdfRendition(java.lang.String file, PdfFileSpec fs, java.lang.String mimeType)
Creates a new wrapper around a newly created media rendition dictionary object. -
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfFileSpec Modifier and Type Method Description void
PdfAnnotation. addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF annotation and identifies the relationship between them.Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfFileSpec Constructor Description PdfFileAttachmentAnnotation(Rectangle rect, PdfFileSpec file)
-
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.filespec
Subclasses of PdfFileSpec in com.itextpdf.kernel.pdf.filespec Modifier and Type Class Description class
PdfDictionaryFS
class
PdfStringFS
Methods in com.itextpdf.kernel.pdf.filespec that return PdfFileSpec Modifier and Type Method Description private static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. addEncryptedPayloadDictionary(PdfFileSpec fs, PdfEncryptedPayload ep)
static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.private static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.private static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.io.InputStream is, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.io.InputStream is, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)
Create an embedded file specification.static PdfFileSpec
PdfFileSpec. createExternalFileSpec(PdfDocument doc, java.lang.String filePath)
Create an external file specification.static PdfFileSpec
PdfFileSpec. createExternalFileSpec(PdfDocument doc, java.lang.String filePath, PdfName afRelationshipValue)
Create an external file specification.PdfFileSpec
PdfFileSpec. put(PdfName key, PdfObject value)
PdfFileSpec
PdfFileSpec. setCollectionItem(PdfCollectionItem item)
PdfFileSpec
PdfFileSpec. setFileIdentifier(PdfArray fileIdentifier)
PdfFileSpec
PdfFileSpec. setThumbnailImage(PdfImageXObject thumbnailImage)
PDF 2.0.PdfFileSpec
PdfFileSpec. setVolatile(PdfBoolean isVolatile)
static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. wrap(PdfDictionary dictionary)
static PdfFileSpec
PdfFileSpec. wrapFileSpecObject(PdfObject fileSpecObject)
Wrap the passedPdfObject
to the specificPdfFileSpec
object, according to the type of the passed pdf object.Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfFileSpec Modifier and Type Method Description private static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory. addEncryptedPayloadDictionary(PdfFileSpec fs, PdfEncryptedPayload ep)
-
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfFileSpec Modifier and Type Method Description PdfFileSpec
PdfNamespace. getSchema()
Gets file specification identifying the schema file, which defines this namespace.Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type PdfFileSpec Modifier and Type Method Description java.util.List<PdfFileSpec>
PdfStructTreeRoot. getPronunciationLexiconsList()
AList
containing one or morePdfFileSpec
objects, where each specified file is a pronunciation lexicon, which is an XML file conforming to the Pronunciation Lexicon Specification (PLS) Version 1.0.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfFileSpec Modifier and Type Method Description void
PdfStructElem. addAssociatedFile(PdfFileSpec fs)
Adds file associated with structure element and identifies the relationship between them.void
PdfStructElem. addAssociatedFile(java.lang.String description, PdfFileSpec fs)
Adds file associated with structure element and identifies the relationship between them.void
PdfStructTreeRoot. addAssociatedFile(PdfFileSpec fs)
Adds file associated with structure tree root and identifies the relationship between them.void
PdfStructTreeRoot. addAssociatedFile(java.lang.String description, PdfFileSpec fs)
Adds file associated with structure tree root and identifies the relationship between them.void
PdfStructTreeRoot. addPronunciationLexicon(PdfFileSpec pronunciationLexiconFileSpec)
Adds a singlePdfFileSpec
object, which specifies XML file conforming to PLS.PdfNamespace
PdfNamespace. setSchema(PdfFileSpec fileSpec)
Sets file specification identifying the schema file, which defines this namespace. -
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfFileSpec Modifier and Type Method Description void
PdfXObject. addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF XObject and identifies the relationship between them.
-