HiQPdf Documentation

PdfToHtmlConvertToHtml Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodConvertToHtml(Byte)
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer
Public methodConvertToHtml(Stream)
Call this method to convert to HTML objects the pages of a PDF document contained in a stream
Public methodConvertToHtml(String)
Call this method to convert to HTML objects the pages of a PDF file
Public methodConvertToHtml(Byte, Int32)
Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document
Public methodConvertToHtml(Stream, Int32)
Call this method to convert to HTML objects the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
Public methodConvertToHtml(String, Int32)
Call this method to convert to HTML objects the pages of a PDF file starting from a PDF page number to the end of the PDF document
Public methodConvertToHtml(Byte, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF document contained in a memory buffer
Public methodConvertToHtml(Stream, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF document contained in a stream
Public methodConvertToHtml(String, Int32, Int32)
Call this method to convert to HTML objects a range of pages of a PDF file
Top
See Also

Reference