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

How to create PDF/A1b compliant report?


phnxck

Recommended Posts

 Hi, I noticed that with recent iReport and JasperReports (ver 4.1.2) support for PDF/A was introduced.

Does anyone know how exactly I can create PDF report, in particular this PDF/A1b in iReport?

I cannot find any information about this in the internet, probably because this version of Jasper was realased so recently.. I need it ASAP.

Thanks.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

In this topic http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=92542 explains how to create PDF-A.

if you change this line of code:

exporter.setParameter(JRPdfExporterParameter.PDFA_CONFORMANCE, JRPdfExporterParameter.PDFA_CONFORMANCE_1A);For this one:exporter.setParameter(JRPdfExporterParameter.PDFA_CONFORMANCE, JRPdfExporterParameter.PDFA_CONFORMANCE_1B);You make a PDF/A1b.

 



Post Edited by krls23 at 10/27/2011 07:38
Link to comment
Share on other sites

  • 2 years later...

Thanks for your sharing. But I prefer to create PDF files with the help of some manual toolkits rather than using code. And here are the relevant tutorials about how to get the PDF creating work started in VB.NET and C#.NET platform:

http://www.yiigo.com/guides/vbnet/how-to-start-pdf.shtml

http://www.yiigo.com/guides/csharp/how-to-start-pdf.shtml

I hope it helps. Good luck.

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