[ 
https://issues.apache.org/jira/browse/FOP-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167796#comment-17167796
 ] 

Sanjaya S commented on FOP-2749:
--------------------------------

Hi Team,

I am using FOP 2.3 with Xmlgraphics-commons-2.3 to my test case. Simply I am 
generating a rtf output from a fo file where I am using an 
<fo:external-graphic> tag and taking a png image in src url.

This gives me following error in output rtf file- 

{color:#505f79}_org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException:
 The tag <fo:external-graphic> does not support png - image type._{color}

 

I have tried with the fix given in https://issues.apache.org/jira/browse/XGC-97 
but still no help. 

> image file external links issue in rtf.
> ---------------------------------------
>
>                 Key: FOP-2749
>                 URL: https://issues.apache.org/jira/browse/FOP-2749
>             Project: FOP
>          Issue Type: Bug
>          Components: image/png
>    Affects Versions: 2.2
>            Reporter: rajeev ranjan choudhary
>            Priority: Minor
>
> We have recently upgraded FOP from 1.0 to 2.2, after update we are facing 
> issues while creating the rtf files. From our code base when we are creating 
> the rtf file running following command : fop -xml 
> {$working_dir}{$working_filename}.xml -xsl {$xsl_file_name} -foout 
> {$working_dir}{$working_filename}.fo 2>&1
> fop -c Test.xml -fo {$working_dir}{$working_filename}.fo -rtf 
> {$working_dir}{$working_filename}.rtf 2>&1
> after generating the rtf file we can see in place of the images there are 
> exceptions as following: A. 
> org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException
>  
> org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException:
>  The tag <fo:external-graphic> does not support jpg - image type.
> This issue is happening for all the png type images when are included using 
> an external url. 
> What we observed that that when we are accessing the external url it always 
> add the extension as jpg irrespective of the real image file type. This type 
> of issue not observed while the FOP version was 1.0 and then also the 
> external url was using .jpg extension while adding the image link to xml file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to