PdfToHtmlConvertToHtmlFiles Method

Overload List

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

See Also