Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
1.1
-
None
-
None
-
Operating System: All
Platform: PC
-
54108
Description
Tomcat 6
java 1.7
Fop 1.1
xmlgraphics-commons-1.5.jar
<fo:external-graphic src="file:logotypes/
{head/logotype}" width="auto" height="auto" content-width="80%" content-height="auto" />
will produce:
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException: The tag <fo:external-graph ic> does not support gif - image type
both for PNG and GIF files when producing RTF documents
The same environment and XSL produce PDF that are ok.
Switching back to fop 1.0 and xmlgraphics-commons-1.4.jar resolves the problem.