Subject: Re: How to display the image size as it is in pdf using xsl-fo
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 09 Jun 2003 14:45:04 +0200
|
weihua li wrote:
Hi,
I have a problem to display the right image size in
pdf,which is using XSL-FO.
Which FO processor are you using?
<fo:external-graphic src="file:{$image-dir}/test.jpg"
content-height="1em" content-width="1em"
You may have more success if you specify height and width
instead of content-heigth and content-width.
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|