<?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 Printing multiple Reports as one PDF? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142522#M21966</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;&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;BR /&gt;&lt;BR /&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;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;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Gen_Dist_PDF_Micro_pla&lt;BR /&gt; UrlPath = "D:\PROYECTOS\CRM\PDF\"&lt;BR /&gt; set val=ActiveDocument.Fields("tme_cod_tip_ejc").GetPossibleValues&lt;BR /&gt; ActiveDocument.fields("tme_cod_tip_ejc").Select "MICR"&lt;BR /&gt; for f=0 to 0&lt;BR /&gt; reportName01 = f&lt;BR /&gt; reportFile = UrlPath &amp;amp; val.Item(f).Text &amp;amp; ".pdf"&lt;BR /&gt; HOLA= PrintReportPDF( "RP02", reportFile)&lt;BR /&gt; ActiveDocument.GetApplication.Sleep 5000&lt;BR /&gt; next&lt;BR /&gt;End Sub&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; ActiveDocument.PrintReport oReport, "QlikViewPDF", false&lt;BR /&gt; set WSHShell = nothing&lt;BR /&gt;End Function&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the macros that I am using, but different PDF generates me, I need all these PDF (3) in the same PDF&lt;/P&gt;&lt;P&gt;Please, I do not find solution, they might help me&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 04:18:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-23T04:18:21Z</dc:date>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142518#M21962</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 have got 4 Reports wich have to print into 4 different PDFs via macro (wich works fine by now).&lt;/P&gt;&lt;P&gt;But i also need a single PDF wich contains these 4 Reports (sadly its not possible to xreate a 5th one wich contains the first 4 reports...).&lt;/P&gt;&lt;P&gt;Is there any solution for that in QlikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 18:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142518#M21962</guid>
      <dc:creator />
      <dc:date>2009-04-27T18:38:02Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142519#M21963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with builling actual report in QV using "Reports -&amp;gt; Edit Reports" menu? You can make one report with all the contents you want and then print that report to PDF. Just an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 18:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142519#M21963</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-04-27T18:48:39Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142520#M21964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesnt work because all the reports are serial-prints wich need different variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142520#M21964</guid>
      <dc:creator />
      <dc:date>2009-04-27T19:07:07Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142521#M21965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hello, I have the same problem, need a repeated report 3 ó more times in the same PDF&lt;/P&gt;&lt;P&gt;Route macro exists some routine that allows to do this&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 03:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142521#M21965</guid>
      <dc:creator />
      <dc:date>2009-07-23T03:45:00Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142522#M21966</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;&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;BR /&gt;&lt;BR /&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;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;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Gen_Dist_PDF_Micro_pla&lt;BR /&gt; UrlPath = "D:\PROYECTOS\CRM\PDF\"&lt;BR /&gt; set val=ActiveDocument.Fields("tme_cod_tip_ejc").GetPossibleValues&lt;BR /&gt; ActiveDocument.fields("tme_cod_tip_ejc").Select "MICR"&lt;BR /&gt; for f=0 to 0&lt;BR /&gt; reportName01 = f&lt;BR /&gt; reportFile = UrlPath &amp;amp; val.Item(f).Text &amp;amp; ".pdf"&lt;BR /&gt; HOLA= PrintReportPDF( "RP02", reportFile)&lt;BR /&gt; ActiveDocument.GetApplication.Sleep 5000&lt;BR /&gt; next&lt;BR /&gt;End Sub&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; ActiveDocument.PrintReport oReport, "QlikViewPDF", false&lt;BR /&gt; set WSHShell = nothing&lt;BR /&gt;End Function&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the macros that I am using, but different PDF generates me, I need all these PDF (3) in the same PDF&lt;/P&gt;&lt;P&gt;Please, I do not find solution, they might help me&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Rose&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 04:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142522#M21966</guid>
      <dc:creator />
      <dc:date>2009-07-23T04:18:21Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142523#M21967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a doubt, Instead of print I want yo export only, do you know how??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 19:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142523#M21967</guid>
      <dc:creator />
      <dc:date>2010-09-30T19:30:10Z</dc:date>
    </item>
    <item>
      <title>Printing multiple Reports as one PDF?</title>
      <link>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142524#M21968</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;To be honest, the simplest option is probably going to be to add them back together using something like Nuance ScanSoft or another pdf tool.&amp;nbsp; With those you simple select a number of different reports to combine into a single report and save as one document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not ideal but I've used this before when I had a slightly complicated series of five reports to combine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 09:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Printing-multiple-Reports-as-one-PDF/m-p/142524#M21968</guid>
      <dc:creator />
      <dc:date>2011-09-13T09:26:17Z</dc:date>
    </item>
  </channel>
</rss>

