Winnovative PDF to HTML Documentation

PdfToHtmlConverterConvertPdfPagesToHtmlFile Method

Winnovative PDF to HTML
Overload List

  NameDescription
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
Top
See Also

Reference