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 PdfFileSpecPdfEncryptedPayloadDocument. fileSpecMethods in com.itextpdf.kernel.pdf that return PdfFileSpec Modifier and Type Method Description PdfFileSpecPdfEncryptedPayloadDocument. getFileSpec()Methods in com.itextpdf.kernel.pdf with parameters of type PdfFileSpec Modifier and Type Method Description voidPdfDocument. addAssociatedFile(java.lang.String description, PdfFileSpec fs)Adds file associated with PDF document as a whole and identifies the relationship between them.voidPdfPage. addAssociatedFile(PdfFileSpec fs)Adds file associated with PDF page and identifies the relationship between them.voidPdfPage. addAssociatedFile(java.lang.String description, PdfFileSpec fs)Adds file associated with PDF page and identifies the relationship between them.voidPdfDocument. addFileAttachment(java.lang.String key, PdfFileSpec fs)Adds file attachment at document level.static PdfEncryptedPayloadPdfEncryptedPayload. extractFrom(PdfFileSpec fileSpec)voidPdfDocument. 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 PdfActionPdfAction. 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 PdfActionPdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createGoToR(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow)Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).static PdfActionPdfAction. createLaunch(PdfFileSpec fileSpec)Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfActionPdfAction. createLaunch(PdfFileSpec fileSpec, boolean newWindow)Creates a Launch action (section 12.6.4.5 of ISO 32000-1).static PdfActionPdfAction. 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 PdfActionPdfAction. createThread(PdfFileSpec fileSpec)Creates a Thread action (section 12.6.4.6 of ISO 32000-1).static PdfActionPdfAction. 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 newPdfMediaClipDatawrapper 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 voidPdfAnnotation. 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 classPdfDictionaryFSclassPdfStringFSMethods in com.itextpdf.kernel.pdf.filespec that return PdfFileSpec Modifier and Type Method Description private static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. addEncryptedPayloadDictionary(PdfFileSpec fs, PdfEncryptedPayload ep)static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfDictionary fileParameter)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.io.InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. create(PdfDocument doc, java.lang.String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter)Embed a encrypted payload to a PdfDocument.static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String fileDisplay, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. 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 PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)Create an embedded file specification.private static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, PdfStream stream, java.lang.String description, java.lang.String fileDisplay, PdfName mimeType, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. 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 PdfFileSpecPdfFileSpec. 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 PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String fileDisplay, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. createEmbeddedFileSpec(PdfDocument doc, java.lang.String filePath, java.lang.String description, java.lang.String fileDisplay, PdfName afRelationshipValue)Create an embedded file specification.static PdfFileSpecPdfFileSpec. 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 PdfFileSpecPdfFileSpec. 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 PdfFileSpecPdfFileSpec. createExternalFileSpec(PdfDocument doc, java.lang.String filePath)Create an external file specification.static PdfFileSpecPdfFileSpec. createExternalFileSpec(PdfDocument doc, java.lang.String filePath, PdfName afRelationshipValue)Create an external file specification.PdfFileSpecPdfFileSpec. put(PdfName key, PdfObject value)PdfFileSpecPdfFileSpec. setCollectionItem(PdfCollectionItem item)PdfFileSpecPdfFileSpec. setFileIdentifier(PdfArray fileIdentifier)PdfFileSpecPdfFileSpec. setThumbnailImage(PdfImageXObject thumbnailImage)PDF 2.0.PdfFileSpecPdfFileSpec. setVolatile(PdfBoolean isVolatile)static PdfFileSpecPdfEncryptedPayloadFileSpecFactory. wrap(PdfDictionary dictionary)static PdfFileSpecPdfFileSpec. wrapFileSpecObject(PdfObject fileSpecObject)Wrap the passedPdfObjectto the specificPdfFileSpecobject, 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 PdfFileSpecPdfEncryptedPayloadFileSpecFactory. 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 PdfFileSpecPdfNamespace. 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()AListcontaining one or morePdfFileSpecobjects, 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 voidPdfStructElem. addAssociatedFile(PdfFileSpec fs)Adds file associated with structure element and identifies the relationship between them.voidPdfStructElem. addAssociatedFile(java.lang.String description, PdfFileSpec fs)Adds file associated with structure element and identifies the relationship between them.voidPdfStructTreeRoot. addAssociatedFile(PdfFileSpec fs)Adds file associated with structure tree root and identifies the relationship between them.voidPdfStructTreeRoot. addAssociatedFile(java.lang.String description, PdfFileSpec fs)Adds file associated with structure tree root and identifies the relationship between them.voidPdfStructTreeRoot. addPronunciationLexicon(PdfFileSpec pronunciationLexiconFileSpec)Adds a singlePdfFileSpecobject, which specifies XML file conforming to PLS.PdfNamespacePdfNamespace. 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 voidPdfXObject. addAssociatedFile(PdfFileSpec fs)Adds file associated with PDF XObject and identifies the relationship between them.
-