<?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: Supress &amp;quot;Open document&amp;quot; Bullzip PDF printer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483307#M685755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also just use the QlikView action to print the report (uncheck show print dialog) and then use a script to put it in the correct directory, rename or whatever you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 14:58:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-08T14:58:06Z</dc:date>
    <item>
      <title>Supress "Open document" Bullzip PDF printer</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483305#M685752</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;&lt;/P&gt;&lt;P&gt;I use the script below to print a PDF report and write it to a specific directory.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Although I checked "ShowPDF", "no", it stills asks me if I want to open the generated document. This message keeps waiting and stucks the printing of the PDF document. I want the message to be supressed, so this process can run fully automaticly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Do you have any advice for me?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kind regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Henco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;FUNCTION MyPrintPDFWithBullZip (pdfOutputFile)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; Set obj_printer_util = CreateObject("Bullzip.PDFUtil")&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; printername = obj_printer_util.defaultprintername&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; set obj = CreateObject("Bullzip.PdfSettings")&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.printername = obj_printer_util.defaultprintername&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "Output" , pdfOutputFile&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ConfirmOverwrite", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ShowSaveAS", "never"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ShowSettings", "never"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ShowPDF", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "RememberLastFileName", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "RememberLastFolderName", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ShowProgressFinished", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.SetValue "ShowProgress", "no"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;&amp;nbsp; obj.WriteSettings True&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Arial; color: #636363;"&gt;END FUNCTION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483305#M685752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Supress "Open document" Bullzip PDF printer</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483306#M685754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried changing the settings on the actual pdf printer? I had the same problem with another pdf printer and in the end I went in to printer settings and turned that option off. Not sure how bullzip works but you should still be able to find it with your other printers. On the down side you will be turning this off for anything else that uses that pdf printer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483306#M685754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Supress "Open document" Bullzip PDF printer</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483307#M685755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also just use the QlikView action to print the report (uncheck show print dialog) and then use a script to put it in the correct directory, rename or whatever you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483307#M685755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Supress "Open document" Bullzip PDF printer</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483308#M685757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, that's the right answer.&lt;/P&gt;&lt;P&gt;I took a look a that, but didn't found anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you did this suggestion I take a better look, and found it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-quot-Open-document-quot-Bullzip-PDF-printer/m-p/483308#M685757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T15:09:34Z</dc:date>
    </item>
  </channel>
</rss>

