BIRT 4.7.0 - linefeed missing ? [message #1785086] |
Mon, 09 April 2018 06:10  |
Eclipse User |
|
|
|
I hope this is the right place to post my question
Since we did an upgrade to BIRT 4.7.0, some text is printed on the same line as if there is no linefeed.
This happens only on the top of a page, but not consistently on every page.
With the previous version we never had that problem with the same data.
Any suggestions, where to start to look
Thanks a lot
Kind regards
LucVdh
|
|
|
|
Re: BIRT 4.7.0 - linefeed missing ? [message #1786369 is a reply to message #1785925] |
Wed, 02 May 2018 04:14  |
Eclipse User |
|
|
|
Hello Alexander Wieland,
Thanks for your reaction.
This is the answer I got from Thomas, the java developer that worked on this issue:
We use the PDF format to render this report.
I tested this as well with
• HTML
no problem rendering there, but when printing the page it shows scrollbars
• DOC(X)?
the report is rendered with tables all over the place and text got cut off because of overflow
I don't completely understand how the extra rendering options would solve the problem, since I have tried (and failed) by switching some properties in the report designer that have to do with page breaks (page-break-after, page-break-before and page-break-inside), but I discovered that the most extreme value is either "always" (which we do not want), or "avoid" (which still causes the problem to occur)
Eventually we found a workaround to our problem by manipulating the incoming HTML.
We applied following modifications
• replace('<p>', '')
• replace('</p>', '<br/>')
Kind regards
Luc Van den heuvel
|
|
|
Powered by
FUDForum. Page generated in 0.03148 seconds