Reading pages

This commit is contained in:
Jakub Melka
2018-12-26 18:00:17 +01:00
parent 5db77f810a
commit 9239d663e6
7 changed files with 363 additions and 2 deletions

View File

@@ -43,7 +43,8 @@ SOURCES += \
sources/pdfxreftable.cpp \
sources/pdfvisitor.cpp \
sources/pdfencoding.cpp \
sources/pdfcatalog.cpp
sources/pdfcatalog.cpp \
sources/pdfpage.cpp
HEADERS += \
sources/pdfobject.h \
@@ -57,7 +58,8 @@ HEADERS += \
sources/pdfvisitor.h \
sources/pdfencoding.h \
sources/pdfcatalog.h \
sources/pdfnumbertreeloader.h
sources/pdfnumbertreeloader.h \
sources/pdfpage.h
unix {
target.path = /usr/lib