PdfToHtmlConvertToHtml Method

Overload List

ConvertToHtml(Byte) Call this method to convert to HTML objects the pages of a PDF document contained in a memory buffer
ConvertToHtml(Stream) Call this method to convert to HTML objects the pages of a PDF document contained in a stream
ConvertToHtml(String) Call this method to convert to HTML objects the pages of a PDF file
ConvertToHtml(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
ConvertToHtml(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
ConvertToHtml(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
ConvertToHtml(Byte, Int32, Int32) Call this method to convert to HTML objects a range of pages of a PDF document contained in a memory buffer
ConvertToHtml(Stream, Int32, Int32) Call this method to convert to HTML objects a range of pages of a PDF document contained in a stream
ConvertToHtml(String, Int32, Int32) Call this method to convert to HTML objects a range of pages of a PDF file

See Also