|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PdfFile.DocumentSizeException in ITT.WAFr.Utilities |
| Methods in ITT.WAFr.Utilities that throw PdfFile.DocumentSizeException | |
void |
PdfFile.Create(URL oUrl,
OutputStream oOutput)
Creates an output stream representing a PDF document for the HTML page at the specifed URL. |
void |
PdfFile.Create(String sUrl,
OutputStream oOutput)
Creates an output stream representing a PDF document for the HTML page at the string specifying a URL location. |
void |
PdfFile.Create(InputStream oInput,
OutputStream oOutput,
URL oUrl)
Creates an output stream representing a PDF document for the HTML page passed as an input stream with specified base URL. |
void |
PdfFile.Create(InputStream oInput,
OutputStream oOutput,
String sUrl)
Creates an output stream representing a PDF document for the HTML page passed as an input stream with a base URL of the specified string. |
void |
PdfFile.Create(InputStream oInput,
OutputStream oOutput)
Creates an output stream representing a PDF document for the HTML page passed as an input stream. |
|
Java Tool Kit | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||