Art Welch wrote:
[EMAIL PROTECTED]">
Hmmm. These are interesting.
On the table problem, could it be that the part that appears to not be printing is actually outside of the printer's printable area?
Maybe...
[EMAIL PROTECTED]">
How much is the image off center?
Totally ;-)
[EMAIL PROTECTED]">
If it just appears to be a little off center it may be because the PCLRenderer only supports images scaled in discrete steps. FOP's layout is unaware of this, so it may be placing the image based on what it thinks the actual scaled size is - not the size the PCLRenderer will produce. IIRC images are placed by the upper left corner - so this could cause an image to appear off center.
I'm sorry, but what are IIRC images?
Here is the fo code I have:

<fo:block text-align="center" text-indent="1em" space-before="0.6em" space-after="0.6em" font-size="10pt" display-align="center">
<fo:external-graphic src="Logo.gif" content-height="53px" content-width="88px" scaling="uniform" scaling-method="auto"/>
</fo:block>

Thanks.

Bruno Verachten

Reply via email to