<?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>article How to convert Excel reports to PDF using Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/ta-p/2009048</link>
    <description>&lt;H4&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This article describes how an excel file can be converted to pdf file and send as an attachment via Send Mail block using Qlik Application Automation&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #72ff72;" color="#008000" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation Structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #e8e6e3;" color="#000000" data-darkreader-inline-color=""&gt;The creation of an Excel report from a Qlik Sense straight table is explained in&amp;nbsp;&lt;SPAN&gt;the first part of &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184" target="_self"&gt;this&lt;/A&gt; article.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #e8e6e3;" color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Let's walk through the blocks used in the automation workflow to convert the Excel file into a PDF file.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;H5 class="u-mv-none" title="Get File Download Url"&gt;Use the 'Get File Download Url' block from&amp;nbsp;&lt;SPAN&gt;Microsoft SharePoint Connector. You should set pdf as a value in the 'Format' parameter to convert the Excel file into a PDF file. This block returns the download URL of the PDF file in the response.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="get-file-download-url.png" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94652iB78F0CBFFB3449CF/image-dimensions/260x408?v=v2" width="260" height="408" role="button" title="get-file-download-url.png" alt="get-file-download-url.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;H5 class="u-mv-none" title="Get File Download Url"&gt;&lt;SPAN&gt;Open the PDF file using the 'Open File' block&amp;nbsp;and select HTTP as the connector. Map the PDF file URL received from the above step in the 'URL' parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open-file-block.png" style="width: 279px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94653iD8E1D5ABE5DD9B8E/image-dimensions/279x474?v=v2" width="279" height="474" role="button" title="open-file-block.png" alt="open-file-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Save the PDF file on Microsoft SharePoint using the 'Copy File on Microsoft SharePoint&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;' block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-block.png" style="width: 281px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94654i8B10AB32A3F5F764/image-dimensions/281x502?v=v2" width="281" height="502" role="button" title="copy-file-block.png" alt="copy-file-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Open the PDF file created in Microsoft SharePoint using the '&lt;/SPAN&gt;&lt;/SPAN&gt;Open File on Microsoft SharePoint' block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open-file-sharepoint-block.png" style="width: 292px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94655iA10D84AA8C706564/image-dimensions/292x558?v=v2" width="292" height="558" role="button" title="open-file-sharepoint-block.png" alt="open-file-sharepoint-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="block-configure__title"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Use the 'Send Mail' block from Mail Connector to send the PDF file as an attachment via email.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-block.png" style="width: 264px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94658i8B26A8BE3BFD31DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="send-mail-block.png" alt="send-mail-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;A JSON file containing the above automation is attached to this article.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please f&lt;/SPAN&gt;ollow the steps provided in the&amp;nbsp;&lt;A title="Upload Blend Workspace" href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import automation from a JSON file&lt;/A&gt;&amp;nbsp;article to import the automation.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184" target="_self"&gt;Generate Excel Report&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-Copy-data-to-Microsoft-excel-sheets/ta-p/1904592" target="_self"&gt;Copy data from a Qlik Sense straight table to an Excel sheet&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 02:01:13 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2023-06-15T02:01:13Z</dc:date>
    <item>
      <title>How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/ta-p/2009048</link>
      <description>&lt;H4&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This article describes how an excel file can be converted to pdf file and send as an attachment via Send Mail block using Qlik Application Automation&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #72ff72;" color="#008000" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation Structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #e8e6e3;" color="#000000" data-darkreader-inline-color=""&gt;The creation of an Excel report from a Qlik Sense straight table is explained in&amp;nbsp;&lt;SPAN&gt;the first part of &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184" target="_self"&gt;this&lt;/A&gt; article.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: #e8e6e3;" color="#000000" data-darkreader-inline-color=""&gt;&lt;SPAN&gt;Let's walk through the blocks used in the automation workflow to convert the Excel file into a PDF file.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;H5 class="u-mv-none" title="Get File Download Url"&gt;Use the 'Get File Download Url' block from&amp;nbsp;&lt;SPAN&gt;Microsoft SharePoint Connector. You should set pdf as a value in the 'Format' parameter to convert the Excel file into a PDF file. This block returns the download URL of the PDF file in the response.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="get-file-download-url.png" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94652iB78F0CBFFB3449CF/image-dimensions/260x408?v=v2" width="260" height="408" role="button" title="get-file-download-url.png" alt="get-file-download-url.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;H5 class="u-mv-none" title="Get File Download Url"&gt;&lt;SPAN&gt;Open the PDF file using the 'Open File' block&amp;nbsp;and select HTTP as the connector. Map the PDF file URL received from the above step in the 'URL' parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open-file-block.png" style="width: 279px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94653iD8E1D5ABE5DD9B8E/image-dimensions/279x474?v=v2" width="279" height="474" role="button" title="open-file-block.png" alt="open-file-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Save the PDF file on Microsoft SharePoint using the 'Copy File on Microsoft SharePoint&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;' block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-block.png" style="width: 281px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94654i8B10AB32A3F5F764/image-dimensions/281x502?v=v2" width="281" height="502" role="button" title="copy-file-block.png" alt="copy-file-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;Open the PDF file created in Microsoft SharePoint using the '&lt;/SPAN&gt;&lt;/SPAN&gt;Open File on Microsoft SharePoint' block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open-file-sharepoint-block.png" style="width: 292px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94655iA10D84AA8C706564/image-dimensions/292x558?v=v2" width="292" height="558" role="button" title="open-file-sharepoint-block.png" alt="open-file-sharepoint-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="block-configure__title"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Use the 'Send Mail' block from Mail Connector to send the PDF file as an attachment via email.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send-mail-block.png" style="width: 264px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94658i8B26A8BE3BFD31DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="send-mail-block.png" alt="send-mail-block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;A JSON file containing the above automation is attached to this article.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please f&lt;/SPAN&gt;ollow the steps provided in the&amp;nbsp;&lt;A title="Upload Blend Workspace" href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_self"&gt;How to import automation from a JSON file&lt;/A&gt;&amp;nbsp;article to import the automation.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT style="--darkreader-inline-color: #6ecf9e;" color="#339966" data-darkreader-inline-color=""&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Using-Qlik-Application-Automation-to-create-and-distribute-Excel/ta-p/1847184" target="_self"&gt;Generate Excel Report&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Application-Automation-Copy-data-to-Microsoft-excel-sheets/ta-p/1904592" target="_self"&gt;Copy data from a Qlik Sense straight table to an Excel sheet&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 02:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/ta-p/2009048</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-06-15T02:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036198#M8347</link>
      <description>&lt;P&gt;How do I change the attachments titles from this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rfoot_0-1675974796209.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100126i95FEB6ED16AFD04D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rfoot_0-1675974796209.png" alt="Rfoot_0-1675974796209.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;to say Report-Myreport.pdf&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 20:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036198#M8347</guid>
      <dc:creator>Rfoot</dc:creator>
      <dc:date>2023-02-09T20:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036276#M8351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164867"&gt;@Rfoot&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set the name of the excel file in the variable "filename" as per your wish.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filename.png" style="width: 241px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100141iC6B4EABE39E3002A/image-dimensions/241x377?v=v2" width="241" height="377" role="button" title="filename.png" alt="filename.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And use the same name in the "&lt;SPAN&gt;Destination Path" input parameter of the&amp;nbsp;&lt;/SPAN&gt;"Copy File on Microsoft SharePoint" block and the "&lt;SPAN&gt;Path" input parameter of the "&lt;/SPAN&gt;Open File 2 on Microsoft SharePoint&lt;SPAN&gt;" block.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy-file-sharepoint-block-input.png" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100142i54F8282F8FA95DBC/image-dimensions/260x401?v=v2" width="260" height="401" role="button" title="copy-file-sharepoint-block-input.png" alt="copy-file-sharepoint-block-input.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open-file-on-sharepoint-block.png" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100143i46E192E9469E3F82/image-dimensions/260x390?v=v2" width="260" height="390" role="button" title="open-file-on-sharepoint-block.png" alt="open-file-on-sharepoint-block.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 04:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036276#M8351</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-02-10T04:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036277#M8352</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164867"&gt;@Rfoot&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not bothered about the excel file name and you only want to change the converted pdf file name please set the name&amp;nbsp;&lt;SPAN&gt;in the "&lt;/SPAN&gt;&lt;SPAN&gt;Destination Path" input parameter of the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Copy File on Microsoft SharePoint" block and the "&lt;/SPAN&gt;&lt;SPAN&gt;Path" input parameter of the "&lt;/SPAN&gt;&lt;SPAN&gt;Open File 2 on Microsoft SharePoint&lt;/SPAN&gt;&lt;SPAN&gt;" block as mentioned above.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's not really required to set name in the filename variable as well&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for the confusion&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 04:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036277#M8352</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-02-10T04:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036630#M8375</link>
      <description>&lt;P&gt;You can send an Excel file.&lt;/P&gt;
&lt;P&gt;Used the Open File block&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="p_verkooijen_0-1676044585968.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100219i74CB8FE0EA6934C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="p_verkooijen_0-1676044585968.png" alt="p_verkooijen_0-1676044585968.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and use this as the attachment&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="p_verkooijen_1-1676044597929.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100220i772CF884AFF10289/image-size/medium?v=v2&amp;amp;px=400" role="button" title="p_verkooijen_1-1676044597929.png" alt="p_verkooijen_1-1676044597929.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036630#M8375</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2023-02-10T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Excel reports to PDF using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036787#M8379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28986"&gt;@p_verkooijen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, Thats even possible&lt;/P&gt;
&lt;P&gt;I will update this article and write up another article to describe the approach of sending an excel file as an attachment&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 03:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-convert-Excel-reports-to-PDF-using-Qlik-Application/tac-p/2036787#M8379</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-02-11T03:47:55Z</dc:date>
    </item>
  </channel>
</rss>

