Forums / Setup & design / Problem export PDF design
manu aushana
Monday 07 April 2008 9:14:24 am
I have a problem with the design of the export PDF.
When there is a bold text, an italic text or a link in an article, there is a new line before the text in the pdf generated.
I have a problem with the bullet as well. I have a question mark in the PDF.
I resolved the problem for the bold text and the italic text by changing the templates strong.tpl and emphasize.tpl which are located in design/standart/templates/content/datatype/pdf/ezxmltags.
I added this line
{set $content = $content|wash(pdf)}
in these templates.
I'm working with the ez 3.9.3 version.