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

PDF Accessibility Unable to set the language attribute in Jasper soft


raval.chintan

Recommended Posts

Hi, 

Unable to get the attribute  “language” set on the document properties reading options in acrobat reader after exporting pdf in Jaspersoft studio. We are using Verdana fonts.

We used almost everything in the documentations

1) <property name="net.sf.jasperreports.export.pdf.tag.language" value="en-us"/>

2) SimplePdfExporterConfiguration configuration = new SimplePdfExporterConfiguration();

ClassPathResource classPathResource = new lassPathResource("/images/sRGB2014.icc");configuration.setIccProfilePath(classPathResource.getPath());configuration.setTagLanguage("EN-US");pdfExporter.setConfiguration(configuration);

3) Tried using pdf exporter options in  Jaspersoft

4) Export Paramteters as Report_Locale

 

Even after using all these methods , I wasn’t able to get the language set in the document properties of the pdf  ,

does any one have any idea regarding the same ? Is this issue in jaspersoft for supporting accessible pdf documents?

 

Regards,

Chintan

 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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