Closed (fixed)
Project:
FillPDF
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2012 at 02:13 UTC
Updated:
17 Apr 2014 at 04:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wizonesolutionsHi - bugs have to be filed against the latest development version. Right now, they contain the same code, but I just mention it because other module maintainers will say the same thing.
Does PDF parsing with any PDFs, or is it totally broken?
I'll test it generally now and see.
Comment #2
wizonesolutionsIt's probably this fix: #1430044: Allow specifying pdftk path manually
Go into the settings and put in the path to your pdftk. That should work around it.
That said, I inadvertently introduced a behavioral change because I don't assume
pdftkas the fallback value when the path isn't set. I only do so if the settings page has never been saved (not intentionally, of course).I'll commit a fix for this and release a new version today.
Note to self: I also have to fix this in PDF Forms API, which Fill PDF 7.x-2.x uses.
Comment #3
wizonesolutionsComment #4
wizonesolutionsFixed. Needs testing, so if you can update to the -dev release once you see the date change, blank out your pdftk setting workaround, and let me know, that'd be great. You can also test right away if you clone the 7.x-1.x branch with Git (if you're familiar with that or by using the instructions at http://drupal.org/node/326549/git-instructions/7.x-1.x/nonmaintainer).
Comment #5
wizonesolutionsThis is the patch that one can apply to 7.x-1.18 or the current 7.x-1.x-dev. http://drupal.org/patch/apply
Comment #6
tslifset commented#4 worked for me. Thanks for a very helpful module!
Comment #7
wizonesolutionsWill commit this soon then!
Comment #8
wizonesolutionsConfirmed that this works.