Uwe Kubosch wrote:
Hi all!

I am using FOP 0.93 with JSE 6 to render PDFs with lots of images
containing high resolution images and I am scaling the images using only
one dimension in the external-graphics tags.

The result is a PDF of about 1.1GB.  Naturally my print-person complains
that the file is unnecessarily large and has asked me to reduce the
output resolution to 300dpi.

How do I do that?

FOp Configuration in fop.xconf has parameters to control the source and target resolutions:

<!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
        <source-resolution>72</source-resolution>
<!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
        <target-resolution>72</target-resolution>


Chris




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to