Hacker News new | ask | show | jobs
by etothepii 1554 days ago
How have you avoided the AGPL headache that comes with almost all the open source libraries for PDF editing?

Have you written your own code from scratch?

1 comments

Our engine is based on Google's PDFium, which is Apache licensed. We use it for rendering and reading the PDF object tree. Editing, annotations, etc. are all built on top of that.