PdfToHtml class.
More...
PdfToHtml class.
PdfToHtml plugin main class.
◆ OpenHtmlDoc()
◆ SaveCSS()
virtual bool PdfToHtml::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 PdfToHtml::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 |