Embed image in pdf/docx file

Is there any way to embed image on pdf/word doc? I have a requirement as follows:
Customer fill up some contract information and upload digital signature in Appian which will create a printable version of contract form with signature and will be downloadable.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • can you guys help me on that?
    I am getting the following error:

    freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:==> logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@7324f7d3!word/document.xml" at line 4, column 400]Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??The failing instruction:==> #list logo as logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@7324f7d3!word/document.xml" at line 4, column 393]