Java Tool Kit

Uses of Class
ITT.WAFr.Utilities.PdfFile.PageExhaustedException

Uses of PdfFile.PageExhaustedException in ITT.WAFr.Utilities
 

Methods in ITT.WAFr.Utilities that throw PdfFile.PageExhaustedException
 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

Copyright ©2004, If•Then Technology