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

carlogenohm

Members
  • Posts

    6
  • 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

Everything posted by carlogenohm

  1. Hi, no, I was using iReport 4.5.1 Now I checked that: - if I use iReport 4.7.1, I obtain in the preview the "wrong version", as in the export to pdf java application - so I went back to iReport 4.5.1, where the preview is correct. - but if i use jasper libraries 4.5.1 (also htmlcomponent.jar compiled from the 4.5.1 package) again i get the wrong result. Summarizing: - 4.7,1 gives wrong result in both iReport and Java application - 4.5.1 gives good result in iReport, wrong result in Java application
  2. About Firebug. While developing, I am running the application in the eclipse environment. And the report is exported to a pdf. could I check the CSS or styles directly from Eclipse?
  3. Thanks for the fast answer! This is the html component: <p> <strong>Rich text</strong></p> <p> Description<br /> <br /> <strong>Bold text</strong><br /> <br /> <u>Underlined text</u><br /> <br /> Super<sup>script</sup></p> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td> first column</td> <td> second col</td> </tr> <tr> <td> </td> <td> second row</td> </tr> <tr> <td> third row</td> <td> </td> </tr> </tbody> </table> <p> </p>
  4. Hello. I want to generate a report with an html component. If I compile it in iReport, the html component looks nice (Description is a static text field; the html component is what you see in the right hand side): BUT, if i compile from my server application, the html component appears all shrinked in the top left corner of the field: The server application refers to the libraries: jasperreports-4.7.1.jar jasperreports-fonts-4.7.1.jar htmlcomponent.jar Can someone help on this? Thank you! Carlo
×
×
  • Create New...