<?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 download QlikviewPDF software in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148479#M26766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also be aware that the functionality described in the orignal post will no longer work - i.e. the registry key manipulation.&lt;/P&gt;&lt;P&gt;The "QlikView" PDF downloads (v.7.52 and v.9) do not seem to create any keys in the registry that enable you to manipulate the save location or output file name etc.&lt;/P&gt;&lt;P&gt;A possible workaround is to just use something like Cutepdf &lt;A href="http://www.cutepdf.com/"&gt;http://www.cutepdf.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I believe you can manipulate the registry keys as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 08:58:58 GMT</pubDate>
    <dc:creator>nathanfurby</dc:creator>
    <dc:date>2010-09-24T08:58:58Z</dc:date>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148471#M26758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can I find this software anywhere?&lt;/P&gt;&lt;P&gt;I'm trying to build a macro which prints all reports weekly to their own custom.pdf filename but I have used Adobe acrobat and pdf995 software to print software.&lt;/P&gt;&lt;P&gt;I used the PrintreportPDF function with the BypassSaveAs but it keeps asking what filename to save it to. And it automatically says: "Qlikview Printing.pdf" even after specifying the pdfOutputFile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;sub sendReport&lt;BR /&gt;tempFolder = "C:\PDF"&lt;BR /&gt;Set oReports = ActiveDocument.Fields("reportID").GetPossibleValues&lt;BR /&gt;Dim arrReports()&lt;BR /&gt;if oReports.Count &amp;gt; 0 then&lt;BR /&gt;redim arrReports(oReports.Count)&lt;BR /&gt;for i = 0 to oReports.Count -1&lt;BR /&gt;reportID = oReports.Item(i).Text&lt;BR /&gt;set rep = ActiveDocument.GetReport(reportID)&lt;BR /&gt;reportName = rep.Name&lt;BR /&gt;&lt;BR /&gt;reportFile = tempFolder &amp;amp; reportID &amp;amp; "_" &amp;amp; reportName &amp;amp; ".pdf"&lt;BR /&gt;arrReports(i) = reportFile&lt;BR /&gt;printReportPDF reportID, reportFile&lt;BR /&gt;&lt;BR /&gt;next&lt;BR /&gt;&lt;BR /&gt;else&lt;BR /&gt;msgbox ("You must select at least one report")&lt;BR /&gt;end if&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;set fileTest = nothing&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;function printReportPDF(oReport, pdfOutputFile)&lt;BR /&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;BR /&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;BR /&gt;WSHShell.RegWrite "HKCU\Software\QlikViewPDF\BypassSaveAs", "1", "REG_SZ"&lt;BR /&gt;'QV Print&lt;BR /&gt;ActiveDocument.PrintReport oReport, "QlikviewPDF", false&lt;BR /&gt;set WSHShell = nothing&lt;BR /&gt;end function&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 20:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148471#M26758</guid>
      <dc:creator />
      <dc:date>2009-07-03T20:30:23Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148472#M26759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search the forum for QlikviewPDF - you'll find at least two responces to the same question yesterday only&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;OK, here is one - see at the bottom&lt;BR /&gt;http://community.qlik.com/forums/t/17675.aspx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 22:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148472#M26759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-03T22:08:33Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148473#M26760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my search i found a lot of links in the archived forums but they were pointing out to &lt;A&gt;ftp.qlik.com/downloads&lt;/A&gt; with doesn't seem to exist anymore.&lt;/P&gt;&lt;P&gt;Anyway: thanks and have a great weekend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 22:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148473#M26760</guid>
      <dc:creator />
      <dc:date>2009-07-03T22:34:46Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148474#M26761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The download page has been moved to:&lt;/P&gt;&lt;P&gt;http://www.qlik.com/download/&lt;/P&gt;&lt;P&gt;You'll find QlikVIew PDF writer there&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 23:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148474#M26761</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-07-03T23:15:00Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148475#M26762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't seem to work on my x64 machine &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148475#M26762</guid>
      <dc:creator />
      <dc:date>2009-07-07T15:10:01Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148476#M26763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the links provided but I can't find the QlikViewPDF on the selection. Is this file moved? please help. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niegel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 15:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148476#M26763</guid>
      <dc:creator>niegel</dc:creator>
      <dc:date>2010-09-22T15:39:14Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148477#M26764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I clearly see "QlikView PDF Writer" as one of the products available for download, both 32 bit and 64 bit versions... It appears in the list of available products right after QlikView OCX.&lt;/P&gt;&lt;P&gt;However, I'm seeing it as a Partner. Maybe, Customers see a slightly different screen? I'm not sure ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 00:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148477#M26764</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-09-24T00:19:56Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148478#M26765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview PDF Write is avalable in donload section only for customer and partner login . If you do not belongs to eithr one then you are not able to download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148478#M26765</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-24T08:00:02Z</dc:date>
    </item>
    <item>
      <title>download QlikviewPDF software</title>
      <link>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148479#M26766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also be aware that the functionality described in the orignal post will no longer work - i.e. the registry key manipulation.&lt;/P&gt;&lt;P&gt;The "QlikView" PDF downloads (v.7.52 and v.9) do not seem to create any keys in the registry that enable you to manipulate the save location or output file name etc.&lt;/P&gt;&lt;P&gt;A possible workaround is to just use something like Cutepdf &lt;A href="http://www.cutepdf.com/"&gt;http://www.cutepdf.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I believe you can manipulate the registry keys as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-QlikviewPDF-software/m-p/148479#M26766</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-09-24T08:58:58Z</dc:date>
    </item>
  </channel>
</rss>

