Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Anyone have ideas on how to generate a fancy PDF certificate in drupal based on user-supplied form input? Here's an example of what I want to do here:

http://www.infiniteskills.com/cert/01596

This form just collects a name and build a nice PDF. Not sure if the email address is used for anything (other than perhaps collecting email addresses).

I've attached a screenshot of the final PDF so you can see the result without using the form.

Thanks for any ideas or pointers.enter image description here

Edit: Adding a link the Drupal certificate module: http://drupal.org/project/certificate

This module requires the print module and seems a little heavy for what I'm trying to do. Also, as far as I can tell, it will only create a PDF from existing HTML page.

share|improve this question

2 Answers

You can build a proper fillable PDF form and then use the Fill PDF module to merge it with data from a node or a webform.

Have a look at the demo on the Fill PDF service website.

share|improve this answer
tostini - cool, thanks. I think that might work. Will take a look. – Dave Bruns 2 days ago

Did you see Certify in the Related Projects right sidebar of Certificate module you linked !?

It sounds leaner.

share|improve this answer
tenken - thank you. I looked at that a few weeks and completely forgot about it. The readme makes it look like book and quiz modules are dependencies but it doesn't appear that way on the project page. I'll take a look. Certify is probably a useful starting point either way. – Dave Bruns 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.