Modifier and Type | Method and Description |
---|---|
PdfFileSpec |
PdfEncryptedPayloadDocument.getFileSpec() |
Modifier and Type | Method and Description |
---|---|
void |
PdfPage.addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF page and identifies the relationship between them.
|
void |
PdfDocument.addAssociatedFile(String description, PdfFileSpec fs)
Adds file associated with PDF document as a whole 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.
|
Constructor and Description |
---|
PdfEncryptedPayloadDocument(PdfStream pdfObject, PdfFileSpec fileSpec, String name) |
Modifier and Type | Method and 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(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).
|
Constructor and Description |
---|
PdfMediaClipData(String file, PdfFileSpec fs, String mimeType)
Constructs a new PdfMediaClipData 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfAnnotation.addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF annotation and identifies the relationship between them.
|
Constructor and Description |
---|
PdfFileAttachmentAnnotation(Rectangle rect, PdfFileSpec file) |
Modifier and Type | Class and Description |
---|---|
class |
PdfDictionaryFS |
class |
PdfStringFS |
Modifier and Type | Method and Description |
---|---|
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, 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 |
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 passed PdfObject to the specific PdfFileSpec object, according to the type of the passed pdf object.
|
Modifier and Type | Method and Description |
---|---|
PdfFileSpec |
PdfNamespace.getSchema()
Gets file specification identifying the schema file, which defines this namespace.
|
Modifier and Type | Method and Description |
---|---|
List<PdfFileSpec> |
PdfStructTreeRoot.getPronunciationLexiconsList()
A List containing one or more PdfFileSpec objects, where each specified file is a pronunciation lexicon, which is an XML file conforming to the Pronunciation Lexicon Specification (PLS) Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfStructTreeRoot.addAssociatedFile(PdfFileSpec fs)
Adds file associated with structure tree root and identifies the relationship between them.
|
void |
PdfStructElem.addAssociatedFile(PdfFileSpec fs)
Adds file associated with structure element 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 |
PdfStructElem.addAssociatedFile(String description, PdfFileSpec fs)
Adds file associated with structure element and identifies the relationship between them.
|
void |
PdfStructTreeRoot.addPronunciationLexicon(PdfFileSpec pronunciationLexiconFileSpec)
Adds a single PdfFileSpec object, which specifies XML file conforming to PLS.
|
PdfNamespace |
PdfNamespace.setSchema(PdfFileSpec fileSpec)
Sets file specification identifying the schema file, which defines this namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfXObject.addAssociatedFile(PdfFileSpec fs)
Adds file associated with PDF XObject and identifies the relationship between them.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.