Matthias Wessendorf wrote:
I have an external graphic that I load from WWW like:

<fo:external-graphic src="url('http://www.foo.com/bar.gif')"  />

The file(graphic) is visible inside of my PDF file, but the size is not correct.

This is a FAQ
 http://xml.apache.org/fop/faq.html#graphic-resolution

So I added

width="100px"
height="30px"

attributes, but the same result.

Do *not* use pixels as measurement unless you render the FO
to a bitmap image.

J.Pietschmann

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

Reply via email to