PDF is corrupted - generated from PDF

Hi,

We are converting PDF documents from another PDF documents and appling the security. In some documents, black background appearing (in some cases multiple colors are displaying) at the bottom of the page. Please find the attached source and generated documents.

We are using ASPOSE Pdf 6.5 version and using following code to conver the PDF.

var fileSecurity = new PdfFileSecurity(sourceFilePath, destFinalPath);
DocumentPrivilege privilege = DocumentPrivilege.ScreenReaders;
privilege.AllowAssembly = true;
privilege.AllowPrint = true;
fileSecurity.SetPrivilege(privilege);

Hi Krish,

Thank you for reporting this issue to us. I managed to reproduce this issue on my side. For the sake of correction, I have logged this issue as PDFNEWNET-33264 in our bug tracking system. Your request has also been linked to the appropriate issue and you will be notified as soon as it is resolved.

We apologize for your inconvenience.

Thanks & Regards,

Hi Krish,

Thank you for your patience.

I am very glad to inform you that the issue is resolved by the development team and this issue will be a part of Aspose.Pdf for .NET v6.8 (to be released in March as per our monthly release plan) after following the complete testing and release cycle. Please be patient and we will notify you once the version is available for download.

We apologize for your inconvenience.

Thanks & Regards,

Thanks for your patience. Please note that the issues you have found earlier (filed as PDFNEWNET-33264) have been fixed in this update.


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