Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 160641: Image from Fragments can not be preview.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 160641: Image from Fragments can not be preview.

- Summary:
Fix Bugzilla Bug 160641: Image from Fragments can not be preview.


- Bugzilla Bug (s) Resolved:
160641


- Description:
iText doesnot support Image.getInstance(URL) when BIRT display image in the resource bundle.

So, use Image.getInstance(byte[]) instead.

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top