<?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 : File size too large</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 : File size too large]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 18 May 2026 01:25:39 +0000</pubDate>
  <lastBuildDate>Fri, 21 Aug 2020 18:09:46 +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=3784</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[File size too large : Hi Krishna,try the forum search...]]></title>
   <link>http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15347.html#15347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3784<br /><strong>Posted:</strong> 21 Aug 20 at 6:09PM<br /><br />Hi Krishna,<br><br>try the forum search (top,right) and then option "enhanced search" with "too large" ...<br>Then you'll get an idea what to do... what's possible and what's not possible.<br>It doesn't make sense to have many threads with identical content ;-)<br><br>Cheers and welcome here,<br>Ingo<br>]]>
   </description>
   <pubDate>Fri, 21 Aug 2020 18:09:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15347.html#15347</guid>
  </item> 
  <item>
   <title><![CDATA[File size too large : I am also facing the same issues...]]></title>
   <link>http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15346.html#15346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3212">krishna27</a><br /><strong>Subject:</strong> 3784<br /><strong>Posted:</strong> 20 Aug 20 at 7:19PM<br /><br />I am also facing the same issues like file size is 5 times more than the original file after extracting couple of pages from different documents and merging them back to single document.<div>But not able to find suitable function which will reduce the size after extract and merge.&nbsp;</div><div><br></div><div>Any suggestions will be appreciated.</div>]]>
   </description>
   <pubDate>Thu, 20 Aug 2020 19:19:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15346.html#15346</guid>
  </item> 
  <item>
   <title><![CDATA[File size too large : Hi Nico,you&amp;#039;ve made 4 pdf-files...]]></title>
   <link>http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15114.html#15114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3784<br /><strong>Posted:</strong> 21 Feb 20 at 6:18PM<br /><br />Hi Nico,<br><br>you've made 4 pdf-files out of one.<br>These one file has perhaps one backgound-image, one truetype font-ressource, one top image on each page.<br>To make the look on now each single-page-pdf the same you have to multiply all ressources. This could be the reason for the new size multiplied by 4.<br>An assembly later won't remove the additional ressources. So you don't should use the normal merge. You'll find different functions here:<br>https://www.debenu.com/docs/pdf_library_reference/FunctionGroups.php<br>https://www.debenu.com/products/development/debenu-pdf-library/help/developer-guide/<br><br>Cheers and welcome here,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 21 Feb 2020 18:18:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15114.html#15114</guid>
  </item> 
  <item>
   <title><![CDATA[File size too large : I use vb6 for programming and...]]></title>
   <link>http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15112.html#15112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3177">ndemarchi</a><br /><strong>Subject:</strong> 3784<br /><strong>Posted:</strong> 21 Feb 20 at 7:11AM<br /><br />I use vb6 for programming and my source code is:<div><div>Call PDFL.LoadFromFile(filedati, "")</div><div>DocID = PDFL.SelectedDocument()</div><div>'PDFL.RemoveDocument (docid)</div><div>totalpages = PDFL.PageCount()</div><div>Open fileguida For Input As #1</div><div>Do While Not EOF(1)</div><div>&nbsp; &nbsp; Line Input #1, recin</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pippo = PDFL.ExtractFilePagesEx(filedati, “”, CurDir() &amp; "\" &amp; Trim((Mid(recin, 4))) &amp; ".pdf", a &amp; "-" &amp; a + Mid(recin, 1, 3) - 1, 3)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If pippo = 0 Then MsgBox "Errore creazione singolo pdf pagina: " &amp; a</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a = a + Mid(recin, 1, 3)</div><div>Loop</div><div>Close</div><div>Set PDFL = Nothing</div></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 21 Feb 2020 07:11:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15112.html#15112</guid>
  </item> 
  <item>
   <title><![CDATA[File size too large : Ciao,i use Extractfilepage for...]]></title>
   <link>http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15111.html#15111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3177">ndemarchi</a><br /><strong>Subject:</strong> 3784<br /><strong>Posted:</strong> 20 Feb 20 at 9:38PM<br /><br />Ciao,<div>i use Extractfilepage for split a pdf file in singol page. The initial size is 490Kb for a file with 4 pages, the singol page after extraction are 498 Kb each. When i merge together my new page result a new pdf with size 2Mb! Make a mistake? Where?</div><div>Thans for help</div><div>Nicola</div>]]>
   </description>
   <pubDate>Thu, 20 Feb 2020 21:38:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/file-size-too-large_topic3784_post15111.html#15111</guid>
  </item> 
 </channel>
</rss>