<?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 : Extracting 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 : Extracting Pages]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:38:06 +0000</pubDate>
  <lastBuildDate>Fri, 27 Apr 2007 02:42:34 +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=692</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[Extracting Pages : Hi Jose!The real PDF-expert here...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3459.html#3459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 27 Apr 07 at 2:42AM<br /><br />Hi Jose!<br><br>The real PDF-expert here is Chicks ;-)<br>You should try pdftk/iText.<br>There's a C#-version iTextSharp, too.<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 27 Apr 2007 02:42:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3459.html#3459</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : Have you tried pdftk? It&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3454.html#3454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 26 Apr 07 at 12:48PM<br /><br />Have you tried <a href="http://www.pdfhacks.com/pdftk/" target="_blank">pdftk</a>? It's based on iText, and comes with complete source code.  There's a .NET port of iText which you may want to use if pdftk works for you.<span style="font-size:10px"><br /><br />Edited by chicks - 26 Apr 07 at 12:49PM</span>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 12:48:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3454.html#3454</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : I&#180;m here again Ingo.As you can...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3453.html#3453</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=542">jose.cavalcanti</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 26 Apr 07 at 12:38PM<br /><br /><font face="Verdana, Arial, Helvetica, sans-serif">I´m here again Ingo.<img src="http://www.quickpdf.org/forum/smileys/smiley9.gif" border="0" align="absmiddle" alt="Embarrassed" /><br><br>As you can remember, I need to extract pages from PDFs Documents. Everything was going fine, but with ONE Publication, the extracted page was 1.215 Mb size from a 240 pages Document with 13.226 Mb size.<br>When I extract the same page from Adobe Acrobat professional 7 the size is 39 Kb.<br>For this Publication I wrote a piece of code using Adobe Acrobat SDK, but it´s giving me a lot of problems (Out of Memory Error, Server Error, etc). The code is:</font><br><br><font face="Courier New, Courier, mono">LPARAMETERS&nbsp;&nbsp;&nbsp; toPDFDoc, tcFileNameFrom, tcFileNameTo, tnNumerodaPagina<br><br>LOCAL&nbsp;&nbsp;&nbsp; llSourceDoc, loJSObject, loExtractedDoc<br><br>llSourceDoc&nbsp;&nbsp;&nbsp; = toPDFDoc.Open(tcFileNameFrom)<br>loJSObject&nbsp;&nbsp;&nbsp;&nbsp; = toPDFDoc.GetJSObject()<br>loExtractedDoc = loJSObject.ExtractPages(tnNumerodaPagina - 1, tnNumerodaPagina - 1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = loExtractedDoc.SaveAs(tcFileNameTo)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = loExtractedDoc.CloseDoc()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = toPDFDoc.Close()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>RETURN<br><br><font face="Verdana, Arial, Helvetica, sans-serif">Do you know of any other method to extract pages from a PDF Document?<br><br>Regards,<br></font></font>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 12:38:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3453.html#3453</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : Do you know of any other PDF Library...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3352.html#3352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=542">jose.cavalcanti</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 29 Mar 07 at 8:17PM<br /><br />Do you know of any other PDF Library that I can use to extract pages from a PDF document?<br>I want to see where is the problem.<br><br>Regards,<br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 20:17:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3352.html#3352</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : No. The problem itself is not...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3344.html#3344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=542">jose.cavalcanti</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 29 Mar 07 at 9:27AM<br /><br />No. The problem itself is not the size of the extracted page. The problem is that it is taking much more time to extract these pages than other PDF files and it´s taking a long time to extract all the pages of the file.<br>I think that the problem is in the source file.<br>Today I´ll be studying this problem.<br>I´ll let you know of any solution.<br>Thanks anyway.<br><br>Best Regards,<br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 09:27:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3344.html#3344</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : Hi Jose!Did you try the compress-functions?Best...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3339.html#3339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 29 Mar 07 at 12:58AM<br /><br />Hi Jose!<br><br>Did you try the compress-functions?<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 29 Mar 2007 00:58:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3339.html#3339</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : The problem is that it&#180;ll take...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3333.html#3333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=542">jose.cavalcanti</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 28 Mar 07 at 1:41PM<br /><br />The problem is that it´ll take more time to extract pages in my procedure...<br>I think that I´ll need another way to do this.<br><br>Regards,<br>]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 13:41:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3333.html#3333</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : Sent.Regards,  ]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3332.html#3332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=542">jose.cavalcanti</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 28 Mar 07 at 1:39PM<br /><br />Sent.<br><br>Regards,<br>]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 13:39:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3332.html#3332</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages :    jose.cavalcanti wrote:the...]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3329.html#3329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 28 Mar 07 at 12:13PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jose.cavalcanti" alt="Originally posted by jose.cavalcanti" style="vertical-align: text-bottom;" /> <strong>jose.cavalcanti wrote:</strong><br /><br />the Ratio for Acrobat pages was 16% and the Ratio for QuickPDF pages was 92%!!!<br></td></tr></table><br><br>Hi Jose!<br><br>In this case perhaps you should try functions like<br>CompressContent<br>CompressPage<br>CompressFonts<br>CompressImages<br>first.<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 12:13:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3329.html#3329</guid>
  </item> 
  <item>
   <title><![CDATA[Extracting Pages : ingoschmoekelewetelnet  ]]></title>
   <link>http://www.quickpdf.org/forum/extracting-pages_topic692_post3328.html#3328</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 692<br /><strong>Posted:</strong> 28 Mar 07 at 12:07PM<br /><br />ingo&#091;dot&#093;schmoekel&#091;at&#093;ewetel&#091;dot&#093;net<br><br>]]>
   </description>
   <pubDate>Wed, 28 Mar 2007 12:07:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/extracting-pages_topic692_post3328.html#3328</guid>
  </item> 
 </channel>
</rss>