![]() |
PDFix SDK
7.2.0
|
PdfJsonConversion class. More...
#include <pdfix.h>
Public Member Functions | |
virtual bool | SetParams (PdfJsonParams *params)=0 |
Sets json export parameters. More... | |
![]() | |
virtual void | Destroy ()=0 |
Destroys the object and its associated resources. More... | |
virtual bool | AddPage (int index, PdfCancelProc cancel_proc, void *cancel_data)=0 |
Adds page for conversion. When none page is added, the whole document is saved. More... | |
virtual bool | Save (const wchar_t *path, PdfCancelProc cancel_proc, void *cancel_data)=0 |
Writes conversion of the document into the file. More... | |
virtual bool | SaveToStream (PsStream *stream, PdfCancelProc cancel_proc, void *cancel_data)=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. |