<?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 : Printer Memory Errors</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 : Printer Memory Errors]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 20:03:27 +0000</pubDate>
  <lastBuildDate>Thu, 08 Sep 2011 16:33:42 +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=1942</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[Printer Memory Errors : I tried the new drivers and inverted...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8292.html#8292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1686">jj_willis</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 08 Sep 11 at 4:33PM<br /><br />I tried the new drivers and inverted images are fixed.&nbsp; I am still having memory problems problems on the printer.&nbsp; I modified the printing program to send 1 page to the printer at a time <div>and still have printer memory errors on one particular page.</div><div>&nbsp;</div>I have corrected the issue by opening up the Crystal report, opening&nbsp;the image within Crystal, saving as a .PNG file then replacing the image within&nbsp;the report.&nbsp; The .RPT file is much larger, going from 1mb to 17mb.&nbsp;  have not figured out how to determine what type of images was originally used.<div>&nbsp;</div><div>I have over 700 Crystal reports and almost all have images.&nbsp; I am not looking forward to doing this for all of them, so I am hoping someone would have some suggestions.</div>]]>
   </description>
   <pubDate>Thu, 08 Sep 2011 16:33:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8292.html#8292</guid>
  </item> 
  <item>
   <title><![CDATA[Printer Memory Errors : Which version of the Quick PDF...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8277.html#8277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 07 Sep 11 at 12:56PM<br /><br />Which version of the Quick PDF Library are you using. &nbsp;We have added a lot of fixes for TIFF handling in 7.25 and 7.26. &nbsp;If the image is inverted then this is the most likely cause.<div><br></div><div>We have also fixed some CMYK color mapping issues in QPL 7.26 and 8.11.<br><div><br></div><div>We have started noticing that programs that convert HTML pages to PDF like to use Transparency which we currently do not support. &nbsp;Some of these PDF's will have black backgrounds.</div><div><br></div><div>Andrew.</div></div>]]>
   </description>
   <pubDate>Wed, 07 Sep 2011 12:56:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8277.html#8277</guid>
  </item> 
  <item>
   <title><![CDATA[Printer Memory Errors :   The PDF that I am having problems...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8275.html#8275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1686">jj_willis</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 06 Sep 11 at 7:11PM<br /><br />The PDF that I am having problems with has some confidential information on it.&nbsp; I should be able to create one with some fake information on it but I will need a little time.<div>&nbsp;</div><div>Another issue I am having while I test this locally is the images are printing inversely.&nbsp; Which means it is black where it should be white, white where it should be black.</div><div>&nbsp;</div><div>I tried using the above code for RenderPageToFile and Metafile, but I get the same problems with the images.</div>]]>
   </description>
   <pubDate>Tue, 06 Sep 2011 19:11:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8275.html#8275</guid>
  </item> 
  <item>
   <title><![CDATA[Printer Memory Errors : You might want to try the following...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8272.html#8272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 05 Sep 11 at 2:35AM<br /><br />You might want to try the following code which generates an EMF file and uses this for printing. &nbsp;This is part of playing and testing I was doing recently.<div><br></div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; private void pd_PrintPage(object sender, PrintPageEventArgs ev)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.RenderPageToFile(200, globPage, 8, "printedpage.emf");</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (QP.PageWidth() &gt; QP.PageHeight())</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ev.PageSettings.Landscape = true;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ev.PageSettings.Landscape = false;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Metafile metafile = new Metafile("printedpage.emf"); &nbsp; &nbsp;// Harcoded for testing.</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //ev.Graphics.DrawImage(metafile, new Rectangle(0, 0, ev.PageBounds.Right, ev.PageBounds.Bottom));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ev.Graphics.DrawImage(metafile, new Rectangle(0, 0, ev.PageSettings.Bounds.Right, ev.PageSettings.Bounds.Bottom));</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; globPage++;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ev.HasMorePages = (globPage &lt; QP.PageCount());</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; private void PrintViaEMF_Click(object sender, EventArgs e)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; string s;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; globPage = 1;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; float dpi = this.CreateGraphics().DpiX;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PrintDocument pd = new PrintDocument();</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pd.PrintPage += new PrintPageEventHandler(this.pd_PrintPage);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pd.Print();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div></div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Mon, 05 Sep 2011 02:35:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8272.html#8272</guid>
  </item> 
  <item>
   <title><![CDATA[Printer Memory Errors : Do you have any sample PDFs that...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8269.html#8269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 04 Sep 11 at 8:26PM<br /><br />Do you have any sample PDFs that you can upload for us to look at? There could be quite a few different reasons for the ballooning of the size. A specific type of image compression used in the PDFs for example.]]>
   </description>
   <pubDate>Sun, 04 Sep 2011 20:26:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8269.html#8269</guid>
  </item> 
  <item>
   <title><![CDATA[Printer Memory Errors :   QuickPDF is being used as...]]></title>
   <link>http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8262.html#8262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1686">jj_willis</a><br /><strong>Subject:</strong> 1942<br /><strong>Posted:</strong> 02 Sep 11 at 5:00PM<br /><br /><div>QuickPDF is being used as a print server for PDFs created in another program.&nbsp; Most pdfs are created from a program that convers Crystal reports to PDF.&nbsp; Most reports have scanned in background images, with text overlays, like forms.</div><div>&nbsp;</div><div>I am having printer memory full errors when using QuickPDF to print the files.&nbsp; Most files are less than 6 pages, some are only 1 page.&nbsp; The PDF file sizes are typically less than 100k, most are less than 1mb.&nbsp; When I watch the spool directory, the spool files are much, much&nbsp;larger.&nbsp; I have observed 23mb spool files from a 1mb PDF.</div><div>&nbsp;</div><div>Does anyone have any suggestions?</div><div>&nbsp;</div><div>I am using C# with the QuickPDF.PrintDocument function (DLL).</div><div>&nbsp;</div><div>I am thinking DARenderPageToDC might be an option, but I have not figured out how to make that work in C# yet.</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 02 Sep 2011 17:00:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/printer-memory-errors_topic1942_post8262.html#8262</guid>
  </item> 
 </channel>
</rss>