Forums / Setup & design / linebraks in pdf

"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".

linebraks in pdf

Author Message

risto CMS user

Wednesday 23 November 2005 7:27:22 am

After installing eZ Im staring to get the hang of it now. But I'm having some problems with pdf.

First off I keep getting very big spaces between paragraphs. meby many linebrakes or something like this I just dont know. It the same for serveral instalations. Any Ideas on this issue?

My second pdf issue is I cant seem to tget lists <li> to work. Il displays the disc, but no linebreake or indentation.

Alexandre Abric

Wednesday 23 November 2005 8:06:39 am

Hi

For your PDF problem, find the files named xml_paragraph.tpl and replace the code with :

{pdf(newline)}
{pdf(text,$content|wash(pdf) )}
{pdf(newline)}

That worked for me at least ...

Per Henrik Johansen

Thursday 08 December 2005 3:51:22 am

Worked for me also! Thanks!