-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I posted this in the Meteor forums, as I think it's a Meteor bug ... maybe not?!
After installing the package:
Run meteor and inspect the pdftk_pdftk.js Meteor package system has generated. It lives in
.meteor/local/build/programs/server/packages.
line 70 has a blank space appended to 'fill_form' the second parameter
return PDFTK.execute([pdf, 'fill_form ', xfdf, 'output', output], callback);
If you examine the source of the package on GitHub, you can see the original file is fine and not the source of the bad parameter.
Running PDFTK.execute directly with the proper name (no space) and fillForm works correctly
Metadata
Metadata
Assignees
Labels
No labels