On 07.02.2007 13:40:27 Uwe Kubosch wrote: > On Wed, 2007-02-07 at 13:35 +0100, Johan Johansson wrote: > > fop.xconf is used by default if no config is selected by the: fop -c > > <config-file> > > ...and the default fop.xconf file sets a resolution of 72dpi. Doesn't > that mean that this setting does not affect the output?
Not images that are included using external-graphic in PDF. Those images are always embedded as is. > I have tried to find references to this setting, and I found an old > discussion (2004) that stated that this setting was only used for > rasterized output like TIFF or PNG. Do you know if this is correct? Yes. The work-around: Create a fo:instream-foreign-object and include the image inside some minimal SVG wrapper. That should get the image scaled down. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
