|
Scribus
Open source desktop publishing at your fingertips
|
PDF importer plugin. More...
#include <importpdf.h>


Public Types | |
| enum | PDF_Box_Type { Media_Box = 0, Bleed_Box = 1, Trim_Box = 2, Crop_Box = 3, Art_Box = 4 } |
Public Slots | |
| void | cancelRequested () |
Public Member Functions | |
| PdfPlug (ScribusDoc *doc, int flags) | |
| Create the PDF importer window. More... | |
| bool | import (QString fn, const TransactionSettings &trSettings, int flags, bool showProgress=true) |
| Perform import. More... | |
| QImage | readThumbnail (QString fn) |
| QImage | readPreview (int pgNum, int width, int height, int box) |
PDF importer plugin.
| PdfPlug::PdfPlug | ( | ScribusDoc * | doc, |
| int | flags | ||
| ) |
Create the PDF importer window.
| fName | QString |
| flags | combination of loadFlags |
| showProgress | if progress must be displayed |
| EPSPlug | plugin |
| bool PdfPlug::import | ( | QString | fn, |
| const TransactionSettings & | trSettings, | ||
| int | flags, | ||
| bool | showProgress = true |
||
| ) |
Perform import.
| fn | QString |
| trSettings | undo transaction settings |
| flags | combination of loadFlags |
| showProgress | if progress must be displayed |
| bool | true if import was ok |