EVO PDF Logo

PdfToHtmlConverter Methods

EVO PDF Client for .NET Core

The PdfToHtmlConverter type exposes the following members.

Methods

  NameDescription
Public methodConvertPdfPagesToHtml(Byte)
Converts all the pages in a PDF document to HTML documents
Public methodConvertPdfPagesToHtml(Stream)
Converts all the pages of PDF document in a stream to HTML documents
Public methodConvertPdfPagesToHtml(String)
Converts all the pages of a PDF file to HTML documents
Public methodConvertPdfPagesToHtml(Byte, Int32)
Converts the pages of a PDF document to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(Stream, Int32)
Converts the pages of a PDF document in a stream to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(String, Int32)
Converts the pages of a PDF file to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(Byte, Int32, Int32)
Converts a range of pages of a PDF document to HTML documents
Public methodConvertPdfPagesToHtml(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to HTML documents
Public methodConvertPdfPagesToHtml(String, Int32, Int32)
Converts a range of pages of a PDF file to HTML documents
Public methodConvertPdfPagesToHtmlFile(Byte, String, String)
Converts all the pages in a PDF document to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(Stream, String, String)
Converts all the pages of PDF document in a stream to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(String, String, String)
Converts all the pages of a PDF file to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(Byte, Int32, String, String)
Converts the pages of a PDF document to HTML files starting from a given PDF page number to the end of the PDF document. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(Stream, Int32, String, String)
Converts the pages of a PDF document in a stream to HTML files starting from a given PDF page number to the end of the PDF document. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(String, Int32, String, String)
Converts the pages of a PDF file to HTML files starting from a given PDF page number to the end of the PDF document. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(Byte, Int32, Int32, String, String)
Converts a range of pages of a PDF document to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(Stream, Int32, Int32, String, String)
Converts a range of pages of a PDF document in a stream to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlFile(String, Int32, Int32, String, String)
Converts a range of pages of a PDF file to HTML files. You can use the CreateIndexFile property to enable or disable the creation of a HTML index file
Public methodConvertPdfPagesToHtmlInEvent(Byte)
Converts all the pages in a PDF document to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Stream)
Converts all the pages of PDF document in a stream to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(String)
Converts all the pages of a PDF file to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Byte, Int32)
Converts the pages of a PDF document to HTML documents starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Stream, Int32)
Converts the pages of a PDF document in a stream to HTML documents starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(String, Int32)
Converts the pages of a PDF file to HTML documents starting from a given PDF page number to the end of the PDF document and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Byte, Int32, Int32)
Converts a range of pages of a PDF document to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(String, Int32, Int32)
Converts a range of pages of a PDF file to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageCount(Byte)
Gets the number of PDF pages of a PDF document
Public methodGetPageCount(Stream)
Gets the number of pages of a PDF document in a stream
Public methodGetPageCount(String)
Gets the number of PDF pages of a PDF file
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference