Scribus
Open source desktop publishing at your fingertips
|
#include <pdflib_core.h>
Public Member Functions | |
PDFLibCore (ScribusDoc &docu) | |
bool | doExport (const QString &fn, const QString &nam, int Components, const std::vector< int > &pageNs, const QMap< int, QPixmap > &thumbs) |
const QString & | errorMessage (void) const |
bool | exportAborted (void) const |
Protected Slots | |
void | cancelRequested () |
PDFLibCore provides Scribus's implementation of PDF export functionality.
This is not public API and is not exported in Scribus's symbol table on supporting platforms. Do not include this header, use pdflib.h instead. Including this header from anywhere except pdflib.cpp may cause linker errors and other problems, and is totally pointless since all the interfaces that are publically visible are presented by PDFlib anyway.