<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Embed image in pdf/docx file</title><link>https://community.appian.com/discussions/f/general/10973/embed-image-in-pdf-docx-file</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/73499?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 05:20:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8010ea53-a8b0-4156-8800-79a8c0d872cb</guid><dc:creator>Machy Llego</dc:creator><description>&lt;p&gt;is it doable using Google Docs sa substitute for Word?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/70526?ContentTypeID=1</link><pubDate>Sun, 17 Nov 2019 14:24:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ba3cfc2-c3c5-4eff-bf2e-79413dcb6c76</guid><dc:creator>Chaitra_joshi</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please let me know how it worked for you. i have similar requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/70525?ContentTypeID=1</link><pubDate>Sun, 17 Nov 2019 14:23:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f4e4aa76-3dc5-434d-8cb5-00eaf8200796</guid><dc:creator>Chaitra_joshi</dc:creator><description>&lt;p&gt;Hi Subhajits,&lt;/p&gt;
&lt;p&gt;Can i add a pv instead of constant as my process model is creating bar code and that has to be placed in docx. Please let me know&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/48059?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 13:04:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8f54f355-3e25-46cb-8512-93f257376513</guid><dc:creator>Rama Thummala</dc:creator><description>&lt;a href="/members/dippomanm607"&gt;dippomanm607&lt;/a&gt; , Try PDF from XSLFO smart service.. In xsl we can insert image by converting it to BASE64 . &lt;br /&gt;
&lt;br /&gt;
E.g: &amp;lt;fo:external-graphic src=&amp;quot;url(&amp;#39;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAA....&amp;#39;)&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please refer here . &lt;a href="https://stackoverflow.com/questions/24013882/inserting-a-base64-encoded-image-into-xsl-fo-file-while-using-apache-poi"&gt;stackoverflow.com/.../inserting-a-base64-encoded-image-into-xsl-fo-file-while-using-apache-poi&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hope it will help you..!!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/48057?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 12:34:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3aa24cc-bace-4353-8d75-ffa531141aef</guid><dc:creator>subhajits</dc:creator><description>In the template press ctrl + F9 to insert a field. Then right click on that and select merge field. In the merge field name write the below code -- &lt;br /&gt;
[#list logo as logo].&lt;br /&gt;
Now insert any image.Then close the list by writing [/#list] following the similar way as discussed above.&lt;br /&gt;
Now go to &amp;quot;Bookmark&amp;quot; option in the Insert tab in word document. Add a new bookmark by the name &amp;quot;logo&amp;quot;.&lt;br /&gt;
Now in the smart service DOCX from Dynamic Template in the &amp;quot;images&amp;quot; field in the input tab write the below code --- &lt;br /&gt;
={logo:cons!DDG_images} where the constant contains the list of images that you want to display.&lt;br /&gt;
&lt;br /&gt;
Hope this will solve the issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/48056?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 12:33:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ad6ebbf-4a52-408f-9b17-7dbdd5798139</guid><dc:creator>subhajits</dc:creator><description>In the template press ctrl + F9 to insert a field. Then right click on that and select merge field. In the merge field name write the below code -- &lt;br /&gt;
[#list logo as logo].&lt;br /&gt;
Now insert any image.Then close the list by writing [/#list] following the similar way as discussed above.&lt;br /&gt;
Now go to &amp;quot;Bookmark&amp;quot; option in the Insert tab in word document. Add a new bookmark by the name &amp;quot;logo&amp;quot;.&lt;br /&gt;
Now in the smart service DOCX from Dynamic Template in the &amp;quot;images&amp;quot; field in the input tab write the below code --- &lt;br /&gt;
={logo:cons!DDG_images} where the constant contains the list of images that you want to display.&lt;br /&gt;
&lt;br /&gt;
Hope this will solve the issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/48052?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 11:50:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bce8edf3-4f9d-44e9-925b-aadd44e1737f</guid><dc:creator>dippomanm607</dc:creator><description>can you guys help me on that?&lt;br /&gt;
I am getting the following error: &lt;br /&gt;
&lt;br /&gt;
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:==&amp;gt; logo  [in template &amp;quot;fr.opensagres.xdocreport.document.docx.DocxReport@7324f7d3!word/document.xml&amp;quot; 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:==&amp;gt; #list logo as logo  [in template &amp;quot;fr.opensagres.xdocreport.document.docx.DocxReport@7324f7d3!word/document.xml&amp;quot; at line 4, column 393]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Embed image in pdf/docx file</title><link>https://community.appian.com/thread/47984?ContentTypeID=1</link><pubDate>Mon, 28 Aug 2017 12:28:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36825584-fa01-40b2-ac96-244ed900088e</guid><dc:creator>subhajits</dc:creator><description>You can use DOCX from Dynamic Template smart service to do that.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>