<?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</title><link>https://community.appian.com/discussions/f/general/34903/pdf</link><description>Hello developers, 
 I need some help please ! I have to create a fillable PDF that can be modified by the application users. Here are some pictures to better understand how the process works. I want the PDF to be sent as a task to the user, and the user</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: pdf</title><link>https://community.appian.com/thread/134908?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 21:51:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0309f03a-a42c-4a44-9fff-1c7e5afd148b</guid><dc:creator>hrshkar</dc:creator><description>&lt;p&gt;okay thanks alot !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pdf</title><link>https://community.appian.com/thread/134860?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 13:54:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85330163-41fe-4694-ab51-8f3859f1c86c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;It is meant to take a PDF and fill the fields. But as a background process and not in a user interactive way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pdf</title><link>https://community.appian.com/thread/134857?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 13:14:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d726207b-80d3-4e13-8982-f3b40c3b81af</guid><dc:creator>hrshkar</dc:creator><description>&lt;div class="flex-1 overflow-hidden"&gt;
&lt;div class="react-scroll-to-bottom--css-jgsws-79elbk h-full"&gt;
&lt;div class="react-scroll-to-bottom--css-jgsws-1n7m0yu"&gt;
&lt;div&gt;
&lt;div class="flex flex-col text-sm pb-9"&gt;
&lt;div class="w-full text-token-text-primary" dir="auto" data-testid="conversation-turn-9" data-scroll-anchor="true"&gt;
&lt;div class="py-2 px-3 text-base md:px-4 m-auto md:px-5 lg:px-1 xl:px-5"&gt;
&lt;div&gt;
&lt;div class="relative flex w-full min-w-0 flex-col agent-turn"&gt;
&lt;div class="flex-col gap-1 md:gap-3"&gt;
&lt;div class="flex flex-grow flex-col max-w-full"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="3a7bbd61-f728-47e8-b42e-703fca30fe38"&gt;
&lt;div class="markdown prose w-full break-words dark:prose-invert dark"&gt;
&lt;p&gt;In this case, what is the role of the Fill PDF plugin?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="mt-1 flex gap-3 empty:hidden"&gt;
&lt;div&gt;
&lt;div class="flex"&gt;&lt;span class="" data-state="closed"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pdf</title><link>https://community.appian.com/thread/134856?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 13:10:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3ab7d8c1-f056-4c55-8fb7-0c5a3cdf5fda</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Appian does not support direct PDF manipulation in the UI out of the box. And assigning the &amp;quot;fill-PDF&amp;quot; task to a user will not help, as this is an unattended task without a UI.&lt;/p&gt;
&lt;p&gt;But, you could use a normal user input task to display the generated PDF to the user. Just add a &amp;quot;Document Viewer&amp;quot; field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pdf</title><link>https://community.appian.com/thread/134854?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 12:55:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:062b85a6-4a27-4964-b028-5f4a574b1346</guid><dc:creator>hrshkar</dc:creator><description>&lt;p&gt;&lt;span&gt;When I test my process, users receive a task called &amp;quot;an input task&amp;quot; that contains fields to be filled in, such as &amp;quot;name,&amp;quot; &amp;quot;address,&amp;quot; &amp;quot;description,&amp;quot; etc. Then, a filled PDF task is sent to the users. When the user clicks on it, it opens an empty interface (containing only an &amp;quot;OK&amp;quot; button), but the PDF fields are filled with the right values (&amp;quot;name,&amp;quot; &amp;quot;address,&amp;quot; etc.). To verify if it works as expected, I have to check the document where I saved it in the configuration of the fill PDF form. I&amp;#39;m not satisfied with this method because I want users to be able to see and add items directly to the PDF without using a form, but I don&amp;#39;t know how this can be done.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pdf</title><link>https://community.appian.com/thread/134851?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 12:44:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37503171-dd56-4193-8a57-cda0166438d3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You write that you found out, that you can&amp;#39;t &amp;quot;assign a PDF to a user&amp;quot;. I do not fully understand how that should work.&lt;/p&gt;
&lt;p&gt;But then, you write &amp;quot;&lt;span&gt;I don&amp;#39;t understand why the PDF is not shown as a task&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is confusing. Can you help me understand this?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>