You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Khim <la...@patroids.com> on 2000/09/08 04:46:03 UTC

Image unable to be display

Hi there,
	I am not sure whether anyone has ask this question before but did anyone
try this two command?
	Command 1:java org.apache.fop.apps.AWTCommandLine fo-file
	Command 2:java -cp fop.jar;xerces.jar;w3c.jar
org.apache.fop.apps.AWTCommandLine fo-file
	I tried to used these command to preview the result of the fo file, i does
have a preview display but the image embedded are not shown. IS it the
preview does not support image or could it be i missed out setting any
classpath?
Thanx.
Khim


Re: Image unable to be display

Posted by Stephan Albers <St...@jcatalog.com>.
Khim schrieb:
> 
> I am not sure whether anyone has ask this question before but did anyone
> try this two command?
>         Command 1:java org.apache.fop.apps.AWTCommandLine fo-file
>         Command 2:java -cp fop.jar;xerces.jar;w3c.jar
> org.apache.fop.apps.AWTCommandLine fo-file
> I tried to used these command to preview the result of the fo file, i does
> have a preview display but the image embedded are not shown. IS it the
> preview does not support image or could it be i missed out setting any
> classpath?

The AWT previewer should work with images. We have tested Gif and Jpeg.
I don't know about Bmp. SVG is only partially supported (80% of what is
in PDF), but we will improve this.

Stephan