Package | Description |
---|---|
com.pd4ml | |
com.pd4ml.pdf |
Modifier and Type | Method and Description |
---|---|
void |
PD4ML.addStyle(String stylesheet,
boolean overrideDocumentStyles)
Apply additional stylesheet to the document
|
void |
PD4ML.addStyle(URL stylesheet,
boolean overrideDocumentStyles)
Apply additional stylesheet to the document
|
String |
PD4ML.getDocumentTitle() |
void |
PD4ML.readHTML(InputStream isr)
converts input data to PDF
|
void |
PD4ML.readHTML(InputStream isr,
URL base)
converts input data to PDF.
|
void |
PD4ML.readHTML(InputStream isr,
URL base,
String encoding)
converts input data to PDF
|
void |
PD4ML.readHTML(URL url)
input data referred by URL to PDF
|
void |
PD4ML.readHTML(URL url,
String encoding)
input data referred by URL to PDF
|
void |
PD4ML.setHtmlWidth(int width)
defines desired HTML page width in screen pixels.
|
void |
PD4ML.setPageFooter(String htmlCode,
int heightPx)
defines HTML code to be rendered as page footer(s).
|
void |
PD4ML.setPageFooter(String htmlCode,
int heightPx,
String scope)
defines HTML code to be rendered as page footer(s).
|
void |
PD4ML.setPageHeader(String htmlCode,
int heightPx)
defines HTML code to be rendered as page header(s).
|
void |
PD4ML.setPageHeader(String htmlCode,
int heightPx,
String scope)
defines HTML code to be rendered as page header(s).
|
void |
PD4ML.setPageSize(PageSize d)
defines page size for all document pages.
|
Constructor and Description |
---|
PdfDocument(byte[] bytes,
String password) |
PdfDocument(InputStream stream,
String password) |
PdfDocument(com.pd4ml.pdf.parser.PdfDoc writer) |
PdfDocument(URL url,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
PdfDocumentBase.read()
reads and parses given PDF document stream
|
void |
PdfDocumentBase.write(OutputStream out)
writes current PDF document state to given output stream.
|
void |
PdfDocumentBase.write(OutputStream out,
String password,
int permissions)
writes current PDF document state to given output stream.
|
Constructor and Description |
---|
PdfDocumentBase(byte[] bytes,
String password) |
PdfDocumentBase(InputStream stream,
String password) |
PdfDocumentBase(URL url,
String password) |
Revision 4.0.15fx1 / 20220928-0024