<?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 : Size PDF</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 : Size PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 11 May 2026 23:34:12 +0000</pubDate>
  <lastBuildDate>Tue, 23 Feb 2021 09:55:24 +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=3897</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[Size PDF :   HJM wrote:installed the program...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15643.html#15643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 23 Feb 21 at 9:55AM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by HJM" alt="Originally posted by HJM" style="vertical-align: text-bottom;" /> <strong>HJM wrote:</strong><br /><br /><div>installed the program you suggested,but i got only 3 fonts embedded in the pdf..</div><div></td></tr></table></div><div>You have about 10 fonts not 3.<br>I see you already check @Ingo explanation (how to check it with NotePad) and I try to do the same explanation&nbsp;with PDFAnalyzer.</div><div><br></div><div><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by HJM" alt="Originally posted by HJM" style="vertical-align: text-bottom;" /> <strong>HJM wrote:</strong><br /><br /><div>even 13 fonts dont make 8 mb ? But I cant figure out what changed the size eventually</div><div></div></td></tr></table></div><div><br></div><div>The screenshot which I post to you cleary indicates that this specific fonts takes alomst 1MB size !!!<br><br>So why you was suprised that 13 or 10 fonts can make 8 MB ?<br>Did you not notcie the length of specific fonts from the screenshot ?</div><div><br></div><div><br></div><div>btw.<br>Thanks Ingo for the tip with checking in notepad.</div><div><br></div><span style="font-size:10px"><br /><br />Edited by mLipok - 23 Feb 21 at 10:02AM</span>]]>
   </description>
   <pubDate>Tue, 23 Feb 2021 09:55:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15643.html#15643</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Thanks IngoThis is clear for me ...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15642.html#15642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 23 Feb 21 at 8:01AM<br /><br />Thanks Ingo<div>This is clear for me</div><div></div>]]>
   </description>
   <pubDate>Tue, 23 Feb 2021 08:01:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15642.html#15642</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Hi Henri,you should open your...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15640.html#15640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 22 Feb 21 at 10:26PM<br /><br />Hi Henri,<br><br><br>you should open your pdf with notepad to analyze by yourself (it's very easy).<br>Each embedded fontfile was inserted as stream.<br>Before each stream you'll find the size in bytes.<br><br>In your case try to search with...<br>/FontFile2<br>Besides this search string you'll find the object position for example:<br>/FontFile2 9 0 R<br>This means object 9 0.<br>If you try to search backwards to the beginning of object 9 0 you'll find this:<br>9 0 obj<br>&lt;&lt;<br>/Length 806504<br>/Length1 806504<br>&gt;&gt;<br>stream<br>...<br>This means that the first embedded font content has a stream length of 806504 bytes.<br><br>Go on searching you'll find the next object here:<br>/FontFile2 13 0 R<br>Searching backwards with 13 0 you'll find this:<br>13 0 obj<br>&lt;&lt;<br>/Length 111108<br>/Length1 111108<br>&gt;&gt;<br>stream<br>...<br>So the second embedded stream has a size of 111108 bytes.<br><br>At the end you've found 10 streams - each stream with a content size range from 100 kb up to 910 kb. These fonts are resulting in the large file size. Cause these embedded fonts are standard fonts and no special ones you should change to referenced fonts to have a small handy and fast loading file.<br><br><br>Cheers,<br>Ingo<br><br><br>]]>
   </description>
   <pubDate>Mon, 22 Feb 2021 22:26:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15640.html#15640</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Hi MLipokinstalled the program...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15639.html#15639</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 22 Feb 21 at 11:00AM<br /><br />Hi MLipok<div>installed the program you suggested,but i got only 3 fonts embedded in the pdf..</div><div>I changed the code to not embed a font... and now it works, maybe because of embedded fonts but even 13 fonts dont make 8 mb ? But I cant figure out what changed the size eventually</div><div>But thanks for letting me know to look at the pdf this way.</div><div><br></div><div></div>]]>
   </description>
   <pubDate>Mon, 22 Feb 2021 11:00:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15639.html#15639</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Usually each separate font it...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15637.html#15637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2557">mLipok</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 18 Feb 21 at 10:12PM<br /><br />Usually each separate font it is about 300Kbytes or even more.<br><br>But in your case you have 13 dfferent, embeded font.<br>And for example one of them is using 939280 bytes.<br><div><div><br><div>Use:<br>https://www.debenu.com/docs/pdf_library_reference/ReplaceFonts.php</div><div><br></div><div>btw.<br>I use&nbsp;https://www.winking.be/products/pdfanalyzer</div></div></div><div>to analyze yours PDF.</div><div><br></div><div>Check this:</div><div><img src="https://i.postimg.cc/jd3p7cxv/PDF-Size-Table-View-Stream16.png" height="749" width="1280" border="0" /><br></div><div><br></div><div><br></div><div>and:</div><div><img src="https://i.postimg.cc/J0P9Kcbr/PDF-Size-Tree-View-Stream16.png" height="749" width="1280" border="0" /><br></div><div><br></div><span style="font-size:10px"><br /><br />Edited by mLipok - 18 Feb 21 at 10:16PM</span>]]>
   </description>
   <pubDate>Thu, 18 Feb 2021 22:12:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15637.html#15637</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF :   Edited by HJM - 18 Feb 21...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15631.html#15631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 18 Feb 21 at 8:12AM<br /><br /><div><br></div><div></div><span style="font-size:10px"><br /><br />Edited by HJM - 18 Feb 21 at 8:22AM</span>]]>
   </description>
   <pubDate>Thu, 18 Feb 2021 08:12:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15631.html#15631</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Here it ishttps://www.microsta...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15630.html#15630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 18 Feb 21 at 8:10AM<br /><br />Here it is<div><a href="https://www.microstar.nl/XML/000507QP.PDF" target="_blank" rel="nofollow"><br></a></div><div><a href="https://www.microstar.nl/XML/000507QP.PDF" target="_blank" rel="nofollow">https://www.microstar.nl/XML/000507QP.PDF</a></div><div><br></div><span style="font-size:10px"><br /><br />Edited by HJM - 18 Feb 21 at 8:14AM</span>]]>
   </description>
   <pubDate>Thu, 18 Feb 2021 08:10:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15630.html#15630</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Hi Ingohere&amp;#039;s an example....]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15629.html#15629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 18 Feb 21 at 8:03AM<br /><br />Hi Ingo<div>here's an example. BUT the code now generates a normal size and I don't know what changed. Could you have a look at this one??</div><div><br></div><div>Henri</div><div>PS I can't attach the pdf here??</div><div></div>]]>
   </description>
   <pubDate>Thu, 18 Feb 2021 08:03:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15629.html#15629</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : Hi Henri,where&amp;#039;s the file?The...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15626.html#15626</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 17 Feb 21 at 9:23PM<br /><br />Hi Henri,<br><br>where's the file?<br>The 37 kb image won't be the only one inside...<br>Some hidden embedded inside should be there.<br>If i can have a look... i can tell more ;-)<br><br>]]>
   </description>
   <pubDate>Wed, 17 Feb 2021 21:23:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15626.html#15626</guid>
  </item> 
  <item>
   <title><![CDATA[Size PDF : How is it possible that a PDF...]]></title>
   <link>http://www.quickpdf.org/forum/size-pdf_topic3897_post15624.html#15624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3248">HJM</a><br /><strong>Subject:</strong> 3897<br /><strong>Posted:</strong> 17 Feb 21 at 2:23PM<br /><br />How is it possible that a PDF with one page and one image of 37K has a size of over 8MB?<div>How can I reduce the file size<br></div>]]>
   </description>
   <pubDate>Wed, 17 Feb 2021 14:23:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/size-pdf_topic3897_post15624.html#15624</guid>
  </item> 
 </channel>
</rss>