Subject: RE: images in a pdf from a fo file
From: "Yao, Di" <dyao@xxxxxxxxxxxxxx>
Date: Mon, 7 Aug 2000 08:21:40 -0400
|
I encountered the same problem. Could someone help?
Helps greatly appreciated!
yaodi
-----Original Message-----
From: Robert Koberg [SMTP:rob@xxxxxxxxxx]
Sent: Saturday, August 05, 2000 6:24 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: images in a pdf from a fo file
I cannot get images to display in the pdf I generate. Are there any
tricks
and/or can someone help?
Here is the the block that contains image data (Note: the block of
text does
show):
<fo:block id="ch02fig01">
<fo:block>Figure 2.1. Elvis' very first single from 1954:
"That's
All Right"/"Blue Moon of Kentucky." Scotty Moore (l)
and Bill
Black (r) in the background.</fo:block>
<fo:block>
<fo:external-graphic src="graphics/02fig01.gif">
</fo:external-graphic>
</fo:block>
</fo:block>
I am using cocoon to render the fo file. Then, at the command line I
use:
java org.apache.fop.apps.CommandLine file.fo file.pdf
to render the pdf.
I have tried quite a few different configurations in the fo file but
can't
get a graphic to show. Any suggestions would be greatly appreciated.
XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|