Print Page | Close Window

Implement a process like Acrobats Reduced Size PDF

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=3572
Printed Date: 20 Apr 24 at 4:53AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Implement a process like Acrobats Reduced Size PDF
Posted By: rweetch
Subject: Implement a process like Acrobats Reduced Size PDF
Date Posted: 25 May 18 at 10:19AM
Does anyone know of a way to replicate the 'Save As Reduced Size PDF' or the 'Save as Optimized' functions through DebenuPDF?



Replies:
Posted By: rweetch
Date Posted: 05 Jun 18 at 5:36PM
The thing I discovered here is that the designers were sending us the PDF templates which included 'Piece Information' which is added by Indesign, Illustrator etc to enable them to edit it when loaded into those apps. 

This was not needed for running it through QuickPDF so we removed it (you can do it in Acrobat).

Does anyone know a way to do this in QuickPDF?

Thanks.

Russell 


Posted By: Ingo
Date Posted: 06 Jun 18 at 8:41PM
Without images, embedded fonts and other files there isn't much to save cause there's only ascii-code.
If there are images inside a pdf often it'll be jpeg and this format is already compressed. Using uncompressed image types inside a pdf should be the only point where a compress process would be useful and make sense.
QuickPDF doesn't support this functionality in a proper way.

More details from Rowans' kb-post:
http://www.debenu.com/kb/can-i-compress-my-pdf/



-------------
Cheers,
Ingo



Posted By: rweetch
Date Posted: 06 Jun 18 at 11:19PM
Thanks Ingo.

If you see my second post above the issue was the 'piece information' which is added by Illustrator etc. This enables apps like Illustrator to edit the document when it is reloaded. This isn't needed for teh work we are doing so can be removed. 

While we have had this removed by the designer it would be good to know if there was a way to remove it using QuickPDF.


Posted By: Ingo
Date Posted: 08 Jun 18 at 7:51PM
Hi Russel,

it's a peace of code inserted by the Illustrator for later using by Illustrator.
I don't think that this could be removed by QuickPDF.
Why you want to remove it? It's only code less than 1 kb i think? You won't win a lot ;-)

Try to open the pdf with Notepad or any other Editor.
Perhaps you can find the Illustrator-code... then check for special tags... then try to remove it after reading the pdf-code into a string or stream and save it.



-------------
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