Bug 479850 - Overlapping lines in HTML content on PDF export
Summary: Overlapping lines in HTML content on PDF export
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 07:52 EDT by Georg Kubesch CLA
Modified: 2015-10-15 07:52 EDT (History)
0 users

See Also:


Attachments
Sample report with design and test data (510.89 KB, application/zip)
2015-10-15 07:52 EDT, Georg Kubesch CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Kubesch CLA 2015-10-15 07:52:15 EDT
Created attachment 257281 [details]
Sample report with design and test data

We have a report showing some HTML data in table cells. We have to generate DOCX and PDF output formats. When generating PDF, sometimes some lines in the HTML content do overlap (see e.g. attached Report Synopse-BIRT-4.3.1-border.pdf Page 3).

I tried to set call padding and margin to 0, which did help just a little bit.
Therefore we added a report parameter targetFormat. When set to pdf an onPrepare script resets margin and padding.

When exporting to DOCX we do not see and overlapping rows (but in docx the bottom border of the table cells is missing!)

We use BIRT 4.3.1 in our application. I also tried to generate the DOCX and PDF formats with BIRT 4.5.0, but i got the same results.

I attached a zip file containing


    the .rptdesign file
    an XML datasource
    PDF and DOCX reports

My main problem is the overlapping in the PDF reports.
Fixing the issue with missing borders in DOCX would also be great.


Thank you
George