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.
|