Dear Product Team,
I have a PDF that has been merged from several individual PDFs. Subsequently, I optimize this PDF using Aspose with the following settings:
optimizeOptions.RemoveUnusedObjects = true;
optimizeOptions.RemoveUnusedStreams = true;
optimizeOptions.LinkDuplicateStreams = true;
optimizeOptions.AllowReusePageContent = true;
Unfortunately, the PDF size is still not sufficiently small. When I optimize the same PDF with Adobe, for example, using https://www.adobe.com/de/acrobat/online/compress-pdf.html, it becomes only half the size.
Here are the refereced PDFs with File-size:
- 8_AfterMerge.pdf (961,6 KB)
- Aspose_optimized.pdf (380,2 KB)
- Adobe_optimized.pdf (187,4 KB)
Do you have any tips or ideas on what else I could apply to achieve similar results with Aspose?
Thank you Domi
P.S. This is only an Example with an PDf that has only 8 Pages. But the Problem gets even bigger with increasing the number of Pages.