Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 120779 Report Engine does not set higher resolution for PDF

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 120779 Report Engine does not set higher resolution for PDF

Summary 
Change the resolution for PDF

Bugzilla Bug (s) Resolved:
120779 Report Engine does not set higher resolution for PDF
Description:
The user can use APPCONTEXT_CHART_PRINT_RESOLUTION to set the resolution of CHART in PDF. The setting value must be larger than 96. If the user doesn't set the resolution, ENGINE will use 96*2 as the default resolution in PDF.

This setting is not used for HTML output. The resolution for HTML is always 96.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "set the resolution for chart in PDF." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top