<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : PrintDocument Blank Pages</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : PrintDocument Blank Pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 10:46:31 +0000</pubDate>
  <lastBuildDate>Thu, 29 Mar 2007 11:48:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=688</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Been playing with this, I&amp;#039;m...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3350.html#3350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 11:48AM<br /><br />Been playing with this, I'm not sure how GS could be faster than pdftops, since GS also has to convert PDF to PS in order to print to a PS printer.<br /><br />Anyway, here's the easiest possible way I can come up with to commandline print a PDF in Windows:<br /><br />pdftops mypdf.pdf tmp.ps<br />lpr -S 123.456.789.10 -P "My Postscript Printer" tmp.ps<br /><br />Lpr is a *nix tool that's installed on Windows since at least W2K.  -S is ip address or hostname of your print server, -P is the printer name on that server.]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 11:48:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3350.html#3350</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Hmmm, it&amp;#039;s been a long time...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3349.html#3349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 10:57AM<br /><br />Hmmm, it's been a long time since I used GS under Windows, but IIRC I had to use Redmon to set up a "virtual" printer.  Maybe it's not required for what you're doing, but you might find some setup hints in its help:<br /><br /><a href="http://www.cs.wisc.edu/~ghost/redm&#111;n/" target="_blank">Redmon</a><br /><span style="font-size:10px"><br /><br />Edited by chicks - 29 Mar 07 at 10:59AM</span>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 10:57:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3349.html#3349</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Thanks for the speedy response....]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3348.html#3348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 10:42AM<br /><br />Thanks for the speedy response. We do use postscript printers and we have designed a java utility to convert pdf to postscript so that we can send different pages to different printer trays. But this conversion is slow and where we do not need to convert to postscript (ie when the whole document can be printed from a single tray) I would just wish to send a pdf direct to the printer. Ghostscript can handle this and prints very quickly. I am having problems with the sOutputFile option. I cannot seem to get GS to recognise the windows printers I pass in via this option. I am sure I have missed something basic, but I just can't find it.<DIV>&nbsp;</DIV><DIV>If you have any experience of this I would be very grateful for any tips.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>But I now want a utility</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 10:42:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3348.html#3348</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : If you actually have Acrobat,...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3347.html#3347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 10:06AM<br /><br />If you actually have Acrobat, there are low-level APIs that will let you print easily without any GUI, using Adobe's SDK.  If you only have Reader, yes, it's impossible to work around Adobe's splash screens.<br /><br />If you are printing to PostScript printers, there are a couple of things to do that are easier than GhostScript.  <br /><br />First, if you're luck enough to have a PDF Direct PostScript printer, you can send PDF directly to it for printing.<br /><br />If it's a more ordinary PostScript printer, the best thing I've found is to use pdftops (part of Xpdf from foolabs) to convert the PDF to PostScript, then a utility like rawprint or PrintFile to print it.<br /><br />Ghostscript is great, but as you say, a bit of a pain to set up.  Govert has some Ghostscript GUI stuff here, that may help: <br /><br /><a href="http://www.noliturbare.com/" target="_blank">Govert's Tools</a><br /><br /><br />Also have a look at Russel Lang's GSPrint, which is a commandline GhostScript front end for printing PS/PDF files:<br /><br /><a href="http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm" target="_blank">GSPrint</a><span style="font-size:10px"><br /><br />Edited by chicks - 29 Mar 07 at 10:24AM</span>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 10:06:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3347.html#3347</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Hi Chicks,  Thanks for this,...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3346.html#3346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 9:40AM<br /><br />Hi Chicks,<DIV>&nbsp;</DIV><DIV>Thanks for this, but because of the fact that Acrobat is a pain in the a**e, I have spent the morning working with Ghostscript. It seems not to have any difficulties dealing with any pdfs I can throw at it and it is very fast. However its command line switches are a bit of a pain. Do you or anyone else on this forum have experience of Ghostscript on the command line.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 09:40:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3346.html#3346</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages :   skwirelboy wrote:8   OK, Adobe...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3345.html#3345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 9:35AM<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by skwirelboy" alt="Originally posted by skwirelboy" style="vertical-align: text-bottom;" /> <strong>skwirelboy wrote:</strong><br /><br />8</td></tr></table> <br /><br />OK, Adobe changed the classname with 8, so I had to rewrite pdfp to use the new classname.  Pdfp8 is the result.  Reader 8 insists on making itself visible while printing, but Pdfp8 should close Reader 8 when done printing.<br />]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 09:35:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3345.html#3345</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Hi!Because of the still open window...I...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3341.html#3341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 5:03AM<br /><br />Hi!<br><br>Because of the still open window...<br>I can't test it now but perhaps this behavior doesn't appear if you're calling the pdf via browser? Makes "iexplore sample.pdf" a difference? I don't know if printing is possible via shellexecute and browser ;-)<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 05:03:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3341.html#3341</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : 8 ]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3340.html#3340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 29 Mar 07 at 3:46AM<br /><br />8]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 03:46:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3340.html#3340</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages :   leaves an Acrobat window open  Really?...]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3337.html#3337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 28 Mar 07 at 2:11PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> leaves an Acrobat window open</td></tr></table><br /><br />Really? Which version of Acrobat/Reader?<br />]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 14:11:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3337.html#3337</guid>
  </item> 
  <item>
   <title><![CDATA[PrintDocument Blank Pages : Thanks for info. Downloaded pdfp....]]></title>
   <link>http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3336.html#3336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=304">skwirelboy</a><br /><strong>Subject:</strong> 688<br /><strong>Posted:</strong> 28 Mar 07 at 2:08PM<br /><br /><P>Thanks for info. Downloaded pdfp. Tried out commandline app. It's got the same problem as I've found with ShellExecute (assume this is what you are using) ie it leaves an Acrobat window open. I understand this is a bitch to work around.</P><DIV>&nbsp;</DIV><DIV>Thanks any way.</DIV>]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 14:08:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printdocument-blank-pages_topic688_post3336.html#3336</guid>
  </item> 
 </channel>
</rss>