Live data from Hacker News

Show HN: Nano PDF – A CLI Tool to Edit PDFs with Gemini's Nano Banana

github.com

41–43 of 43 posts

Re: Show HN: Nano PDF – A CLI Tool to Edit PDFs with Gemini's Nano Banana

#41
Interesting approach. I've spent a lot of time wrangling PDF internals recently, and the issue is usually maintaining the xref table integrity when you inject new content streams.

Does this approach rewrite the entire file structure on save, or are you appending incremental updates to the EOF? Incremental is safer for corruption, but file size bloats quickly with AI-generated diffs.

Post reply on HN