<?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 : Memory pb with extractFilepages</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 : Memory pb with extractFilepages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:54:41 +0000</pubDate>
  <lastBuildDate>Tue, 01 Feb 2011 19:36:51 +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=1724</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[Memory pb with extractFilepages : Sounds great that you found the...]]></title>
   <link>http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7546.html#7546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1251">Dimitry</a><br /><strong>Subject:</strong> 1724<br /><strong>Posted:</strong> 01 Feb 11 at 7:36PM<br /><br />Sounds great that you found the solution.<DIV>Also there is one more function <a href="http://www.quickpdflibrary.com/help/quickpdf/ExtractPages.php" target="_blank">ExtractPages()</A> as an alternative to <a href="http://www.quickpdflibrary.com/help/quickpdf/ExtractFilePages.php" target="_blank">ExtractFilePages()</A>. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 19:36:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7546.html#7546</guid>
  </item> 
  <item>
   <title><![CDATA[Memory pb with extractFilepages : My problem is solvedit&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7545.html#7545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1523">m56ober</a><br /><strong>Subject:</strong> 1724<br /><strong>Posted:</strong> 01 Feb 11 at 3:33PM<br /><br />My problem is solved<br><br>it's not ExtractFilePages the problem but DAFindPage<br><br>For each group page, i'm using this code. <br>It's longer , but i have not memory problem<br><br>&nbsp;&nbsp;&nbsp; FreeAndNil(PDF);<br>&nbsp;&nbsp;&nbsp; PDF := TQuickPDF0723.Create;<br>&nbsp;&nbsp;&nbsp; PDF.UnlockKey(QPDFLicence);<br>&nbsp;&nbsp;&nbsp; FH := pdf.DAOpenFile(FileName,'');<br><br>Thank you!<br><br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 15:33:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7545.html#7545</guid>
  </item> 
  <item>
   <title><![CDATA[Memory pb with extractFilepages : I have a big file 126000 pagesI...]]></title>
   <link>http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7544.html#7544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1523">m56ober</a><br /><strong>Subject:</strong> 1724<br /><strong>Posted:</strong> 01 Feb 11 at 1:26PM<br /><br />I have a big file 126000 pages<br>I must separate pages of this file<br>After 22% of traitement i have a memory problem.<br>Can you help me?<br><br>Thank you, Oliver<br><br>==================================================================<br>My procedure<br>==================================================================<br>Procedure tFRM_MAIN.WriteNewFile(pgfirst,pglast:integer);<br>Var<br>&nbsp;&nbsp; FName&nbsp; : String;<br>&nbsp;&nbsp; outpdf : TQuickPDF0723;<br>Begin<br>&nbsp;&nbsp; inc(nbfic);<br>&nbsp;&nbsp; Plage := intToStr(pgfist)+'-'+intTostr(pglast);<br><br>&nbsp;&nbsp; { FileName&nbsp; : destination }<br>&nbsp;&nbsp; fname := PREFIX +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; matricule + '_' +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; annee + '_' +<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FormatFloat('00000',nbFile)+<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.pdf';<br><br>&nbsp;&nbsp; { Extraction}<br>&nbsp;&nbsp; outpdf := TQuickPDF0723.create;<br>&nbsp;&nbsp; outpdf.UnlockKey(QPDFLicence);<br>&nbsp;&nbsp; err := OutPdf.ExtractFilePages(Copie,&nbsp;&nbsp;&nbsp; // source File<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fName,&nbsp;&nbsp; // Destination File<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Plage);&nbsp;&nbsp; <br>&nbsp;&nbsp; FreeAndNil(outpdf);<br><br>&nbsp;&nbsp; { Index }<br>&nbsp;&nbsp; write(findex,mat+';'+name+';'+year+';'+FormatFloat('0000',nbFile)+';');<br>&nbsp;&nbsp; if err = 0 then<br>&nbsp;&nbsp; Begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writeln(findex,'Error');<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage('Error '+intToStr(pdf.lastErrorCode));<br>&nbsp;&nbsp; End Else writeln(findex,'');<br>End;<br>]]>
   </description>
   <pubDate>Tue, 01 Feb 2011 13:26:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/memory-pb-with-extractfilepages_topic1724_post7544.html#7544</guid>
  </item> 
 </channel>
</rss>