HtmlToPdfConverter Methods

NReco.PdfGenerator Class Library Documentation

The HtmlToPdfConverter type exposes the following members.

Methods

  NameDescription
Public methodBeginBatch
Intiates PDF processing in the batch mode (generate several PDF documents using one wkhtmltopdf process)
Public methodEndBatch
Ends PDF processing in the batch mode.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGeneratePdf(String)
Generates PDF by specifed HTML content
Public methodGeneratePdf(String, String)
Generates PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
Public methodGeneratePdf(String, String, Stream)
Generates PDF by specfied HTML content (optionally with the cover page).
Public methodGeneratePdf(String, String, String)
Generates PDF by specfied HTML content (optionally with the cover page).
Public methodGeneratePdfFromFile(String, String)
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
Public methodGeneratePdfFromFile(String, String, Stream)
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
Public methodGeneratePdfFromFile(String, String, String)
Generate PDF by specfied HTML content and prepend cover page (useful with GenerateToc option)
Public methodGeneratePdfFromFiles(String, String, Stream)
Generate PDF into specified Stream by several HTML documents (local files or URLs)
Public methodGeneratePdfFromFiles(String, String, String)
Generate PDF into specified output file by several HTML documents (local files or URLs)
Public methodGeneratePdfFromFiles(WkHtmlInput, String, String)
Generate PDF into specified output file by several HTML documents (local files or URLs)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference