Y
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
arkgil
1554 days ago
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.
link