Pdf |
| Name | Description | |
|---|---|---|
| ToHtml | Saves all pages of the PDF document into HTML document as string object. | |
| ToHtml(Stream) | Saves all pages of the PDF document into HTML (Fixed or Flowing) format as a Stream object. | |
| ToHtml(String) | Saves all pages of the PDF document to HTML file | |
| ToHtml(Int32, Int32) | Saves a specific PDF page or diapason of pages to HTML document as string object. | |
| ToHtml(Int32, Int32, ListSKBitmap) | Saves a specific PDF page or diapason of pages to HTML document and returns it as string | |
| ToHtml(Stream, Int32, Int32) | Saves a specific PDF page or diapason of pages into a HTML (Fixed or Flowing) format as a Stream object. | |
| ToHtml(String, Int32, Int32) | Saves a specific PDF page or diapason of pages to HTML file |