Skip to content

fillForm is broken #6

@stocksp

Description

@stocksp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions