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

Module isn't working live. #89

Open pacosta613 opened 4 years ago

pacosta613 commented 4 years ago

Not sure what the exact error is but the module works perfectly fine locally. It's actually great but when I try to use it on a live server I keep getting this error -

"[0m: err Error: ENOENT: no such file or directory,"

I am using Heroku. Not entirely sure why this is happening live but not locally. Has anyone else experienced any issues using the module on a live server?

GDLMendonca commented 4 years ago

I just had this issue.

You have to install the dependency "PDF Toolkit" onto your server.

I used their installation file & it worked fine: https://www.pdflabs.com/tools/pdftk-server/

Goodluck!

pacosta613 commented 4 years ago

@GDLMendonca really? Can you share the installation file used for this to work?