I have a pdf given to me by our drafting department. It is 1112KB in size. If I open the document in Acrobat and take the option to "Optimize Pdf" and take the standard settings the doc is reduced to 805KB.
Whe I use Aspose PDF and use either optimize() or optimizeResources() there is no size change.
When I use optimizeResources with an OptimizationOptions class set to remove everything and compress images I can get the size as low as 1009KB if I set the imageQuality to 5...
I tried using the ximage method and the file increased to 8000KB...
All I need this to do is the same thing Acrobat does and optimize the file for the web, but all of the examples provided on the forum fall far short of this goal.
What do I need to do?
Jon
Whe I use Aspose PDF and use either optimize() or optimizeResources() there is no size change.
When I use optimizeResources with an OptimizationOptions class set to remove everything and compress images I can get the size as low as 1009KB if I set the imageQuality to 5...
I tried using the ximage method and the file increased to 8000KB...
All I need this to do is the same thing Acrobat does and optimize the file for the web, but all of the examples provided on the forum fall far short of this goal.
What do I need to do?
Jon