Levesque, Gary R wrote:
over the top of it.  When I view the image and table in a tool such as
XSLFormatterV3.2 the size of the jpeg image is appropriate (the image is
a form that basically fills in the entire 8.5in X11.0in boundary).
However when I process the file in FOP the size of the JPEG image gets
increased by approximately 400%

JPEG images are bitmaps. FOP renders bitmaps at a fixed resolution of
72dpi in absence of an explicit widht/height specification, which
unfortunately can't be provided for background images. Any metadata in
the bitmap file indicating another resolution is ignored. Your only
option to get FOP to display your JPEG background as intended is to
create a 72 dpi image. Alternatively, use SVG graphics.

J.Pietschmann

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

Reply via email to