Doing a simple 'DoConvert' fails on this document. Can you help?
Doing a simple 'DoConvert' fails on this document. Can you help?
Hi Khalid,
I have tested the file with Aspose.Pdf.Kit for .NET 3.8 and noticed that the actual problem you’re facing at your end is that the file is encrypted and PdfConverter is unable to process it. However, I have tried to decrypt the file as below and it worked fine:
Thank you. That took care of it. We added a check using PdfFileInfo to see if it is encrypted before performing the operation. Thanks again for the fast reply.