Posted by svena on November 30, 2012 at 4:00pm
Is it possible to add fields from userprofile in PDF template?
Availible field according to Certify documentation is:
'site_name' (Site name)
'full_name' (Full name of user)
'email' (User email address)
'certificate_name' (Certificate title)
'certificate_desc' (Certificate description)
'score' (Score)
'issued_date' (Date)
I need to show fields from Quiztakers user profile in the cerificate.
Do anybody have a solution for this?
Comments
Open an issue at
Open an issue at http://drupal.org/project/issues/certify.
WizOne Solutions - https://wizone.solutions - Drupal module development, theme implementation, and more
FillPDF Service - https://fillpdf.io - Hosted solution for FillPDF
hook_certify_pdf_alter()
There is a hook for that, it's just not documented afaik. It was implemented as part of this issue.