Closed (fixed)
Project:
FillPDF
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 13:04 UTC
Updated:
16 Sep 2016 at 19:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
freakalis commentedAdded a new patch that removed a typo.
Comment #2
wizonesolutionsThere is the Transform Values feature, but I'll definitely review and commit this when I get a chance. Fill PDF needs more hooks. Then I might be able to rewrite the Transform Values feature to use this hook...although that might happen later, as it looks like this hook would only work at the PDF level but not the individual field level (without another hook).
Thanks for contributing!
Comment #3
wizonesolutionsThis has been edited a bit; I changed the alter hook name.
'fillpdf_fields'was too broad since that might be used in the future for something more generic to do with fields.I've attributed the patch to you. Thanks again!
Comment #4
wizonesolutionsWhoops, need to backport this to 6.x too.
Comment #5
wizonesolutionsTagging.
Comment #6
wizonesolutionsCamp is over.
Comment #7
freakalis commentedThis patch stil haven't been commited into 6.x-1.x-dev.
In a new project of mine I needed to be able to also alter image_data. Because hook_alter only can take one argument as a reference i created a new variable called $data and included both $fields and $image_data.
Maybe there is a nicer way to do this, but it works.
Comment #8
freakalis commentedNew patch applied to latest dev
Comment #12
liam morlandDrupal 6 is no longer supported.