desgeeko | 1 year ago | on: Show HN: HTML visualization of a PDF file's internal structure
desgeeko's comments
desgeeko | 1 year ago | on: Show HN: HTML visualization of a PDF file's internal structure
desgeeko | 1 year ago | on: Show HN: HTML visualization of a PDF file's internal structure
desgeeko | 1 year ago | on: Show HN: HTML visualization of a PDF file's internal structure
desgeeko | 1 year ago | on: Show HN: IPA, a GUI for exploring inner details of PDFs
Depending on your transformation use case, you may write an incremental update with only a few bytes at the end of the original file instead of rewriting it entirely. To my knowledge this feature of the PDF specification is often overlooked and not a lot of libraries implements it.
It is a work in progress and I have not developed functions for images yet, though.
desgeeko | 1 year ago | on: Show HN: IPA, a GUI for exploring inner details of PDFs
The HTML output is like a pretty print where you can read view objects and follow links to other objects.
Since I have added a new command (disasm) that is CLI oriented and displays a greppable summary of the structure. Here is an explanation: https://github.com/desgeeko/pdfsyntax/blob/main/docs/disasse...
desgeeko | 2 years ago | on: So you want to modify the text of a PDF by hand (2020)
desgeeko | 4 years ago | on: Show HN: Browse the internal structure of a PDF file