Need higher resolution images coming out of Rhapsody onto the template through PUB/RPE
Hi,
I'm wanting to capture some diagrams from Rhapsody onto a template through PUB/RPE. I am currently able to do this successfully, but unfortunately the images are low resolution and at times are not readable. Is there an option I can set on the image element in PUB to make sure the DPI (dots per inch) is high? Thanks.
Regards,
Srin
Accepted answer
You can try requesting the Rhapsody diagrams in EMF format. Rhapsody’s Reportable API (which returns JPG images by default) can be made to return EMF images.
In RPE template, you can use JavaScript replace function to replace "JPG" string with "EMF" in the picture path URL and use the Script Expression as "Content" property of the Image element.