manuels / hpdf.js

Create PDFs in your browser or nodejs (javascript port of libharu)
http://manuels.github.com/hpdf.js/
zlib License
184 stars 30 forks source link

Feature Request: Ability to import existing PDF would be great #3

Closed jdarling closed 11 years ago

jdarling commented 11 years ago

One thing missing in EVERY library I come across that deals with PDF's is the ability to import an existing PDF. I have been trying to find a way to simply import, fill in the new stuff, and export the updated PDF for a while now.

Is there something overly difficult with this that I'm missing, or does it exist and I just can't find/figure it out :)

manuels commented 11 years ago

This library is a JS version of libharu (http://libharu.org/). libharu doesn't support it, so hpdf.js also doesn't support it either.