Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix bug 142370: Page numbering is wrong in PDF

Summary 

fix bug 142370: Page numbering is wrong in PDF 

 

Bugzilla Bug (s) Resolved:
 Bugzilla bug 142370: Page numbering is wrong in PDF

 

 

Description:

 If the master page changes, we will add a page-break before the page using the new master page. So if last page set page-break-after = always, a blank page will be created. However, the blank page will be omitted while adding it to the PDF stream, so the page number jumps.

 

Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/PageLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/ReportLayoutEngine.java"

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/LayoutEngineContext.java"

 

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:

 

 

Best regards,

Yu Chen

 


Back to the top