<?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>Create HTML Document From HTML Code</title><link>https://community.appian.com/discussions/f/general/10785/create-html-document-from-html-code</link><description>1. I am creating a notice generator framework. For that, I have NoticeType table and in that table, I have NoticeTemplate column where I save the HTML code of the notice template. 2. So When my process model runs it gets the template from the NoticeType</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/138688?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 06:20:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:74357b7d-0613-432b-bbd5-3d484f56ced9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In my blog post, I describe the hidden feature of the HTML to PDF plugin to embed images.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://appian.rocks/2023/10/23/great-pdfs-with-appian/"&gt;appian.rocks/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/138680?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 03:37:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cfa6e12b-5921-4fd7-b156-3d1a11caea23</guid><dc:creator>Laura GL</dc:creator><description>&lt;p&gt;I&amp;#39;m having trouble trying insert the src of an image, my template HTML gets the correct src but the pdf file doesnt show the image. Do you know a way to do it work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129585?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 10:31:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b2f7f439-1d76-456a-8ef3-4bb5deb4452d</guid><dc:creator>anushar639965</dc:creator><description>&lt;p&gt;Okay Will do that. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129584?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 10:03:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7951a38c-eed4-4370-b638-a08a19ca9899</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This might get you into trouble in the long run. I highly recommend to make that template available to the normal user instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129583?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 10:03:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbe7d389-54bc-47a8-b3b0-035398146476</guid><dc:creator>anushar639965</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you issue got resolved. I changed in the assignment to run as whoever designed the process model&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129582?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 10:02:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3db55ba6-e524-4341-98be-9d080cad5168</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Maybe it&amp;#39;s related with permissions? Did you check if there is more info in logs (probably tomcat-stdout.log)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129581?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 10:02:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb96cefd-857e-4a66-9084-2bfe245b399c</guid><dc:creator>anushar639965</dc:creator><description>&lt;p&gt;Thank you issue got resolved. I changed in the assignment to run as whoever designed the process model&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129578?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 09:56:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:048ab02d-a41c-4f9f-8732-0f3eb7217188</guid><dc:creator>anushar639965</dc:creator><description>&lt;p&gt;I am trying to capture email responses and want to store it as a document. I have configured the Receive Message Event that triggers whenever somebody responds to the email. Next, I am getting the entire html format of the email using msg!properties.Bodies[2] and stored it in a process variable. I wanted to generate a html document from this process variable, so I am using the generate HTML from Template smart service and passing a template which only has one line ###data###, and I have passed the process variable that has the html code to this template. Now I am getting &amp;quot; Template document is not accessible&amp;quot; error.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129571?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 09:43:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9d4379b-28be-4360-9924-0d3da9101ad0</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;can you share the way you are implementing it and the error received?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129570?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 09:43:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:239c171b-d038-4b34-b9bb-2cf02b371d09</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The you have a permission/security settings problem. The user that runs that node does not have access to the file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/129565?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2024 09:26:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:21d6eda9-5a11-4d0c-a58c-d46e9b745bb3</guid><dc:creator>anushar639965</dc:creator><description>&lt;p&gt;I tried the same, I am getting &amp;quot;Template document not accessible&amp;quot; error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/47114?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 23:31:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0b81ef1b-c1a0-4a0c-8657-41239a56a3b5</guid><dc:creator>ajinkyab277</dc:creator><description>Yes thats working&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create HTML Document From HTML Code</title><link>https://community.appian.com/thread/47095?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 09:06:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d7dbf21-e8fa-432a-9208-2bc75dd2cafc</guid><dc:creator>Rama Thummala</dc:creator><description>&lt;p&gt;ajinkyab277 , We have a smart service &amp;quot;HTML Doc from Template&amp;quot; under Document Generation category.&lt;/p&gt;
&lt;p&gt;First we need to create a template document ..as below&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/HTML_5F00_Sample1.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/HTML_5F00_Sample1.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then configure the&amp;nbsp;&amp;quot;HTML Doc from Template&amp;quot; node as below.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/HTML_5F00_Sample2.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/HTML_5F00_Sample2.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here for the data you can the pv in expression editor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>