Closed (fixed)
Project:
Webform2PDF
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 16:15 UTC
Updated:
4 Jan 2010 at 10:32 UTC
Hello,
I tried to set the position by adding css to the content-Text, I tried to change the pdf-margins in the _webform2pdf_pdf_page-Function, but I can not get a margin above the content. How can I change the top-margin of the pdf-document?
Everything else works fine and I would like to use this module...
Best regards
Adriana
Comments
Comment #1
mr.york commentedAbout the conversion between HTML+CSS and PDF, see http://www.tcpdf.org/, as the module uses the TCPDF library to create PDF files. Make sure you're not using a filter on the template, because it can modify the HTML and CSS elements. The module doesn't do any filtering.
Comment #2
mr.york commented