<?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>How to display screenshots using &amp;quot;HTML Doc from Template&amp;quot; smart service?</title><link>https://community.appian.com/discussions/f/process/2378/how-to-display-screenshots-using-html-doc-from-template-smart-service</link><description>we have an application that scans incoming email in a mail account and creates a process. We use &amp;quot;HTML Doc from Template&amp;quot; smart service to display the email body in HTML format. A link to generated HTML document is available in process dashboard. However</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to display screenshots using "HTML Doc from Template" smart service?</title><link>https://community.appian.com/thread/39248?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2016 13:39:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:924876f8-176e-4828-902a-c4d957ed1143</guid><dc:creator>susmethaasirir</dc:creator><description>Thanks for your valuable reply.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display screenshots using "HTML Doc from Template" smart service?</title><link>https://community.appian.com/thread/39198?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2016 07:06:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4711186b-012c-4d0e-b920-9c4cb9d38fc8</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Given it&amp;#39;s not a good practice to store long string such as Base64 in a process variable, the plug-in was removed from Forum. Even though my approach here doesn&amp;#39;t store the result in a PV, unfortunately due to misuse the plug-in was deleted from Forum to prevent such misuse.&lt;br /&gt;&lt;br /&gt;You can still build your own plug-in as long as it does the conversion to the base64 string and mapping directly in Java without storing it in Appian process variables.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display screenshots using "HTML Doc from Template" smart service?</title><link>https://community.appian.com/thread/39190?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2016 17:59:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34223c0b-f83b-4216-8b01-4fc2b940d256</guid><dc:creator>susmethaasirir</dc:creator><description>i want to use convertdocumenttobase64() function .could anyone please share me the Base64 Utilities plugin link?&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to display screenshots using "HTML Doc from Template" smart service?</title><link>https://community.appian.com/thread/8351?ContentTypeID=1</link><pubDate>Tue, 25 Mar 2014 03:36:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46a298a2-4a33-422a-8ef9-14e9e2c0f4c8</guid><dc:creator>Eduardo Fuentes</dc:creator><description>1. If you have the images stored as a documents in Appian then adding them  to an HTML template is possible.  Here is a sample application &lt;a href="https://forum.appian.com/suite/doc/85010"&gt;forum.appian.com/.../85010&lt;/a&gt; You need to have the Base64 Utilities Plug-in available for download here in Appian Forum under the &amp;quot;Shared Components&amp;quot; section (&lt;a href="https://forum.appian.com/suite/apps/components)-"&gt;forum.appian.com/.../components)-&lt;/a&gt; Expression Functions - View All Expression Functions.&lt;br /&gt;&lt;br /&gt;To test the example just run a new instance, pass an image and a text in the start form and a new task will let you download the resulting document. If you review the template you will see the trick is in the &amp;lt;img&amp;gt; tag:&lt;br /&gt;&lt;br /&gt;&amp;lt;img alt=&amp;quot;Embedded Image&amp;quot; src=&amp;quot;data:image/png;base64,###IMAGE_BASE64###&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;then I use the HTML Doc From Template to populate the IMAGE_BASE64 key with convertdocumenttobase64(pv!image)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. If they are part of the email body and you don&amp;#39;t have them as images check why the document shows the red X to have a better understanding of the issue (e.g. they point to an invalid URL or to an inaccessible one)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>