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 "gdilem@libero.it" <gd...@libero.it> on 2006/01/25 10:17:09 UTC

problem with FOP 0.9 and fo:external-graphics

Hi all
I'm using fop 0.9 and i try to include a gif in my rtf file.
I tried with these tags but I had no solution:

<fo:external-graphic src="url(file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />

<fo:external-graphic src="url(/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />

<fo:external-graphic src="file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
any idea?


Re: problem with FOP 0.9 and fo:external-graphics

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
(Please send questions to fop-users@xmlgraphics.apache.org in the future
so all users can profit from answers given to your question. fop-dev is
for development discussions. Thank you.)

RTF output currently doesn't support GIF images. Please convert them to
PNG.

On 25.01.2006 10:17:09 gdilem\@libero\.it wrote:
> Hi all
> I'm using fop 0.9 and i try to include a gif in my rtf file.
> I tried with these tags but I had no solution:
> 
> <fo:external-graphic src="url(file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> 
> <fo:external-graphic src="url(/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> 
> <fo:external-graphic src="file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> any idea?



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: problem with FOP 0.9 and fo:external-graphics

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
(Please send questions to fop-users@xmlgraphics.apache.org in the future
so all users can profit from answers given to your question. fop-dev is
for development discussions. Thank you.)

RTF output currently doesn't support GIF images. Please convert them to
PNG.

On 25.01.2006 10:17:09 gdilem\@libero\.it wrote:
> Hi all
> I'm using fop 0.9 and i try to include a gif in my rtf file.
> I tried with these tags but I had no solution:
> 
> <fo:external-graphic src="url(file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> 
> <fo:external-graphic src="url(/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> 
> <fo:external-graphic src="file:///C:/jakarta-tomcat-5.5.7/webapps/admin_console/images/printHeader.GIF)"  content-height="200pt" content-width="200pt" />
> any idea?



Jeremias Maerki