00001
00002
00003
00004
00005
00006
00007 #ifndef IMPORT_CROPPING_UTIL_PDF_H
00008 #define IMPORT_CROPPING_UTIL_PDF_H
00009
00010 #include "ImportCropping.h"
00011 #include "ImportCroppingUtilBase.h"
00012 #include <QString>
00013
00014 namespace Poppler {
00015 class Document;
00016 }
00017
00019 class ImportCroppingUtilPdf : public ImportCroppingUtilBase
00020 {
00021 public:
00023 ImportCroppingUtilPdf();
00024
00029 bool applyImportCropping (bool isRegression,
00030 const QString &fileName,
00031 ImportCropping importCropping,
00032 Poppler::Document *&document) const;
00033
00034 };
00035
00036 #endif // IMPORT_CROPPING_UTIL_PDF_H