inserting a TIFF file into a Word document using ADT

How do we go about inserting a TIFF file into a Word document using ADT? Currently, we're able to insert a TIFF file with a single image into Word without any issues. However, when attempting to insert a TIFF file with two images, we encounter a problem - only one image is inserted successfully while the other is not. What could be causing this issue?"

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Yes, getting error message: 

    freemarker.core.NonSequenceOrCollectionException: The value you try to list is an extended_hash+string (fr.opensagres.xdocreport.document.images.ByteArrayImageProvider wrapped into f.e.b.StringModel), thus you must specify two loop variables after the "as"; one for the key, and another for the value, like <#... as k, v>).

    ----
    FTL stack trace ("~" means nesting-related):
    - Failed at: #list logo as logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@3d1e7f14!word/document.xml" at line 4, column 111]
    ----

    Any suggestions regarding this?