Uses of Class
com.itextpdf.kernel.pdf.filespec.PdfFileSpec
Packages that use PdfFileSpec
Package
Description
-
Uses of PdfFileSpec in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfFileSpecMethods in com.itextpdf.kernel.pdf with parameters of type PdfFileSpecModifier and TypeMethodDescriptionvoid
PdfDocument.addAssociatedFile
(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
(String description, PdfFileSpec fs) Adds file associated with PDF page and identifies the relationship between them.void
PdfDocument.addFileAttachment
(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 PdfFileSpecModifierConstructorDescriptionPdfEncryptedPayloadDocument
(PdfStream pdfObject, PdfFileSpec fileSpec, String name) -
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfFileSpecModifier and TypeMethodDescriptionstatic 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
(String file, PdfFileSpec fileSpec, 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 PdfFileSpecModifierConstructorDescriptionPdfMediaClipData
(String file, PdfFileSpec fs, String mimeType) Constructs a newPdfMediaClipData
wrapper around a newly created dictionary.PdfRendition
(String file, PdfFileSpec fs, 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 PdfFileSpecModifier and TypeMethodDescriptionvoid
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 -
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.filespec
Subclasses of PdfFileSpec in com.itextpdf.kernel.pdf.filespecMethods in com.itextpdf.kernel.pdf.filespec that return PdfFileSpecModifier and TypeMethodDescriptionstatic 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, InputStream is, PdfEncryptedPayload encryptedPayload) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory.create
(PdfDocument doc, InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory.create
(PdfDocument doc, InputStream is, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory.create
(PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory.create
(PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfEncryptedPayloadFileSpecFactory.create
(PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter) Embed a encrypted payload to a PdfDocument.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, byte[] fileStore, String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, byte[] fileStore, String fileDisplay, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, InputStream is, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, InputStream is, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, String filePath, String fileDisplay, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, String filePath, String description, String fileDisplay, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, String filePath, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createEmbeddedFileSpec
(PdfDocument doc, String filePath, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue) Create an embedded file specification.static PdfFileSpec
PdfFileSpec.createExternalFileSpec
(PdfDocument doc, String filePath) Create an external file specification.static PdfFileSpec
PdfFileSpec.createExternalFileSpec
(PdfDocument doc, String filePath, PdfName afRelationshipValue) Create an external file specification.PdfFileSpec.setCollectionItem
(PdfCollectionItem item) PdfFileSpec.setFileIdentifier
(PdfArray fileIdentifier) PdfFileSpec.setThumbnailImage
(PdfImageXObject thumbnailImage) PDF 2.0.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. -
Uses of PdfFileSpec in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfFileSpecModifier and TypeMethodDescriptionPdfNamespace.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 PdfFileSpecModifier and TypeMethodDescriptionPdfStructTreeRoot.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 PdfFileSpecModifier and TypeMethodDescriptionvoid
PdfStructElem.addAssociatedFile
(PdfFileSpec fs) Adds file associated with structure element and identifies the relationship between them.void
PdfStructElem.addAssociatedFile
(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
(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.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 PdfFileSpecModifier and TypeMethodDescriptionvoid
PdfXObject.addAssociatedFile
(PdfFileSpec fs) Adds file associated with PDF XObject and identifies the relationship between them.