#include <ipepdfparser.h>
PdfFile::PdfFile | ( | ) |
Create empty container.
PdfFile::~PdfFile | ( | ) |
bool PdfFile::parse | ( | DataSource & | source | ) |
Parse entire PDF stream, and store objects.
const PdfObj * PdfFile::object | ( | int | num | ) | const |
Return object with number num.
const PdfDict * PdfFile::catalog | ( | ) | const |
Return root catalog of PDF file.
const PdfDict * PdfFile::page | ( | ) | const |
Return first page of the document.