Export PDF with Images from Tibco Server 6.4

Hi,

I have a report that is a table with 900 records. Each record contain an image that is loaded from the outside server. I am trying to export this report to PDF and it takes a very long time to complete. Is there a way to speed it up. I went through different tuning suggestions. I use SharedVirtulizer but it is still too slow.

Thanks

michael.guzman's picture
Joined: Feb 1 2018 - 12:36pm
Last seen: 1 year 3 months ago

What's the total size of the pdf file and how long does it take?

riodavid - 5 years 5 months ago

The final size of the pdf is 89 MB and it takes more than 20 min to complete the export

michael.guzman - 5 years 5 months ago

4 Answers:

Have you tried downloading the images beforehand? There's many software to download images from the net.

hozawa's picture
190713
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Images are based on the URLs that are in the database. Actual images are in the DAM solution and not possible to download.

michael.guzman's picture
Joined: Feb 1 2018 - 12:36pm
Last seen: 1 year 3 months ago

Does the report load quickly enough? If the report has loaded and rendered already, I do not see why the export should take long since it presumably is only a screen-shot of web view using phantom in the background.

m.kamran's picture
1084
Joined: Nov 3 2017 - 3:11am
Last seen: 5 years 4 months ago

I think the solution is to create a custom function to pull the image and then get a bytecode and insert into the report. It looks it still takes more than a second to get an image via URL, so I will try to get it directly from the drive. However, Once the bytecode is embeded the PDF export is fast.

michael.guzman's picture
Joined: Feb 1 2018 - 12:36pm
Last seen: 1 year 3 months ago
Feedback