<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create a pdf in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9392#M766</link>
    <description>&lt;P&gt;But google drive takes a lot of time to load the newly created&amp;nbsp; files, I faced a problem while using Google drive which is it is not loading the new files instead it is showing only old files.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 08:40:27 GMT</pubDate>
    <dc:creator>Bhagya_pola</dc:creator>
    <dc:date>2025-03-25T08:40:27Z</dc:date>
    <item>
      <title>How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9241#M737</link>
      <description>&lt;P&gt;I'm trying to create a pdf file.&lt;/P&gt;&lt;P&gt;with python, there's an issue of library, so can't use it.&lt;/P&gt;&lt;P&gt;with HTML template, I'm trying to upload file to Workato storage but there its showing file type as text file.&lt;/P&gt;&lt;P&gt;file showing as corrupted.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 08:03:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9241#M737</guid>
      <dc:creator>nitishjain</dc:creator>
      <dc:date>2025-03-20T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9309#M748</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11354"&gt;@nitishjain&lt;/a&gt;,&lt;BR /&gt;Is it possible to share more information.&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:32:10 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9309#M748</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-03-20T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9310#M749</link>
      <description>&lt;P&gt;I meant, what ever I knew I tried implementing but it didn't work.&lt;BR /&gt;if you know how to generate pdf file, please let me know.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 13:46:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9310#M749</guid>
      <dc:creator>nitishjain</dc:creator>
      <dc:date>2025-03-20T13:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9313#M750</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11354"&gt;@nitishjain&lt;/a&gt;,&lt;BR /&gt;There is this recipe, you might have to make change as per your requirement.&lt;BR /&gt;&lt;A title="PDF Generate" href="https://app.workato.com/recipes/3290429-pdf-generation?community=us" target="_blank" rel="noopener"&gt;PDF Generate&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 15:18:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9313#M750</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-03-20T15:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9368#M759</link>
      <description>&lt;P&gt;You can try workflow apps instead of HTML template to upload a file and connect it with a data table. Make sure to mark the column type as "File". Hope this helps you and coming to python code, do you still stuck with it?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 19:58:01 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9368#M759</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-03-24T19:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9387#M765</link>
      <description>&lt;P&gt;Thanks Everyone.&lt;/P&gt;&lt;P&gt;able to create a pdf using google docs, and google drive connector.&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;create a doc template in googl edrive.&lt;/P&gt;&lt;P&gt;now use create using template operation.&lt;/P&gt;&lt;P&gt;renamed the file in google drive using google drive connector.&lt;/P&gt;&lt;P&gt;exported the file to pdf format using google docs custom connector.&lt;/P&gt;&lt;P&gt;re-uploaded the file to google drive at different folder location.&lt;/P&gt;&lt;P&gt;deleting the original docs file so as to delete the duplicates using custom connector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Nitish&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 05:37:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9387#M765</guid>
      <dc:creator>nitishjain</dc:creator>
      <dc:date>2025-03-25T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9392#M766</link>
      <description>&lt;P&gt;But google drive takes a lot of time to load the newly created&amp;nbsp; files, I faced a problem while using Google drive which is it is not loading the new files instead it is showing only old files.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 08:40:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/9392#M766</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-03-25T08:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a pdf</title>
      <link>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/10616#M1010</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11354"&gt;@nitishjain&lt;/a&gt;&amp;nbsp;,If the API is available, you can use an HTTP action to create the file and upload it to file storage.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="http1.png" style="width: 200px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2257iFC02DFBBF337AD67/image-size/small/is-moderation-mode/true?v=v2&amp;amp;px=200" role="button" title="http1.png" alt="http1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 14:15:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/how-to-create-a-pdf/m-p/10616#M1010</guid>
      <dc:creator>Obugari</dc:creator>
      <dc:date>2025-08-05T14:15:59Z</dc:date>
    </item>
  </channel>
</rss>

