<?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 Qlikview PDF in 9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183216#M48560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All&lt;/P&gt;&lt;P&gt;As i noticed that Qlikview 9.0 server installation includes 'PDF-Xchange 3', does it mean that we don't have to use Qlikview PDF for pdf printing in future?&lt;/P&gt;&lt;P&gt;Our current approach is to use macro to print pdf when the qv reloads the scripts.&lt;/P&gt;&lt;P&gt;If we are going to use 'PDF-Xchange 3', how are we going to do the automated pdf printing?&lt;/P&gt;&lt;P&gt;I am now confused whether i should continue to use the earlier Qlikview PDF way for automated report printing or i should switch to the new pdf tool?&lt;/P&gt;&lt;P&gt;Anybody has experienced this already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 08:12:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-11T08:12:05Z</dc:date>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183216#M48560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, All&lt;/P&gt;&lt;P&gt;As i noticed that Qlikview 9.0 server installation includes 'PDF-Xchange 3', does it mean that we don't have to use Qlikview PDF for pdf printing in future?&lt;/P&gt;&lt;P&gt;Our current approach is to use macro to print pdf when the qv reloads the scripts.&lt;/P&gt;&lt;P&gt;If we are going to use 'PDF-Xchange 3', how are we going to do the automated pdf printing?&lt;/P&gt;&lt;P&gt;I am now confused whether i should continue to use the earlier Qlikview PDF way for automated report printing or i should switch to the new pdf tool?&lt;/P&gt;&lt;P&gt;Anybody has experienced this already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183216#M48560</guid>
      <dc:creator />
      <dc:date>2009-09-11T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183217#M48561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;You can try this. It works for me:&lt;/P&gt;&lt;P&gt;First, you have to set PDF-XChange print defaults for not to ask for a filename:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1362.settings.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1362.settings.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In "File" and "Pathname" you can write whatever you want.&lt;/P&gt;&lt;P&gt;This setting will make PDF-XChange print without prompting anything to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;function PrintReport(sReport, sDestination)&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport sReport, "PDF-XChange 3.0"&lt;/P&gt;&lt;P&gt;Set oSH = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;oSH.RegWrite "HKEY_CURRENT_USER\Software\Tracker Software\PDF-XChange 3.0\Drivers\Control\Result.FileName", "", "REG_SZ"&lt;BR /&gt; oSH.RegWrite "HKEY_CURRENT_USER\Software\Tracker Software\PDF-XChange 3.0\Drivers\Control\State", "", "REG_SZ"&lt;/P&gt;&lt;P&gt;sFile = ""&lt;BR /&gt; sState = ""&lt;/P&gt;&lt;P&gt;while (sFile = "" or sState &amp;lt;&amp;gt; "Saved")&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Sleep 100&lt;BR /&gt; sFile = oSH.RegRead ("HKEY_CURRENT_USER\Software\Tracker Software\PDF-XChange 3.0\Drivers\Control\Result.FileName")&lt;BR /&gt; sState = oSH.RegRead ("HKEY_CURRENT_USER\Software\Tracker Software\PDF-XChange 3.0\Drivers\Control\State")&lt;BR /&gt; wend&lt;/P&gt;&lt;P&gt;set oSH = nothing&lt;/P&gt;&lt;P&gt;set oFS = CreateObject("Scripting.FileSystemObject")&lt;BR /&gt; oFS.MoveFile sFile, sDestination&lt;BR /&gt; set oSH = nothing&lt;/P&gt;&lt;P&gt;end function&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Just calling this function using the report name and the desired destination file name as parameters you will get the PDF right away.&lt;/P&gt;&lt;P&gt;Hope it helps !&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 19:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183217#M48561</guid>
      <dc:creator />
      <dc:date>2009-12-10T19:47:06Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183218#M48562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eduardo&lt;/P&gt;&lt;P&gt;Thanks for the suggestion.&lt;/P&gt;&lt;P&gt;Will try it out later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 04:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183218#M48562</guid>
      <dc:creator />
      <dc:date>2010-05-31T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183219#M48563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a problem with implementing Eduardo's solution. Im using v9 SR5 and this doesn't seem to work for me. When I press the button nothing happens. I have PDF-XChange 3.0 that was installed alongside with qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183219#M48563</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183220#M48564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just found out that bullzippdf is quite good and providing great compatibility to the latest qlikview applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code used for pdf generation. You may find the bullzippdf online + ghost script, i will not provide url here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub printPDF&lt;BR /&gt;&lt;BR /&gt; vReport = "RP01" 'Set report&lt;BR /&gt;&lt;BR /&gt; vName = "myReport" 'Name of output pdf&lt;BR /&gt;&lt;BR /&gt; ActiveDocument.PrintReport(vReport), "Bullzip PDF Printer", false 'Printreport&lt;BR /&gt;&lt;BR /&gt; reportFile = ReportFolder &amp;amp; vName &amp;amp;".pdf" 'Setting outputname&lt;BR /&gt;&lt;BR /&gt; MyPrintPDFWithBullZip(reportFile) 'Call pdf printer&lt;BR /&gt;&lt;BR /&gt;End sub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FUNCTION MyPrintPDFWithBullZip (pdfOutputFile)&lt;BR /&gt;&lt;BR /&gt; set obj = CreateObject("Bullzip.PDFPrinterSettings")&lt;BR /&gt; obj.SetValue "Output" , pdfOutputFile&lt;BR /&gt; obj.SetValue "ConfirmOverwrite", "no"&lt;BR /&gt; obj.SetValue "ShowSaveAS", "never"&lt;BR /&gt; obj.SetValue "ShowSettings", "never"&lt;BR /&gt; obj.SetValue "ShowPDF", "no"&lt;BR /&gt; obj.SetValue "RememberLastFileName", "no"&lt;BR /&gt; obj.SetValue "RememberLastFolderName", "no"&lt;BR /&gt; obj.SetValue "ShowProgressFinished", "no"&lt;BR /&gt; obj.SetValue "ShowProgress", "no"&lt;BR /&gt; obj.WriteSettings True&lt;BR /&gt;&lt;BR /&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 02:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183220#M48564</guid>
      <dc:creator />
      <dc:date>2010-09-09T02:24:23Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183221#M48565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to put the call to the printer after the while.&lt;/P&gt;&lt;P&gt;In this way it works fine in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 11:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183221#M48565</guid>
      <dc:creator />
      <dc:date>2010-09-23T11:28:12Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183222#M48566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;mremisze wrote:&lt;BR /&gt;I'm having a problem with implementing Eduardo's solution. Im using v9 SR5 and this doesn't seem to work for me. When I press the button nothing happens. I have PDF-XChange 3.0 that was installed alongside with qlikview&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to put the call to the printer after the while.&lt;/P&gt;&lt;P&gt;In this way it works fine in my case.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 11:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183222#M48566</guid>
      <dc:creator />
      <dc:date>2010-09-23T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183223#M48567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;ste.san wrote:&lt;BR /&gt;Hi,&lt;BR /&gt;try to put the call to the printer after the while.&lt;BR /&gt;In this way it works fine in my case.&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Sorry for multiple post... Mistake, try yo put the call BEFORE the while&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 11:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183223#M48567</guid>
      <dc:creator />
      <dc:date>2010-09-23T11:31:49Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183224#M48568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Eduardo's code in the OnPostReload trigger in a document. It works great when the reload is done from within the qv.exe client, with the full GUI etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when doing a "qv.exe /r abc.qvw" the call to ActiveDocument.PrintReport fails. Anyone else seen this? Any possible solution? I have a fully paid for version of PDF XChange, so that shouldn't be an inssue.&lt;/P&gt;&lt;P&gt;Could it be that PDX XChange needs a UI environment to work properly? Just speculating here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 14:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183224#M48568</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2011-01-24T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183225#M48569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi G,&lt;/P&gt;&lt;P&gt;Try to use /l instead of /r in your batch file as a qlikview document needs to exist in order to use the activedocument call in your macro. /r only instantiates the scripting dialog and not an instance of Qlikview.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Footsie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 15:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183225#M48569</guid>
      <dc:creator />
      <dc:date>2011-01-24T15:16:02Z</dc:date>
    </item>
    <item>
      <title>Qlikview PDF in 9</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183226#M48570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to achieve automation of pdf printing, put the pdf printing function in 'OnPostReload' and trigger the reload using /r will not get the pdf printed, because the pdf printing requires the existence of QV.exe while printing (Similar as the normal printer printings).&lt;/P&gt;&lt;P&gt;The Qv.exe will exit immediately when the reload completes, and therefore, the 'OnPostReload' to trigger pdf print will not work.&lt;/P&gt;&lt;P&gt;There were quite a number of posts discussing the pdf printing for a while, no practical suggestions have been given on putting pdf printing @ 'OnPostReload'.&lt;/P&gt;&lt;P&gt;Majority of the suggestions are to put pdf printing trigger @ 'OnOpen' and call the /r reload 2 times. 1st time reload data, 2nd time print pdf @ 'OnOpen'.&lt;/P&gt;&lt;P&gt;Hope above clarifies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 01:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-PDF-in-9/m-p/183226#M48570</guid>
      <dc:creator />
      <dc:date>2011-01-25T01:52:31Z</dc:date>
    </item>
  </channel>
</rss>

