<?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 export dashboards to PDF format from QV developer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315282#M116357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;You need to download QlikviewPDF Set from Qlikview website download page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Once after you install the exe file in you desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Use to following code to export data as PDF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Sub GWP_Macro4r_Email&lt;BR /&gt; &lt;BR /&gt; '...........PDF Export logic.............QlikViewPDF&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.clearall&lt;BR /&gt; path="\\inmchn24\ChannelMIS\Centrlal MiS\Daily Reports\Automated Reports\"&lt;BR /&gt; 'path="D:\Qlikview\Report\"&lt;BR /&gt; ActiveDocument.PrintDocReport ("RP01"),"QlikViewPDF", false&lt;BR /&gt; set rep = ActiveDocument.GetReport("RP01")&lt;BR /&gt; reportFile = path &amp;amp; "SRO_GWP_Dashboard"&amp;amp;".pdf"&lt;BR /&gt; printReportPDF(reportFile)&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.GetApplication.Sleep 16000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Function printReportPDF(pdfOutputFile)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\BypassSaveAs", "1", "REG_SZ"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set WSHShell = nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;End function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;s&lt;EM&gt;ub ExportToPDF&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.Reload&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set vGisteren = ActiveDocument.Variables("vGisteren")&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.PrintReport "RP01", "PDF-XChange 3.0", false&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.GetApplication.Quit&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="background: white;"&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;end sub&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 03:12:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-04T03:12:32Z</dc:date>
    <item>
      <title>How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315270#M116345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used only Qlikview developer and the guys who publish these reports that we develop is in different location and we just use to share the developed qvw files with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read that through publisher, the option for downloading the dashboards in PDF can be done ( i donno if this is true..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is..is there any way by which we can get the PDF version of dashboards that we develop from QV developer itself?&lt;/P&gt;&lt;P&gt;Do we have any plug-ins etc that will help us to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if we can achieve this as demo's to higher management etc will require PDF forms of the dashboards that we develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315270#M116345</guid>
      <dc:creator />
      <dc:date>2011-07-28T12:36:32Z</dc:date>
    </item>
    <item>
      <title>How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315271#M116346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create report in which you add les objects. then you can export the report to pdf &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 12:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315271#M116346</guid>
      <dc:creator />
      <dc:date>2011-07-28T12:57:53Z</dc:date>
    </item>
    <item>
      <title>How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315272#M116347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be a bit more specific please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was about dashboards.. creating 'report' means?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315272#M116347</guid>
      <dc:creator />
      <dc:date>2011-07-28T13:11:43Z</dc:date>
    </item>
    <item>
      <title>How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315273#M116348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;you can go see the manual Qlikview. In Chapter 14, you can get more details on the creation of report&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315273#M116348</guid>
      <dc:creator />
      <dc:date>2011-07-28T13:23:59Z</dc:date>
    </item>
    <item>
      <title>How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315274#M116349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have that manual Qlikview.&lt;/P&gt;&lt;P&gt;Can you kindly attach that manual to the reply so that I can open it and read?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 11:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315274#M116349</guid>
      <dc:creator />
      <dc:date>2011-08-01T11:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315275#M116350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;view attached document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 14:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315275#M116350</guid>
      <dc:creator />
      <dc:date>2011-08-01T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315276#M116351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I learned that there Qlik also sells a PDF plug-in for Publisher that allows you to publish PDFs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 23:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315276#M116351</guid>
      <dc:creator />
      <dc:date>2014-08-16T23:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315277#M116352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are may ways to achieve this.&lt;/P&gt;&lt;P&gt;1) There is a separate licence for Publishing PDF report called PDF Publisher.&lt;/P&gt;&lt;P&gt;2) You can schedule the same by using MACRO.&lt;/P&gt;&lt;P&gt;3) Have a look at Nprinting software it does the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 05:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315277#M116352</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-17T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315278#M116353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we achieve this using the second point &lt;/P&gt;&lt;P&gt;can u plz share the code for the same if u have&lt;/P&gt;&lt;P&gt;i need it urgently &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 18:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315278#M116353</guid>
      <dc:creator />
      <dc:date>2014-11-03T18:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315279#M116354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you open new thread and ping me.&lt;/P&gt;&lt;P&gt;Will upload it tomorrow. &lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315279#M116354</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-03T20:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315280#M116355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 18.0pt; font-family: 'Arial','sans-serif'; color: #222222;"&gt;Creating a Report and Using PDF Distribution&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="https://www.youtube.com/watch?v=iQMKW2_meqg"&gt;https://www.youtube.com/watch?v=iQMKW2_meqg&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315280#M116355</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-11-03T20:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315281#M116356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A search of the community will bring up several post. This one might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/236981#236981"&gt;http://community.qlik.com/message/236981#236981&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 21:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315281#M116356</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-11-03T21:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315282#M116357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;You need to download QlikviewPDF Set from Qlikview website download page.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Once after you install the exe file in you desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Use to following code to export data as PDF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Sub GWP_Macro4r_Email&lt;BR /&gt; &lt;BR /&gt; '...........PDF Export logic.............QlikViewPDF&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.clearall&lt;BR /&gt; path="\\inmchn24\ChannelMIS\Centrlal MiS\Daily Reports\Automated Reports\"&lt;BR /&gt; 'path="D:\Qlikview\Report\"&lt;BR /&gt; ActiveDocument.PrintDocReport ("RP01"),"QlikViewPDF", false&lt;BR /&gt; set rep = ActiveDocument.GetReport("RP01")&lt;BR /&gt; reportFile = path &amp;amp; "SRO_GWP_Dashboard"&amp;amp;".pdf"&lt;BR /&gt; printReportPDF(reportFile)&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.GetApplication.Sleep 16000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Function printReportPDF(pdfOutputFile)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\BypassSaveAs", "1", "REG_SZ"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-left: .5in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set WSHShell = nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;End function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;s&lt;EM&gt;ub ExportToPDF&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.Reload&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;Set vGisteren = ActiveDocument.Variables("vGisteren")&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.PrintReport "RP01", "PDF-XChange 3.0", false&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;ActiveDocument.GetApplication.Quit&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="background: white;"&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #737373;"&gt;end sub&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 03:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315282#M116357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T03:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315283#M116358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you just install PDF printing software you can save dashboard, any object or qlik report as PDF document.&lt;/P&gt;&lt;P&gt;Search for free PDF printer in google.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 03:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315283#M116358</guid>
      <dc:creator />
      <dc:date>2014-11-04T03:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315284#M116359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 05:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315284#M116359</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-04T05:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to export dashboards to PDF format from QV developer</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315285#M116360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much! It is good material to know the Report option in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 08:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-dashboards-to-PDF-format-from-QV-developer/m-p/315285#M116360</guid>
      <dc:creator>cloencinabi</dc:creator>
      <dc:date>2017-06-02T08:35:58Z</dc:date>
    </item>
  </channel>
</rss>

