![]() |
PDFix SDK
8.2.0
|
PdfJsonConversion class. More...
#include <pdfix.h>
Public Member Functions | |
| virtual bool | SetParams (PdfJsonParams *params)=0 |
| Sets json export parameters. More... | |
Public Member Functions inherited from PdfConversion | |
| virtual void | Destroy ()=0 |
| Destroys the object and its associated resources. More... | |
| virtual bool | AddPage (int index)=0 |
| Adds page for conversion. When none page is added, the whole document is saved. More... | |
| virtual bool | Save (const wchar_t *path)=0 |
| Writes conversion of the document into the file. More... | |
| virtual bool | SaveToStream (PsStream *stream)=0 |
| Writes conversion of the document into the stream. More... | |
PdfJsonConversion class.
A PdfJsonConversion allow you to set convert PDF to HTML.
|
pure virtual |
Sets json export parameters.
| params | html export parameters. |