Engauge Digitizer 2
Loading...
Searching...
No Matches
Pdf.cpp File Reference
#include "DlgImportCroppingPdf.h"
#include "ImportCroppingUtilPdf.h"
#include "Pdf.h"
#include "poppler-qt6.h"
#include <QApplication>
#include <QImage>
#include <QString>
Include dependency graph for Pdf.cpp:

Go to the source code of this file.

Variables

const int X_TOP_LEFT = 0
const int Y_TOP_LEFT = 0
const int WIDTH = -1
const int HEIGHT = -1
const int FIRST_PAGE_1_BASED = 1

Variable Documentation

◆ FIRST_PAGE_1_BASED

const int FIRST_PAGE_1_BASED = 1

Definition at line 19 of file Pdf.cpp.

◆ HEIGHT

const int HEIGHT = -1

Definition at line 18 of file Pdf.cpp.

◆ WIDTH

const int WIDTH = -1

Definition at line 18 of file Pdf.cpp.

◆ X_TOP_LEFT

const int X_TOP_LEFT = 0

Definition at line 17 of file Pdf.cpp.

◆ Y_TOP_LEFT

const int Y_TOP_LEFT = 0

Definition at line 17 of file Pdf.cpp.