Package | Description |
---|---|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
Vector<IEmbeddedFile> |
IPDFDocument.getEmbeddedFiles()
Returns a list of embedded files, if any, in the document.
|
Modifier and Type | Method and Description |
---|---|
IEmbeddedFile |
PDFDocument.addEmbeddedFile(File file,
EmbedFileOptions options)
Embeds a file into this PDF document, with options.
|
IEmbeddedFile |
PDFDocument.addEmbeddedFile(InputStream inStream,
String fileName,
Date modDate,
Date creationDate,
EmbedFileOptions options)
Embeds a file into this PDF document, with options.
|
Modifier and Type | Method and Description |
---|---|
Vector<IEmbeddedFile> |
PDFDocument.getEmbeddedFiles()
Returns the list of embedded files in the document (annotations attachments are not part of the list).
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFDocument.removeEmbeddedFile(IEmbeddedFile ef)
Remove a file embedded in this document.
|