Winnovative PDF to HTML Documentation

PdfToHtmlConverterConvertPdfPagesToHtmlInEvent Method

Winnovative PDF to HTML
Overload List

  NameDescription
Public methodConvertPdfPagesToHtmlInEvent(Byte)
Converts all the pages in a PDF document to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Stream)
Converts all the pages of PDF document in a stream to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(String)
Converts all the pages of a PDF file to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(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 and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(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 and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(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 and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Byte, Int32, Int32)
Converts a range of pages of a PDF document to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Public methodConvertPdfPagesToHtmlInEvent(String, Int32, Int32)
Converts a range of pages of a PDF file to HTML documents and raises the PageConvertedEvent event immediately after a PDF page was converted. The event handler argument contains a reference to resulted HTML document
Top
See Also

Reference