Aspose PDF file size reduction

Hi,

I have an existing PDF file which is about 3MB in size.I want to reduce the file size but without using the zip or compression logic.

Is there any way in which I can reduce the file size for the existing PDF files?

Hello Chirag,


Thanks for your interest in our products.

I am sorry to inform you that the required feature is currently not supported. However for the sake of implementation, we already have logged this requirement as PDFNEWNET-28353 in our issue tracking system. Our development team is working on implementing this feature and as soon as we have made significant progress towards its implementation, we would be more than happy to update you with the status of correction. Please be patient and spare us little time. We are sorry for your inconvenience.

Hello Chirag,


Thanks for your patience.

In order to accomplish your requirement, please try using following code snippet.

[C#]

Document doc = new
Document(“C:/pdftest/input_aspose_test.pdf”);<o:p></o:p>

doc.OptimizeResources();

doc.Save("C:/pdftest/Optimized.pdf");


The issues you have found earlier (filed as PDFNEWNET-28353) have been fixed in Aspose.Pdf for .NET 7.6.0.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(8)