Fillable PDF forms possible with Meteor?

meteor add aadams:pdftk
Using this package, I’m looking for a basic example that I can wrap my head around.

I’m trying to figure out this line:
fillform(pdf, xfdf, output)

How do I use this? Where do I get XFDF data and can somebody help me with just a basic idea? I have 1000 PDF’s that need the firstname/lastname/address/etc to be filled in from our meteor app into an existing PDF.

Did anyone solve this?

You can use NPM packages in meteor using meteor npm install

My recommendation is to carefully browse http://npmjs.org for PDF editing packages.

1 Like