![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
PostScript to PDF conversion. More...
#include <jawsmako/jawsmako.h>
Go to the source code of this file.
Classes | |
class | JawsMako::IDistiller |
An instance of the JawsMako Distiller class. More... | |
class | JawsMako::IPSCommentMonitor |
Interface allowing users to monitor comments in PostScript input. Use setCommentMonitor() to install subclasses of this type. More... |
Namespaces | |
namespace | JawsMako |
Macros | |
#define | DIST_MAKE_PDF_VERSION(major, minor) |
#define | DIST_GET_PDF_VERSION_MAJOR(pdfVersion) |
#define | DIST_GET_PDF_VERSION_MINOR(pdfVersion) |
#define | obj2IDistiller(obj) |
Functions | |
JawsMako::DECL_SMART_PTR (IDistiller) |
PostScript to PDF conversion.
This header describes the IDistiller interface.
#define DIST_GET_PDF_VERSION_MAJOR | ( | pdfVersion | ) |
#define DIST_GET_PDF_VERSION_MINOR | ( | pdfVersion | ) |
#define DIST_MAKE_PDF_VERSION | ( | major, | |
minor ) |