Print Page | Close Window

Size of pdf file

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2149
Printed Date: 05 Apr 26 at 12:09AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Size of pdf file
Posted By: AlexCasual
Subject: Size of pdf file
Date Posted: 15 Feb 12 at 6:53AM
Why after draw text to pdf by DrawText() function resulting size of file very big?



Replies:
Posted By: AlexCasual
Date Posted: 15 Feb 12 at 9:06AM
I use  AddTrueTypeFont() and file size up!
When I use AddStandardFont() file size normal,but I want to draw russian text,how shoot it's problem?


Posted By: AndrewC
Date Posted: 15 Feb 12 at 9:15AM
AddTrueType - Are you setting embed to 1 ?  Which font are you using ?  What QPL code are you using ?

As mentioned in the official support we need more information before we can help you.



Posted By: AndrewC
Date Posted: 15 Feb 12 at 9:54AM
You had added the same 200 copies of the Courier font you your PDF.  You only need to add each font once.

Andrew.



Posted By: Ingo
Date Posted: 15 Feb 12 at 7:32PM
Hi!

You can save memory adding the truetype only once
to the first page and doing there all common layout
work. Then you can use the Clone-functionalities to
put these things on all other pages. So the document
size won't increase much.

Cheers, Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk