PdfHtmlConversion class.
More...
#include <pdfix.h>
PdfHtmlConversion class.
A PdfHtmlConversion allow you to set convert PDF to HTML.
◆ SaveCSS()
virtual bool PdfHtmlConversion::SaveCSS |
( |
PsStream * |
stream | ) |
|
|
pure virtual |
Saves CSS required for propper display of the converted html document. The developer is responsilbe for placing the style to approprite place in the html document. This method is required only when saving PdfHtmlDoc using GetDocHtml and GetPageHtml.
- Parameters
-
stream | The stream to which the css will be written return true if successfull, false othervise |
◆ SaveJavaScript()
virtual bool PdfHtmlConversion::SaveJavaScript |
( |
PsStream * |
stream | ) |
|
|
pure virtual |
Saves JavaScript required for propper display of the converted html document. The developer is responsilbe for placing the JavaScript to approprite place in the html document. This method is required only when saving PdfHtmlDoc using GetDocHtml and GetPageHtml.
- Parameters
-
stream | The stream to which the JavaScript will be written return true if successfull, false othervise |
◆ SetParams()
virtual bool PdfHtmlConversion::SetParams |
( |
PdfHtmlParams * |
params | ) |
|
|
pure virtual |
Sets html export parameters.
- Parameters
-
params | html export parameters. |
- Returns
- true if the parameters were set successfully or false in case of an error.