Posted by a ceTe Software moderator
Hello,
Version 6 support RC4 128 bit encryption, but not AES 128/256. That support came in v7. With that version or later, you will need to specify the correct owner password for merging these kind of PDFs. You can refer to the documentation on security
here.
Also here is a code sample to merge secured PDFs.
PdfDocument pdf=new PdfDocument(@"Secured PDF file path", "Correct owner password");
MergeDocument document=new MergeDocument (pdf);
document.Draw(@"output PDF file path");
You can download latest DynamicPDF Merger for .NET product from Nuget (product ID: ceTe.Dynamicpdf.com.CoreSuite.NET) or from our website
here.
Thanks,
ceTe Software Support Team