Jump to content
We've recently updated our Privacy Statement, available here ×

Certify PDF report


iagotomas

Recommended Posts

I was searching for a way to sign the PDF reports generated by JasperServer, I found out we can encrypt them which will just be fine as it doesn't allow any further modifications, but was asking myself if PDF certification/signing could be easily integrated into report generation as encryption is.

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

There is not a direct way provided by JasperReports to sign the PDF.

Here is some code about how to sign a PDF using iText (which is the library used by JasperReports to generate a PDF):

http://itextpdf.sourceforge.net/howtosign.html

You may extend the PDF exporter to sign your report and use your custom PDF exporter with JasperServer.

Giulio

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...