How to reduce size of BIRT generated PDF with background image?
Posted
by Yishai
on Stack Overflow
See other posts from Stack Overflow
or by Yishai
Published on 2010-03-24T22:38:18Z
Indexed on
2010/03/24
22:43 UTC
Read the original article
Hit count: 379
birt
|pdf-generation
It seems (at least that is our understanding of the issue at this point) that given a background image in BIRT, the PDF generation routine repeats the image information inside the PDF instead of having it once referenced as the background image of all pages of the PDF.
This causes our BIRT generated PDFs to be too large. Is there a way to get BIRT to only store the image once inside the PDF and have it be the background image on each page of the PDF while keeping the file size more reasonable?
© Stack Overflow or respective owner