<?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 : Reducing PDF File Size</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 : Reducing PDF File Size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 10:30:16 +0000</pubDate>
  <lastBuildDate>Fri, 28 Sep 2007 19:13:53 +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=792</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[Reducing PDF File Size : Hi!It&amp;#039;s not so easy like...]]></title>
   <link>http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3816.html#3816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 792<br /><strong>Posted:</strong> 28 Sep 07 at 7:13PM<br /><br />Hi!<br><br>It's not so easy like you has thought ;-)<br>CompressImage for example should be called before inserting a new image into the pdf document. The other functions doesn't work as easy as you has thought, too. The time when to use the functions is essential.<br><br>Perhaps someone can tell this more detailed.<br><br>Best regards,<br>Ingo<br>]]>
   </description>
   <pubDate>Fri, 28 Sep 2007 19:13:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3816.html#3816</guid>
  </item> 
  <item>
   <title><![CDATA[Reducing PDF File Size :  Did not work. I think that...]]></title>
   <link>http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3814.html#3814</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> 792<br /><strong>Posted:</strong> 28 Sep 07 at 5:33PM<br /><br />Did not work.<div>I think that Iīll have to use Adobe Acrobat SDK.</div><div>&nbsp;</div><div>Look at the test code. Itīs easy to understand.<img src="http://www.quickpdf.org/forum/smileys/smiley2.gif" height="17" width="17" border="0" align="absmiddle" alt="Wink" /></div><div>&nbsp;</div><div><font color="#0000ff" face="Courier New" size="2"></font><p><font color="#0000ff" face="Courier New" size="2">LOCAL </font><font face="Courier New" size="2">lcLicenseKey, loQuickPDF, lcFileNameSource, lcFileNameTarget</font></p><p><font face="Courier New" size="2">lcLicenseKey = "MyLicenseKey"</font></p><p><font face="Courier New" size="2">loQuickPDF = </font><font color="#0000ff" face="Courier New" size="2">CreateObject</font><font face="Courier New" size="2">("ISED.QuickPDF")</font></p><p><font face="Courier New" size="2">loQuickPDF.UnlockKey(lcLicenseKey)</font></p><p><font face="Courier New" size="2">lcFileNameSource = "C:\DJESP.PDF"</font></p><p><font face="Courier New" size="2">lcFileNameTarget = "C:\DJESP_A.PDF"</font></p><p><font face="Courier New" size="2">= loQuickPDF.LoadFromFile(lcFileNameSource)</font></p><p><font face="Courier New" size="2">= loQuickPDF.SetPrecision(2)</font></p><p><font face="Courier New" size="2">= loQuickPDF.CompressContent()</font></p><p><font face="Courier New" size="2">= loQuickPDF.CompressPage()</font></p><p><font face="Courier New" size="2">= loQuickPDF.CompressFonts(1)</font></p><p><font face="Courier New" size="2">= loQuickPDF.CompressImages(1)</font></p><p><font face="Courier New" size="2">loQuickPDF.SaveToFile(lcFileNameTarget)</font></p><font color="#0000ff" face="Courier New" size="2"><p>RETURN</p></font></div><div>&nbsp;</div><div>&nbsp;</div><span style="font-size:10px"><br /><br />Edited by Ingo - 07 Oct 07 at 5:03AM</span>]]>
   </description>
   <pubDate>Fri, 28 Sep 2007 17:33:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3814.html#3814</guid>
  </item> 
  <item>
   <title><![CDATA[Reducing PDF File Size : Hi Jose!With QuickPDF there are...]]></title>
   <link>http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3810.html#3810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 792<br /><strong>Posted:</strong> 27 Sep 07 at 2:25AM<br /><br />Hi Jose!<br><br>With QuickPDF there are several functions which can help (one can help more and one can help less ;-)<br><br>Have a look at:<br>SetPrecision<br>CompressContent<br>CompressPage<br>CompressFonts<br>CompressImages<br><br>Here you can get the Reference Guide:<br>http://www.quickpdf.org/download/iSEDQuickPDF 5.11 Reference Guide.zip<br><br>Best regards,<br>Ingo<br>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 02:25:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3810.html#3810</guid>
  </item> 
  <item>
   <title><![CDATA[Reducing PDF File Size : Hi, how can I reduce PDF file...]]></title>
   <link>http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3809.html#3809</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> 792<br /><strong>Posted:</strong> 26 Sep 07 at 6:55PM<br /><br />Hi, how can I reduce PDF file size as in Adobe Acobat 8 Professional Document/Reducing File Size...?<DIV>&nbsp;</DIV><DIV>Regards,</DIV>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 18:55:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/reducing-pdf-file-size_topic792_post3809.html#3809</guid>
  </item> 
 </channel>
</rss>