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

tonino

Members
  • Posts

    5
  • Joined

  • Last visited

tonino's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. How to use JRPdfExporterParameter.TAG_LANGUAGE in JRPdfExporter exporterPdf = new JRPdfExporter(); exporterPdf.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); exporterPdf.setParameter(JRExporterParameter.OUTPUT_STREAM, ouputStream); exporterPdf.setParameter(JRPdfExporterParameter.IS_TAGGED,true); exporterPdf.setParameter(JRPdfExporterParameter.TAG_LANGUAGE, ????????); exporterPdf.exportReport(); Best Regards
  2. How can I create a tagged pdf or structured pdf ? Post Edited by tonino at 11/26/2010 13:47
  3. How do I create a report (pdf / html) that meets the requirements with W3C-WAI Web Content Accessibility?
  4. Hi, I have a report created with jasperreports 3.7.4 with tooltips and hyperlinks. I can see them in jasperviewer but not when i export the report to a pdf file. How can I fix it? thanks, regards.
×
×
  • Create New...