Posted 23 October 2019, 10:59 am EST
Hi,
Currently we are using your HTML5 Viewer implementation as per https://help.grapecity.com/activereports/webhelp/AR12/webframe.html#Viewing%20Reports%20using%20HTML5%20Viewer.html to render our RDLX reports via Active Reports Server v12, and we want to have the ability to lock and digitally sign a pdf.
To achieve this we reached the conclusion that there are 2 options:
-
We pass the report rendering results to our internal API and lock/sign it on there.
-
We use our internal API to call the Active Reports API endpoint that generates the report (in essence generating the report twice), and then lock the pdf.
What is your opinion on the above two solutions? Do you have any samples that perform either of the above solutions? I noticed that you have a sample using Winforms, however as we are using web technologies (dotnet core) this solution isn’t appropriate for us.
Best Regards,
Ricardo Pereira