Image(chart) not display in HTML report [message #789589] |
Fri, 03 February 2012 01:39  |
Eclipse User |
|
|
|
Hi,
I am trying to generate report on server machine, and accessing it through web-service on client machine.
Through web-service I give call to the code which generate and returns report as a file, I save this file on my machine and use it further. When I choose HTML format; report generates HTML file with temp folder for .svg images, when I pull the report file(HTML)on my machine, the temp folder is still on server machine and it tries to find image source on my machine. If I open same HTML report on server it shows the chart.
I am trying to set ImageDirectory and BaseImageURL but its not working.
Please help me resolve the issue.
Thanks,
Deepali.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Image(chart) not display in HTML report [message #798436 is a reply to message #798103] |
Tue, 14 February 2012 12:40  |
Eclipse User |
|
|
|
They are suppose to be xml. That is the Word XML format. If you want
to use the Tribix emitter in 3.7. take a look at this post:
http://birtworld.blogspot.com/2011/07/replacing-default-birt-xls-emitter.html
Jason
On 2/14/2012 3:59 AM, Deepali Patil wrote:
> Hi,
>
> I have one problem. On linux machine report in doc and ppt format looks
> like xml tags. I download tribix jars, but dont know how to use it in
> the code.
>
> I have gone through this page
> http://www.eclipse.org/forums/index.php/m/635978/?srch=birt+doc#msg_635978
> on this page you have suggest to remove following plugins
>
> org.eclipse.birt.report.engine.emitter.prototype.excel_2.6.1 .v20100812
> org.eclipse.birt.report.engine.emitter.excel.config_2.6.1.v2 0100812
> org.eclipse.birt.report.engine.emitter.ppt.config_2.6.1.v201 00812
> org.eclipse.birt.report.engine.emitter.ppt_2.6.1.v20100909
>
> I am using jars of 3.7.1 version in that above jars are not available.
> Please help me on this topic
> When I open report.doc it looks like below,
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?mso-application progid="Word.Document"?>
> <w:wordDocument
> xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
> xmlns:v="urn:schemas-microsoft-com:vml"
> xmlns:w10="urn:schemas-microsoft-com:office:word"
> xmlns:o="urn:schemas-microsoft-com:office:office"
> xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
> xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
> xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
> xml:space="preserve">
> <o:DocumentProperties>
>
>
> I tested same code on linux fedora and linux mint, on both machine got
> the same output with xml tags,
> Please suggest me something.
>
>
> Thanks,
> Deepali.
|
|
|
Powered by
FUDForum. Page generated in 0.07701 seconds