Hello,
When we run you source code we can also not reproduce it. Once we replace the certificate with our own certificate we have the issue.
The certificate we are using is not an own generated certificate but from a certificate authority. So we cannot upload it to the forum. Can we just reply to this email or …?
We are also using .NET core 3.0 and not .NET core 2.1. You get a different error is using a different .NET core framework.
If using .NET core 3.0 then we get exception: Arithmetic operation resulted in an overflow.
at Syncfusion.Pdf.Security.PdfSignatureDictionary.DocumentSaved(Object sender, DocumentSavedEventArgs e)
at Syncfusion.Pdf.PdfDocumentBase.OnDocumentSaved(DocumentSavedEventArgs args)
at Syncfusion.Pdf.PdfDocument.Save(Stream stream)
at NETCoreSample.Program.Main(String[] args) in C:\Temp\NETCoreSample116733554\NETCoreSample\NETCoreSample\Program.cs:line 44
If using .NET core 2.1 then we get exception: Array dimensions exceeded supported range.
at Syncfusion.Pdf.Security.PdfSignatureDictionary.DocumentSaved(Object sender, DocumentSavedEventArgs e)
at Syncfusion.Pdf.PdfDocument.Save(Stream stream)
at NETCoreSample.Program.Main(String[] args) in C:\Temp\NETCoreSample116733554\NETCoreSample\NETCoreSample\Program.cs:line 44
Thanks.
Regards,
Jeffrey