Optimize a PDF document on Page Level using Aspose.PDF for .NET

Hi

We have size restrictions on document level as well as on a page level.
I have gone over the Optimization help Optimize, Compress or Reduce PDF Size in C#|Aspose.PDF for .NET
It looks like I can optimize the document, but not on page level.
Is it only possible to optimize on a document level?

Regards

@Schalla

Yes, you can optimize entire document only. However, you can split your PDF files and generate a separate PDF document with particular pages and then optimize it.

Awesome, thank you

1 Like