pdffillerjs / pdffiller

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

Keep original fields #52

Closed wmbutler closed 7 years ago

wmbutler commented 7 years ago

John,

I added functionality so that if a form already had data, it would hang on to that information when calling generateFDFTemplate. I forked this and created my own NPM but if you are actively maintaining this, and accept my pull request, I'll just collaborate with you on enhancements.

whitef0x0 commented 7 years ago

@wmbutler maybe best to add this functionality as an opt-in option instead of having it on by default, to prevent breaking changes.