HiQPdf Documentation

PdfToHtmlConvertToHtmlFiles Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodConvertToHtmlFiles(Byte, String, String)
Call this method to convert to HTML files the pages of a PDF document contained in a memory buffer
Public methodConvertToHtmlFiles(Stream, String, String)
Call this method to convert to HTML files the pages of a PDF document contained in a stream
Public methodConvertToHtmlFiles(String, String, String)
Call this method to convert to HTML files the pages of a PDF file
Public methodConvertToHtmlFiles(Byte, Int32, String, String)
Call this method to convert to HTML files 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 methodConvertToHtmlFiles(Stream, Int32, String, String)
Call this method to convert to HTML files the pages of a PDF document contained in a stream starting from a PDF page number to the end of the PDF document
Public methodConvertToHtmlFiles(String, Int32, String, String)
Call this method to convert to HTML files the pages of a PDF file starting from a PDF page number to the end of the PDF document
Public methodConvertToHtmlFiles(Byte, Int32, Int32, String, String)
Call this method to convert to HTML files a range of pages of a PDF document contained in a memory buffer
Public methodConvertToHtmlFiles(Stream, Int32, Int32, String, String)
Call this method to convert to HTML files a range of pages of a PDF document contained in a stream
Public methodConvertToHtmlFiles(String, Int32, Int32, String, String)
Call this method to convert to HTML files a range of pages of a PDF file
Top
See Also

Reference