Closed (works as designed)
Project:
Webform2PDF
Version:
6.x-2.0-rc1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Mar 2011 at 21:33 UTC
Updated:
22 Mar 2011 at 14:57 UTC
Comments
Comment #1
shafter commentedYou can modify header logo size on admin/settings/webform2pdf page. Font type, size, paragraph alignment and left / right logo can be easily set on webform2pdf settings for each form (please set these on the form settings page, not the defaults page, mentioned above), in the 'header' or in the 'footer' container.
CSS isn't supported, but a few inline style option may work, please use mainly HTML tags. You can use a WYSIWYG editor to edit these fields, and see, what it may look like. HTML can be used to design header and footer as well. Please note that PDF conversion may not be perfect.
Comment #2
alice-kahn commentedHi Shafter,
Thanks alot it worked for me, never thought it was so easy. I've another question. On a webform I have some select box fields. Can I print them also on pdf? For the moment the selected box are shown as underlined text. Is there a way to show the select box on the pdf instead of underlined text?
Thanks once again
Alice
Comment #3
shafter commentedThis module currently only supports very basic formatting options, basically, only text can be used in templates. You can find special characters in the selectable fontsets though, but I doubt it will be displayed correctly in PDF. You can use HTML tags before and after variable to format it, but we haven't tried adding boxes or images to it.