| ConvertPdfPagesToHtml(Byte) | Converts all the pages in a PDF document to HTML documents |
| ConvertPdfPagesToHtml(Stream) | Converts all the pages of PDF document in a stream to HTML documents |
| ConvertPdfPagesToHtml(String) | Converts all the pages of a PDF file to HTML documents |
| ConvertPdfPagesToHtml(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 |
| ConvertPdfPagesToHtml(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 |
| ConvertPdfPagesToHtml(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 |
| ConvertPdfPagesToHtml(Byte, Int32, Int32) | Converts a range of pages of a PDF document to HTML documents |
| ConvertPdfPagesToHtml(Stream, Int32, Int32) | Converts a range of pages of a PDF document in a stream to HTML documents |
| ConvertPdfPagesToHtml(String, Int32, Int32) | Converts a range of pages of a PDF file to HTML documents |