I don't understand the problem.
AFAIK 'content-width'/'content-height' isn't imlemented but 'width'/'height'
isn't required to show an image!
FOP tries to render the image in its original size except it overflows your
imageable area.
In this case the image will be scaled down to fit at least one whole page.
copy and paste the sample and insert your URL -- it must work!!!
<fo:table table-layout="fixed"
inline-progression-dimension.optimum="100%">
<fo:table-column column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block text-align="end">
<fo:external-graphic
src="YOUR_URL_HERE"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
cu Torsten
-----Original Message-----
From: Zahidul Islam [mailto:[EMAIL PROTECTED]
Sent: Montag, 16. Juni 2003 14:28
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Pls help: Showing images of their own size
hello
i am facing a problem for a long time and asked for help from forum 2
times but unfortunately
i didnt get the solution yet. pls help me...
in my case i want to show some images in a row. but i dont want to fix the
sizes of the images, i mean
the images will be shown at their original size..
how can i do that?
i can show the images by using
<fo:external-graphic src="imageurl" content-height="100px"
content-width="100px" height="100px" width="100px"/>.
but in this case the width and height is made fixed. To show the images if i
use <fo:external-graphic src="imageurl"/>
then no image is shown..
pls give me a solution..
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]