Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.action | |
com.itextpdf.kernel.pdf.annot | |
com.itextpdf.kernel.pdf.filespec |
Modifier and Type | Method and Description |
---|---|
void |
PdfDocument.addFileAttachment(String description, PdfFileSpec fs)
Adds file attachment at document level.
|
Modifier and Type | Method and Description |
---|---|
static PdfAction |
PdfAction.createGoToE(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow, PdfTargetDictionary 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.createLaunch(PdfFileSpec fileSpec, PdfWin win, 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.
|
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 |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue, boolean isUnicodeFileName)
Embed a file to a PdfDocument.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc, InputStream is, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue, boolean isUnicodeFileName) |
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc, String filePath, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue, boolean isUnicodeFileName) |
static PdfFileSpec |
PdfFileSpec.createExternalFileSpec(PdfDocument doc, String filePath, boolean isUnicodeFileName) |
PdfFileSpec |
PdfFileSpec.put(PdfName key, PdfObject value) |
PdfFileSpec |
PdfFileSpec.setCollectionItem(PdfCollectionItem item) |
PdfFileSpec |
PdfFileSpec.setFileIdentifier(PdfArray fileIdentifier) |
PdfFileSpec |
PdfFileSpec.setVolatile(PdfBoolean isVolatile) |
Copyright © 1998–2018 iText Group NV. All rights reserved.