Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2749

image file external links issue in rtf.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2
    • None
    • image/png
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rajeev_choudhary rajeev ranjan choudhary
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: