Overload List
| Name | Description | |
|---|---|---|
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
|  | ConvertPdfPagesToHtmlFile(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
             | 
See Also
