Package | Description |
---|---|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.loadTextDocument(String fileName,
TextToPDFSettings settings)
Method to open text files .
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.appendTextAsPages(InputStream textStream,
TextToPDFSettings settings)
Creates new pages in the PDF document and adds the text, read from an
input stream, to them.
|
void |
PDFDocument.appendTextAsPages(String txtFileName,
TextToPDFSettings settings)
Creates new pages in the PDF document and adds the text from an text file
to them.
|