<?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 : out of memory problem</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 : out of memory problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 03:42:27 +0000</pubDate>
  <lastBuildDate>Sat, 24 Mar 2007 03:59:02 +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=684</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[out of memory problem : David, send VB/Delphi/.Net sample...]]></title>
   <link>http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3281.html#3281</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 684<br /><strong>Posted:</strong> 24 Mar 07 at 3:59AM<br /><br />David, send VB/Delphi/.Net sample to support(at)quickpdf.org <DIV>When I have some time I will try to confirm your problem. </DIV>]]>
   </description>
   <pubDate>Sat, 24 Mar 2007 03:59:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3281.html#3281</guid>
  </item> 
  <item>
   <title><![CDATA[out of memory problem : Hi again thanks all for the info howerver...]]></title>
   <link>http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3280.html#3280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=364">agrosoft</a><br /><strong>Subject:</strong> 684<br /><strong>Posted:</strong> 24 Mar 07 at 2:01AM<br /><br />Hi again<DIV>thanks all for the info</DIV><DIV>howerver the problem remains even without logos and with temp files</DIV><DIV>I got 10 pages document with size of almost 5 MB </DIV><DIV>its content is a table with lines of data</DIV><DIV>am I missing something here about fonts ? is that size resneble for 10 pages ?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV><DIV>David</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 24 Mar 2007 02:01:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3280.html#3280</guid>
  </item> 
  <item>
   <title><![CDATA[out of memory problem : Make sure you setup a temp folder...]]></title>
   <link>http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3278.html#3278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=170">bogey</a><br /><strong>Subject:</strong> 684<br /><strong>Posted:</strong> 23 Mar 07 at 7:45AM<br /><br />Make sure you setup a temp folder for overflow. This folder has to have write privledges for the inetusr account. (assuming IIS)<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;Set QP = Server.CreateObject("iSED.QuickPDF")<BR>&nbsp;&nbsp;Call QP.UnlockKey("xxxxxxxxxxxxxxxxxxxxxxx")<BR>&nbsp;&nbsp;QP.SetTempPath("d:/pdftemp")<BR>&nbsp;&nbsp;QP.SetTempFile("d:/pdftemp/pdftemp.dat")<BR>&nbsp;&nbsp;if session("debug") = true then<BR>&nbsp;&nbsp;&nbsp;response.write("&lt;hr&gt;&lt;b&gt;&lt;i&gt;Start QuickPDF Process&lt;/i&gt;&lt;/b&gt;")<BR>&nbsp;&nbsp;&nbsp;response.write("&lt;br&gt;iSed QuickPDF Version = " &amp; QP.LibraryVersion())<BR>&nbsp;&nbsp;&nbsp;response.write("&lt;br&gt;Check Temp Path = " &amp; QP.TestTempPath())<BR>&nbsp;&nbsp;end if<BR></DIV>]]>
   </description>
   <pubDate>Fri, 23 Mar 2007 07:45:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3278.html#3278</guid>
  </item> 
  <item>
   <title><![CDATA[out of memory problem : David, the most memory killing...]]></title>
   <link>http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3277.html#3277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=324">marian_pascalau</a><br /><strong>Subject:</strong> 684<br /><strong>Posted:</strong> 23 Mar 07 at 4:12AM<br /><br />David,<DIV>the most memory killing operations are the operations with images. You should pay attention first there.</DIV>]]>
   </description>
   <pubDate>Fri, 23 Mar 2007 04:12:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3277.html#3277</guid>
  </item> 
  <item>
   <title><![CDATA[out of memory problem : Hi when I create a big PDF file&amp;#039;...]]></title>
   <link>http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3276.html#3276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=364">agrosoft</a><br /><strong>Subject:</strong> 684<br /><strong>Posted:</strong> 23 Mar 07 at 3:55AM<br /><br />Hi<DIV>when I create a big PDF file' I got en Out of memory error</DIV><DIV>I&nbsp; can see in memory that the application growers untill the error message apears</DIV><DIV>I don't have the source but the debuger says the bproblem comes from uPDFStructure.pas</DIV><DIV>&nbsp;</DIV><DIV>any ideas ?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; David</DIV>]]>
   </description>
   <pubDate>Fri, 23 Mar 2007 03:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/out-of-memory-problem_topic684_post3276.html#3276</guid>
  </item> 
 </channel>
</rss>