Hacker News new | ask | show | jobs
by ggcdn 2274 days ago
That was my feeling as well - it’s not necessarily complicated, it’s just so niche as to not have anyone making it. Today I found this GitHub repo which I may try tinkering with on the weekend:

https://github.com/highkite/pdfAnnotate

1 comments

yeah, main things are tracking overlay collision, groups like radio buttons, where you start your measurements from top left or bottom, dpi, and zoom levels. built systems for it using itext and websupergoo abcpdf. (backend for manipulating pdfs, tamper sealing etc.) and front end uses a image of the rendered pdf page that was extracted. This is a bit different from pdfjs but also scales well. PS pdf standards suck. :(