<?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 : help with shared printer settings</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 : help with shared printer settings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 01:03:20 +0000</pubDate>
  <lastBuildDate>Thu, 28 Dec 2006 18:24:11 +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=587</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[help with shared printer settings : I don&amp;#039;t recall ever using...]]></title>
   <link>http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2663.html#2663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 587<br /><strong>Posted:</strong> 28 Dec 06 at 6:24PM<br /><br />I don't recall ever using a shared Windows printer.  In the office, we have many networked printers, and at home I use a USB laser printer.]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 18:24:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2663.html#2663</guid>
  </item> 
  <item>
   <title><![CDATA[help with shared printer settings :    chicks wrote:I wasn&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2660.html#2660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=118">hbarclay</a><br /><strong>Subject:</strong> 587<br /><strong>Posted:</strong> 28 Dec 06 at 6:07PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by chicks" alt="Originally posted by chicks" style="vertical-align: text-bottom;" /> <strong>chicks wrote:</strong><br /><br />I wasn't aware of the limitation, and was equally unaware that I fixed it!  I have no idea why a call to HideAdobe would cause this.<br></td></tr></table><br><br>Mystery solved. <br><br>It turns out you just happened to have a HideAdobe call commented out in a spot where the routine needs a delay when going to this shared printer.<br><br>A simple application.processmessages or a sleep with a reasonable delay will have the same affect as the HideAdobe call.<br><br>Do you normally print to Shared windows printers? I'm just wondering if this problem is unique to our network setup, or if this is just something you don't usually do so it's never been a problem.<br><br>Thanks<br>Harry<br><br><br>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 18:07:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2660.html#2660</guid>
  </item> 
  <item>
   <title><![CDATA[help with shared printer settings : I wasn&amp;#039;t aware of the limitation,...]]></title>
   <link>http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2659.html#2659</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 587<br /><strong>Posted:</strong> 28 Dec 06 at 3:29PM<br /><br />I wasn't aware of the limitation, and was equally unaware that I fixed it!  I have no idea why a call to HideAdobe would cause this.<br />]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 15:29:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2659.html#2659</guid>
  </item> 
  <item>
   <title><![CDATA[help with shared printer settings : I recently posted some sample...]]></title>
   <link>http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2658.html#2658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=118">hbarclay</a><br /><strong>Subject:</strong> 587<br /><strong>Posted:</strong> 28 Dec 06 at 12:41PM<br /><br />I recently posted some sample Delphi code to do DDE to Acrobat. I have been testing with this code and everything was looking good until I tried to print to a printer that is using windows sharing from another workstation.<br><br>I could print to local printers, and to networked printers without a problem. However when I tried to print to the shared printer, it would print, but I could not change the printer preferences to set duplex or form size or number of copies.<br><br>I went back to chicks pdfp program, and what I found was that the original pdfp.exe had the same problem, but the newer pdfp8 program did not. I am still using Acrobat 7 so the changes to detect version 8 were not an issue.<br><br>When I compared the pdfp.c files from the original and from pdfp8 there really are very few changes. One change was that a call to HideAdobe immediately after executing the DDE command had been commented out in the original code, but was not commented out in the pdfp8 code.<br><br>I added a call to HideAdobe to my Delphi code and now it works for local, networked and shared printers.&nbsp; So the only problem I am left with is that I don't understand how this call made it work. Why does a call to HideAdobe after the command to print has been sent, cause the printer preference setting to work?<br><br>Thanks<br>Harry<br><br>&nbsp;<br>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 12:41:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-with-shared-printer-settings_topic587_post2658.html#2658</guid>
  </item> 
 </channel>
</rss>