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

crashenburne

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by crashenburne

  1. Need help brothers.

    I already browse the forum for similar topic and tried and i am still getting the error.

     

     

    net.sf.jasperreports.engine.JRRuntimeException: Could not load the following font : 

    pdfFontName   : Courier

    pdfEncoding   : Identity-H

    isPdfEmbedded : true

     

    Caused by: ExceptionConverter: java.io.UnsupportedEncodingException: Identity-H

     

    My font setting is:

     

    # Font settings

    net.sf.jasperreports.default.font.name=sansserif

    net.sf.jasperreports.default.font.size=10

    net.sf.jasperreports.default.pdf.font.name=arial.ttf  <<<--- this is deployed in the classpath

    net.sf.jasperreports.default.pdf.encoding=Identity-H

    net.sf.jasperreports.default.pdf.embedded=true

     

    but still it is giving me the same error above.  Please help.

    Developing under iReport 3.5.0

     

     



    Post Edited by crashenburne at 07/31/2011 08:42



    Post Edited by crashenburne at 07/31/2011 10:55



    Post Edited by crashenburne at 07/31/2011 10:56
  2. Hi Lucian,

     

    Thanks for the reply.

     

    Correct me if i'm wrong, but what your saying is that i should have a predefine subreports embedded on my main report right?

     

    What i actually want is that for my main report to display any number of subreports at runtime. For example, when i generate the report for a certain customer, i will be displaying 2 subreports and 5 for the other customer.

     

    How can i accomplished this programatically?

     

    Thanks!

     

     

     

  3.  Hi Guys,

    I'm quite new to Jasper iReport and just wanted to know whether i can programatically add subreports in the main report???

    Basically, the requirement is that i have a main report and inside that i need to display subreports, but the number of subreports varies from any number.

    is this possible?

    thanks!

×
×
  • Create New...