ActiveReports 18 .NET Edition
Samples / Samples / API / Page and RDLX Reports / Digital Signature Pro
In This Topic
    Digital Signature Pro
    In This Topic

    This sample demonstrates how you can digitally sign or set time stamp for a Page/RDLX Report when exporting it to PDF format using the PDF Rendering Extension.

    PDF Digital Signature

    Sample Location

    Visual Basic.NET

    https://github.com/activereports/Samples18/tree/main/API/PageAndRDLX/DigitalSignaturePro/VB.NET

    C#

    https://github.com/activereports/Samples18/tree/main/API/PageAndRDLX/DigitalSignaturePro/C#

    Details

    When you run this sample, the Invoice report is displayed in the Viewer control.

    Clicking the Generate Digitally Signed PDF button in the Viewer toolbar creates a PDF file with a time stamp or digital signatures, based on the settings you have specified in the Viewer toolbar. You can change the content of signatures in the Signature Format box and you can add the time stamp to the generated pdf file by checking the Set TimeStamp checkbox, in the Viewer toolbar.  

    When you click the Generate Digitally Signed PDF button, a dialog for saving the destination file appears. After you indicate the location for a new PDF file, the PDF report file is created. Digital signature certificates dynamically reference and use GrapeCity.pfx, included in the project. Also, digital signatures dynamically load and use the gc.bmp file that you can find in the Image folder of this sample project.

    Note:  To run this sample, you must have Nwind.db downloaded from GitHub in ..\Samples18\Data\NWIND.db.