ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Samples / Samples / API / Page and RDL 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/rdl report when exporting it to PDF format using the PDF Rendering Extension.

    PDF Digital Signature

    PDF Digital Signature

    Sample Location

    Visual Basic.NET

    ..\Samples14\API\PageAndRDL\DigitalSignaturePro\VB.NET

    C#

    ..\Samples14\API\PageAndRDL\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.mdb downloaded from GitHub in ..\Samples14\Data\NWIND.mdb.