hello i use the 0.91svn fop-version and i tried to render a gif image in a rtf and a pdf file. The pdf-file looks very well, but in the rtf-file there is insteand of the gif-image the following errormessage:
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException: The tag <fo:external-graphic> does not support gif - image type i used the basic-example images.fo or the following code: <?xml version="1.0" encoding="utf-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="content" page-height="29.7cm" page-width="21cm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="content"> <fo:flow flow-name="xsl-region-body"> <fo:block> <fo:external-graphic src="MeinBild.gif"/> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> exists for this problem a workaround? regards, sascha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]