Winnovative PDF to HTML Documentation

PdfToHtmlConverterConvertPdfPagesToHtml Method

Winnovative PDF to HTML
Overload List

  NameDescription
Public methodConvertPdfPagesToHtml(Byte)
Converts all the pages in a PDF document to HTML documents
Public methodConvertPdfPagesToHtml(Stream)
Converts all the pages of PDF document in a stream to HTML documents
Public methodConvertPdfPagesToHtml(String)
Converts all the pages of a PDF file to HTML documents
Public methodConvertPdfPagesToHtml(Byte, Int32)
Converts the pages of a PDF document to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(Stream, Int32)
Converts the pages of a PDF document in a stream to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(String, Int32)
Converts the pages of a PDF file to HTML documents starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfPagesToHtml(Byte, Int32, Int32)
Converts a range of pages of a PDF document to HTML documents
Public methodConvertPdfPagesToHtml(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to HTML documents
Public methodConvertPdfPagesToHtml(String, Int32, Int32)
Converts a range of pages of a PDF file to HTML documents
Top
See Also

Reference