<?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: Export to PDF Macro is not working as expected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960797#M644508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saifat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Do you have bullzip pdf exe file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 08:24:44 GMT</pubDate>
    <dc:creator>nirmalraj_kj</dc:creator>
    <dc:date>2015-11-25T08:24:44Z</dc:date>
    <item>
      <title>Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960794#M644505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have been working on requirement for last couple of days. I just want to brainstorm on the below scena&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to print report as PDF and save it in a particular path. I have used the below macro. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub Auto_Macro&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;'ActiveDocument.clearall&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ActiveDocument.PrintDocReport ("RP01"),"QlikViewPDF", false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set rep = ActiveDocument.GetReport("RP01")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reportFile = "C:\Nirmal\Test"&amp;amp;".pdf"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;printReportPDF(reportFile)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;ActiveDocument.GetApplication.Sleep 12500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function printReportPDF(pdfOutputFile)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\BypassSaveAs", "1", "REG_SZ"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set WSHShell = nothing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Macro is executing the report but not saving the PDF file in a given path/it is also not creating the PDF file. I am using Windows 7 OS. Kindly assist &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960794#M644505</guid>
      <dc:creator>nirmalraj_kj</dc:creator>
      <dc:date>2015-11-23T08:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960795#M644506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea friends &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 07:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960795#M644506</guid>
      <dc:creator>nirmalraj_kj</dc:creator>
      <dc:date>2015-11-24T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960796#M644507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Install Bullzip PDF Printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use below macro. I've bolded and highlighted the fields you should fill in. If you don't want to send an email, just exclude calling the function "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;zendDagrapportREPORTNAME" in the REPORTGENERATOR sub:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub REPORTGENERATOR&lt;/P&gt;&lt;P&gt;vReport = "&lt;STRONG style="text-decoration: underline;"&gt;RP02&lt;/STRONG&gt;" 'Set report ID&lt;/P&gt;&lt;P&gt;vName = "&lt;SPAN style="font-size: 13.3333330154419px; text-decoration: underline;"&gt;&lt;STRONG&gt;REPORTNAME&lt;/STRONG&gt;&lt;/SPAN&gt;" 'Name of output pdf&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport(vReport), "Bullzip PDF Printer", false 'Printreport&lt;/P&gt;&lt;P&gt;reportFile = "&lt;STRONG style="text-decoration: underline;"&gt;C:\Data\&lt;/STRONG&gt;" &amp;amp; vName &amp;amp;".pdf" 'Setting outputname&lt;/P&gt;&lt;P&gt;MyPrintPDFWithBullZip(reportFile) 'Call pdf printer&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Sleep 5000&lt;/P&gt;&lt;P&gt;zendDagrapportREPORTNAME 'Call function to attach PDF to email&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function zendDagrapportREPORTNAME()&lt;/P&gt;&lt;P&gt;Dim objEmail&lt;/P&gt;&lt;P&gt;Const cdoSendUsingPort = 2 ' Send the message using SMTP&lt;/P&gt;&lt;P&gt;Const cdoAnonymous = 0 'Do not authenticate&lt;/P&gt;&lt;P&gt;Const cdoBasic = 1 'basic (clear-text) authentication&lt;/P&gt;&lt;P&gt;Const cdoNTLM = 2 'NTLM&lt;/P&gt;&lt;P&gt;SMTPServer = "&lt;STRONG style="text-decoration: underline;"&gt;enter SMTP server&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Const SMTPPort = 25 ' Port number for SMTP&lt;/P&gt;&lt;P&gt;Const SMTPTimeout = 60 ' Timeout for SMTP in seconds&lt;/P&gt;&lt;P&gt;'Sending mail&lt;/P&gt;&lt;P&gt;Set objEmail = CreateObject("CDO.Message")&lt;/P&gt;&lt;P&gt;Set objConf = objEmail.Configuration&lt;/P&gt;&lt;P&gt;Set objFlds = objConf.Fields&lt;/P&gt;&lt;P&gt;With objFlds&lt;/P&gt;&lt;P&gt;'---------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;' SMTP server details&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/sendusing" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/sendusing&lt;/A&gt;&lt;SPAN&gt;") = cdoSendUsingPort&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpserver" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserver&lt;/A&gt;&lt;SPAN&gt;") = SMTPServer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&lt;/A&gt;&lt;SPAN&gt;") = cdoAnonymous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpserverport" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserverport&lt;/A&gt;&lt;SPAN&gt;") = SMTPPort&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpusessl" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/smtpusessl&lt;/A&gt;&lt;SPAN&gt;") = False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout&lt;/A&gt;&lt;SPAN&gt;") = SMTPTimeout&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.Update&lt;/P&gt;&lt;P&gt;'---------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;End With&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;vName = "REPORTNAME"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;strbody = "Hello," &amp;amp; vbNewLine &amp;amp; vbNewLine &amp;amp; _&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Please find attached the report. Thanks." &amp;amp; vbNewLine &amp;amp; vbNewLine &amp;amp; _&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Regards," &amp;amp; vbNewLine &amp;amp; _&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Team X"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN&gt;'objEmail.To = "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:x@x.com"&gt;x@x.com&lt;/A&gt;&lt;SPAN&gt;" 'Email Recipient&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;objEmail.From = "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;A class="jive-link-email-small" href="mailto:x@x.com"&gt;x@x.com&lt;/A&gt;&lt;/SPAN&gt;" 'Email Sender&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;objEmail.To ="&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;A class="jive-link-email-small" href="mailto:x@x.com"&gt;x@x.com&lt;/A&gt;&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;objEmail.cc = "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;A class="jive-link-email-small" href="mailto:x@x.com"&gt;x@x.com&lt;/A&gt;&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;'objEmail.To ="&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;A class="jive-link-email-small" href="mailto:x@x.com"&gt;x@x.com&lt;/A&gt;&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;objEmail.Subject = "REPORTNAME" ' Subject&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;objEmail.TextBody = strbody&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;objEmail.AddAttachment "C:\Data\" &amp;amp; vName &amp;amp;".pdf" ' Attachement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;objEmail.Send&lt;/P&gt;&lt;P&gt;Set objFlds = Nothing&lt;/P&gt;&lt;P&gt;Set objConf = Nothing&lt;/P&gt;&lt;P&gt;Set objEmail = Nothing&lt;/P&gt;&lt;P&gt;' msgbox ("Test Mail Sent")&lt;/P&gt;&lt;P&gt;end function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION MyPrintPDFWithBullZip (pdfOutputFile)&lt;/P&gt;&lt;P&gt;set obj = CreateObject("Bullzip.pdfSettings")&lt;/P&gt;&lt;P&gt;obj.PrinterName = "Bullzip PDF Printer"&lt;/P&gt;&lt;P&gt;obj.SetValue "Output" , pdfOutputFile&lt;/P&gt;&lt;P&gt;obj.SetValue "ConfirmOverwrite", "no"&lt;/P&gt;&lt;P&gt;obj.SetValue "ShowSaveAS", "never"&lt;/P&gt;&lt;P&gt;obj.SetValue "ShowSettings", "never"&lt;/P&gt;&lt;P&gt;obj.SetValue "ShowPDF", "no"&lt;/P&gt;&lt;P&gt;obj.SetValue "RememberLastFileName", "no"&lt;/P&gt;&lt;P&gt;obj.SetValue "RememberLastFolderName", "no"&lt;/P&gt;&lt;P&gt;obj.SetValue "ShowProgressFinished", "no"&lt;/P&gt;&lt;P&gt;obj.SetValue "ShowProgress", "no"&lt;/P&gt;&lt;P&gt;obj.WriteSettings True&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 08:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960796#M644507</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-11-25T08:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960797#M644508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saifat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Do you have bullzip pdf exe file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 08:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960797#M644508</guid>
      <dc:creator>nirmalraj_kj</dc:creator>
      <dc:date>2015-11-25T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960798#M644509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 08:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960798#M644509</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-11-25T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960799#M644510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is working code , i use it. you need Qlikview printer. works on XP x32, and on W7x64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB save&lt;/P&gt;&lt;P&gt;vReport="RP04"&amp;nbsp; ' change your report number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;printReportPDF "E:\Autoreports\QV\report1.pdf" ' you can change destination&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Sleep 2000&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport (vReport), "QlikViewPDF"&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Sleep 10000&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'===========================================================================&lt;/P&gt;&lt;P&gt;Function printReportPDF(pdfOutputFile)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSHShell.RegWrite "HKCU\Software\QlikViewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSHShell.RegWrite "HKCU\Software\QlikViewPDF\BypassSaveAs", "1", "REG_SZ"&lt;/P&gt;&lt;P&gt; Set WSHShell = nothing&lt;/P&gt;&lt;P&gt;End function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960799#M644510</guid>
      <dc:creator />
      <dc:date>2016-02-25T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF Macro is not working as expected</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960800#M644511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good code. working. (Win7 x64)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-PDF-Macro-is-not-working-as-expected/m-p/960800#M644511</guid>
      <dc:creator />
      <dc:date>2016-02-25T08:44:20Z</dc:date>
    </item>
  </channel>
</rss>

