<?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>PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/discussions/f/general/10333/pdf-tools---create-pdf-smart-service</link><description>I am using create pdf smart service to generate a new pdf document. 
 I am confused what will be the possible input for the content field of Create PDf smart service. 
 I have tried two options 
 1- I have using regular string but than i get an error</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/140404?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2024 13:47:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c80116d-4f37-401d-967a-ea39b6f450fe</guid><dc:creator>Jai Bandray</dc:creator><description>&lt;p&gt;Try this&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  &amp;#39;type!{urn:appian:ps:pdftools}PdfContent&amp;#39;(
    page: 1,
    xPercent: 50,
    yPercent: 50,
    angle: 0,
    sections: {
      &amp;#39;type!{urn:appian:ps:pdftools}PdfSection&amp;#39;(
        style: &amp;#39;type!{urn:appian:ps:pdftools}PdfStyle&amp;#39;(
          font:&amp;quot;Aerial&amp;quot;,
          fontSize: 14,
          color:&amp;#39;type!{urn:appian:ps:pdftools}PdfColor&amp;#39;(
            r:13,
            g:26,
            b:129
          )
        ),
        components: &amp;#39;type!{urn:appian:ps:pdftools}PdfText&amp;#39;(
          style:  &amp;#39;type!{urn:appian:ps:pdftools}PdfStyle&amp;#39;(
            font:&amp;quot;Aerial&amp;quot;,
            fontSize: 10,
            color:&amp;#39;type!{urn:appian:ps:pdftools}PdfColor&amp;#39;(
              r:23,
              g:219,
              b:36
            )
          ),
          value: &amp;quot;Hi there! How are you?&amp;quot;
        )
      )
    }
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/129645?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 10:34:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cedeb413-f350-4a39-933d-8f6060d30ba2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Not sure whether you will get an answer in a 7 years old thread.&lt;/p&gt;
&lt;p&gt;I suggest to start a new one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/129643?ContentTypeID=1</link><pubDate>Fri, 16 Feb 2024 10:08:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b58a52a-f3b9-48ae-ba3b-79632633fae5</guid><dc:creator>sushmas2409</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/shivamg"&gt;Shivam Gupta&lt;/a&gt;&amp;nbsp;have you created Data Type for the pdf generate ?&lt;/p&gt;
&lt;p&gt;I am facing the issue while generating pdf with this reference code. Please help in that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/79253?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 15:47:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:74f99dc6-bf18-4770-9316-adeba3ce82e6</guid><dc:creator>Muhammad Bilal Qureshi</dc:creator><description>&lt;p&gt;hey im getting the following error any idea?&lt;/p&gt;
&lt;table class="asiGrid server" id="asi_grid_processErrorsList" cellspacing="0" summary="Process Errors"&gt;
&lt;tbody&gt;
&lt;tr class=""&gt;
&lt;td class="asiGridTD1"&gt;An error occurred in executing an Activity Class.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/45785?ContentTypeID=1</link><pubDate>Tue, 30 May 2017 06:14:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0301c3b5-b04a-4300-be01-595c77a97bf1</guid><dc:creator>Shivam Gupta</dc:creator><description>Thanks Carlos. that works just fine .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PDF Tools - Create PDF Smart Service</title><link>https://community.appian.com/thread/45574?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 19:40:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4daab0cd-4fcf-4939-9489-5604a6c33b8a</guid><dc:creator>Carlos Santander</dc:creator><description>&lt;p&gt;The expression below worked for me. Notice that &lt;code&gt;PdfText&lt;/code&gt; doesn&amp;#39;t have &lt;code&gt;style&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;= {&lt;br /&gt; &amp;#39;type!{urn:appian:ps:pdftools}PdfContent&amp;#39;(&lt;br /&gt;   page: 1,&lt;br /&gt;   xPercent: 10,&lt;br /&gt;   yPercent: 10,&lt;br /&gt;   angle: 0,&lt;br /&gt;   sections: {&lt;br /&gt;     &amp;#39;type!{urn:appian:ps:pdftools}PdfSection&amp;#39;(&lt;br /&gt;       style: null,&lt;br /&gt;       components: {&lt;br /&gt;         &amp;#39;type!{urn:appian:ps:pdftools}PdfText&amp;#39;(&lt;br /&gt;           value: &amp;quot;Some&amp;quot;&lt;br /&gt;         ),&lt;br /&gt;         &amp;#39;type!{urn:appian:ps:pdftools}PdfText&amp;#39;(&lt;br /&gt;           value: &amp;quot;text&amp;quot;&lt;br /&gt;         )&lt;br /&gt;       }&lt;br /&gt;     )&lt;br /&gt;   }&lt;br /&gt; )&lt;br /&gt;}&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>