- PDF: Portable Document Format,
an open standard/file format for document exchange, created by Adobe- Initial release 1993
- Latest release 1.7 ?
- Standard(s) ISO/IEC 32000-1:2008
- Spec. download PDF32000_2008.pdf
- Data(Object) Types:
- Boolean(CosBoolean),
- Integer number(CosInteger),
- Float number(CosFloat),
- Name string (CosName) ,
- String (CosString),
- Array (CosArray),
- Dictionary (CosDict),
- Stream (CosStream),
- Null (CosNull)
Functions/Operations
- Dig into PDF hierarchy from Trailer to Root Catalog, Pages, each element of arrays/dictionaries
- Single click on the TreeNode/ListItem to show details on the right ListView Panel
- Double click on the TreeNode/ListItem to dig the indirect referred object or the elements
- CosStream contents filter decoding
- Support RC4, AES(upto AES-256) decryption
Features
- Dig into PDF hierarchy
- TreeView/ListView for objects
- Decryption up to AES-256
- CosStream filter decoding
[ref]
- PDF Reference and Adobe Extensions to the PDF Specification http://www.adobe.com/devnet/pdf/pdf_reference.html
- PDF32000_2008.pdf http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf
- http://en.wikipedia.org/wiki/Portable_Document_Format

