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

krls23

Members
  • Posts

    5
  • Joined

  • Last visited

krls23's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. 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
  2. "Plantilla" is the jasper file who I want export to PDF/A. Post Edited by krls23 at 10/20/2011 09:03
  3. Thanks for your replay. I’m sure that report is not empty, because the same report generated with iReport 4.1.2 it’s good when export to PDF/A format. The report is very simple, I have static-text with “Hello world!”. The different between the PDF generated with iReport and the PDF generated with my code is the embedded font. IReport embedded font correctly and my code don’t embedded font. I attached my report. Could you help me, this is very important for me. Post Edited by krls23 at 10/19/2011 07:50
  4. I have a problem with the PDF/A support of JasperReports 4.2.1. I have folowed the example in the repository but, when I try to create the PDF/A, a blank file Is generated with no text inside. I have done the tests with both my report and the FirstJasper.jrxml in /demo/samples/jasper/reports, and the results is the same. I think the problem is caused by the embedded font, because the generated PDF/A file, doesn't have any attached font file. Could you help me in how to embed fonts in PDF? Code: Post Edited by krls23 at 10/17/2011 09:35 Post Edited by krls23 at 10/21/2011 11:58
×
×
  • Create New...