Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
Generate PPT pages using Actuate V11 SP1
Migrateduser
<p>Hi all,</p>
<p> </p>
<p>I'm trying to generate PPT using e.Report via V11 SP1.</p>
<p> </p>
<p>I've tested below cases, but all got the pht format not ppt format... Any one could advise?</p>
<p> </p>
<p>Case 1:</p>
<p> Submit the generation job via SOAP to generate the report to ROI then using below coding to get the PPT.</p>
<p> ViewParameter vp = new ViewParameter();</p>
<p> vp.setFormat("PPT");</p>
<p>....</p>
<p>gcr = proxy.getContent(c);</p>
<p>result = gcr.getContentRef().getContentData();</p>
<p> </p>
<p>Case 2:</p>
<p> On iServer Admin console, click the generated ROI, then Save report using PPT format.</p>
<p> </p>
<p>For both, I got the file with pht format, like:</p>
<p> </p>
<p>MIME-Version: 1.0</p>
<p>Content-Type: multipart/related;boundary="____Actuate_Content_Boundary___"</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet