Engauge Digitizer
2
Import
ImportCroppingUtilPdf.h
1
/******************************************************************************************************
2
* (C) 2016 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#ifndef IMPORT_CROPPING_UTIL_PDF_H
8
#define IMPORT_CROPPING_UTIL_PDF_H
9
10
#include "ImportCropping.h"
11
#include "ImportCroppingUtilBase.h"
12
#include <QString>
13
14
namespace
Poppler
{
15
class
Document
;
16
}
17
19
class
ImportCroppingUtilPdf
:
public
ImportCroppingUtilBase
20
{
21
public
:
23
ImportCroppingUtilPdf
();
24
29
bool
applyImportCropping (
bool
isRegression,
30
const
QString &fileName,
31
ImportCropping importCropping,
32
Poppler::Document *&document)
const
;
33
34
};
35
36
#endif // IMPORT_CROPPING_UTIL_PDF_H
Document
Storage of one imported image and the data attached to that image.
Definition:
Document.h:41
ImportCroppingUtilPdf
Import of pdf files.
Definition:
ImportCroppingUtilPdf.h:19
ImportCroppingUtilBase
Utility class for import cropping options.
Definition:
ImportCroppingUtilBase.h:17
Poppler
Definition:
DlgImportCroppingPdf.h:14
Generated on Sat Oct 21 2017 12:50:39 for Engauge Digitizer by
1.8.13