Open heinrich5991 opened 2 years ago
please note: PDF is typically parsed from the end of the file using an index with offsets, which is difficult with kaitai struct, as you first have to jump all the data, search for the index and then parse the file using the information from the index.
if you want to understand pdf better use qpdf
It would definitely be interesting to see how far Kaitai Struct can model the PDF format, due to these specialties:
l
, m
, Tj
Specification: https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf Sample: https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf