Ipelib
|
All information obtained by parsing a PDF file. More...
#include <ipepdfparser.h>
All information obtained by parsing a PDF file.
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.