Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
JPEG Emitter for BIRT - Multiple Pages
Shasha
<p>Hi,</p>
<p> </p>
<p>I have a requirement of producing BIRT output in JPEG. I was able to achieve the same using a post from Jason "<a data-ipb='nomediaparse' href='
http://www.ibm.com/developerworks/library/ba-birt-emitter/index.html'>http://www.ibm.com/developerworks/library/ba-birt-emitter/index.html".</a>However
my requirement is to produce a report having multiple JPEG pages in a single output like in pdf (one after the another) </p>
<p> </p>
<p>Regards</p>
<p>Shashank</p>
Find more posts tagged with
Comments
Clement Wong
<p>JPEGs do not support pagination so one option is to create the JPEGs for each page, and then use your own code, or other package/tool to combine them vertically into a single JPEG file.</p>
<p> </p>
<p>For example, this code snippet from on StackOverflow to combine multiple images would be a good starting point:</p>
<p><a data-ipb='nomediaparse' href='
http://stackoverflow.com/questions/3922276/how-to-combine-multiple-pngs-into-one-big-png-file'>http://stackoverflow.com/questions/3922276/how-to-combine-multiple-pngs-into-one-big-png-file</a></p>
;
Shasha
<p>Thanks Clement. Was able to get what I wanted.</p>
<p> </p>
<p>however I am facing another challenge. In the JPEG output I am not getting images (which are coming fine in PDF or any other output). Even the Rotated text control is not coming.</p>
<p> </p>
<p>Your help on this will be really appreciated !!</p>
<p> </p>
<p>Regards</p>
<p>Shasha</p>