Georg, no, that's not the case. Bitmap images identified by the same URI are always just embedded once in a PDF file, irrespective of page sequences which can't be mapped to PDF 1.4 anyway. Only with SVG that is different.
SVG is a bit tricky concerning Form XObjects since it supports links which have to be embedded in PDF with absolute page coordinates. So far nobody has tackled that problem. Without the links, this would be quite easy. But even with the links it is not a big deal, I think. Just a bit more effort. On 24.06.2010 11:11:13 Georg Datterl wrote: > Hi Jeremias, > > > Besides that, FOP currently always embeds images as is. It doesn't > > support resampling. > > Does that imply that if I have a fo file with lots of small page-sequences, > each having the same background image, the image is included again for each > page-sequence? > > Regards, > > Georg Datterl Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
