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