pdffillerjs / pdffiller

Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.
MIT License
286 stars 113 forks source link

Added more methods for generating FDF and converting #6

Closed whitef0x0 closed 9 years ago

whitef0x0 commented 9 years ago

I'm not sure if this should be its seperate repo or not, but I've added upon pdffiller significantly, and added methods to convert to a generic fieldJson object, methods to generate FDF template data from a PDF and more.

All methods are passing mocha tests and I've added documentation in the README for all new methods.

johntayl commented 9 years ago

This is great. Thanks for the contribution!

whitef0x0 commented 9 years ago

If you need me to clarify anything just let me know.