IpePdfFile::IpePdfFile | ( | ) |
Create empty container.
bool IpePdfFile::Parse | ( | IpeDataSource & | source | ) |
Parse entire PDF stream, and store objects.
const IpePdfObj * IpePdfFile::Object | ( | int | num | ) | const |
Return object with number num.
const IpePdfDict * IpePdfFile::Catalog | ( | ) | const |
Return root catalog of PDF file.
const IpePdfDict * IpePdfFile::Page | ( | ) | const |
Return first page of the document.