Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The IHTMLExtractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DisposePage |
Disposes the page object.
Uses this method carefully to destroy the page object that should not be used further.
Useful to free allocated memory when processing large PDF documents.
| |
| GetHTML |
Extracts HTML from the entire document.
| |
| GetHTML(IListInt32) |
Extracts HTML from specified pages.
| |
| GetHTML(String) |
Extracts HTML from specified page ranges.
| |
| GetHTML(Int32, Int32) |
Extracts HTML from specified page range.
| |
| GetHTMLPage |
Extracts HTML from specified document page.
| |
| GetOutputHTMLPageHeight |
Get height of the output page rendered in HTML format.
| |
| GetPageHeight |
Height of the PDF page (in pdf units).
| |
| GetPageWidth |
Width of the PDF page (in pdf units).
| |
| SaveHtmlPageToFile |
Extracts HTML from specified page to stream.
| |
| SaveHtmlPageToStream |
Extracts HTML from specified page to stream.
| |
| SaveHtmlToFile(String) |
Extracts HTML from the entire document to file.
| |
| SaveHtmlToFile(IListInt32, String) |
Extracts HTML from specified pages to file.
| |
| SaveHtmlToFile(String, String) |
Extracts HTML from specified page ranges to file.
| |
| SaveHtmlToFile(Int32, Int32, String) |
Extracts HTML from specified page range to file.
| |
| SaveHtmlToStream(Stream) |
Extracts HTML from the entire document to stream.
| |
| SaveHtmlToStream(IListInt32, Stream) |
Extracts HTML from specified pages to stream.
| |
| SaveHtmlToStream(String, Stream) |
Extracts HTML from specified page ranges to stream.
| |
| SaveHtmlToStream(Int32, Int32, Stream) |
Extracts HTML from specified page range to stream.
|
See Also