Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix Bugzilla Bug 164426--Different display between html and pdf output[0300]

Title: Fix Bugzilla Bug 164426--Different display between html and pdf output[0300]

Summary 

Bugzilla Bug (s) Resolved:

164426--Different display between html and pdf output[0300]

Description:

The coordinate system of PDF is different with HTMLs. The original point of PDF is on bottom left corner while HTMLs is on top left corner.

So we need transform the coordinate system before rendering PDF report. There exists a bug in the transforming algorithm.

Fix this bug.

Test Description:

Manual Test

 Files Edited:

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top