Forums / Setup & design / Problem export PDF design

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem export PDF design

Author Message

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.