Page 1 of 1

Pdf Digital Signature not displaying

Posted: Fri Oct 08, 2021 3:23 pm
by gpdejager
Using .NET Stimulsoft.Reports 2021.4.1

I have place a textbox on the report.
On interaction the Tag field was set to PdfDigitalSignature

Report is rendered with c#:

settings.UseDigitalSignature = true;
settings.GetCertificateFromCryptoUI = true;
settings.UseLocalMachineCertificates = false;
settings.SubjectNameString = "Test";
settings.DigitalSignatureLocation = "MyLocation";
settings.CertificateData = File.ReadAllBytes(@"C:\Dev\PlayDev\Cert\GdjPdf.pfx");
settings.CertificatePassword = "******";
report.ExportDocument(StiExportFormat.Pdf, @"C:\Dev\PlayDev\Cert\test.pdf", settings);

The PDF digital signature never render on the PDF report itself.
What am I doing wrong?

Re: Pdf Digital Signature not displaying

Posted: Fri Oct 08, 2021 7:34 pm
by Lech Kulikowski
Hello,

Please send us a sample that reproduces the issue for analysis on support@stimulsoft.com

Thank you.