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

jasperreport 4.1.2


hari.sunku.jasper

Recommended Posts

we are creating report using ireport 4.1.2  and using jasper report 4.1.2 jar file, below some of the properties working, some are not working..

after creating pdf when we use 508 compliance , below properties are not working...

<property name="net.sf.jasperreports.export.pdf.tagged" value="true"/> : it's works<property name="net.sf.jasperreports.export.pdf.tag.language" value="EN-US"/> : it's not working<property name="net.sf.jasperreports.export.pdf.metadata.title" value="VHIC"/>: it's not working<property name="net.sf.jasperreports.export.pdf.display.metadata.title" value="Report"/>: it's not working<property name="net.sf.jasperreports.export.pdf.metadata.author" value="Hari"/>: it's not working[/code]

Thanks

Hari

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You'll using older version of JasperReports that doesn't support the properties you've mentioned.

For example net.sf.jasperreports.export.pdf.metadata.author was supported in 5.5.2

http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasperreports.export.pdf.metadata.author

===

net.sf.jasperreports.export.pdf.display.metadata.title was supported in 6.0.0

http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasperreports.export.pdf.display.metadata.title

Link to comment
Share on other sites

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...