Ipelib
|
#include <ipepdfparser.h>
Public Member Functions | |
PdfFile () | |
~PdfFile () | |
bool | parse (DataSource &source) |
const PdfObj * | object (int num) const |
const PdfDict * | catalog () const |
const PdfDict * | page () const |
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.