Print Page | Close Window

to reduce the pdf file size

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=1404
Printed Date: 21 Sep 24 at 4:26AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: to reduce the pdf file size
Posted By: Muthu
Subject: to reduce the pdf file size
Date Posted: 06 Apr 10 at 8:02AM
Hi,

Can any one shed some light to reduce the pdf file size using Quick PDF.

Thanks!
Muthu



Replies:
Posted By: Ingo
Date Posted: 06 Apr 10 at 11:39AM
Hi Muthu!

First: Here is a better place for your post ;-)
There are four relevant functions regarding your question:
CompressImages
CompressFonts
CompressContent
CompressPage
Please read more in the online reference:
http://www.quickpdflibrary.com/help/quickpdf/DocumentProperties.php
http://www.quickpdflibrary.com/help/quickpdf/PageProperties.php

Cheers and welcome here,
Ingo



Posted By: Muthu
Date Posted: 12 Apr 10 at 11:04AM
Thanks for your reply...I have used the following  methods 

QuickPDFAX0717.PDFLibrary qp = new QuickPDFAX0717.PDFLibrary();
qp.CompressContent();
qp.CompressPage(1);
qp.SaveToFile(@"C:\temp\ProcessedPDF.pdf");
to reduce the content of page, but  the results are not satisfactory. Can you suggest me some other methods. I have used the above method before saving the file.




Posted By: Ingo
Date Posted: 12 Apr 10 at 11:53AM
Hi!

It depends on where you insert the commands (see the samples...).
The other thing: If jpg were used there isn't much to compress 'cause jpg is already a compressed format type. You can strip the fonts not needed... perhaps some other things... Read the documentation. This site has a good search functionality (above... use the advanced option).

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