| Package | Description |
|---|---|
| com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
| 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.
|