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

halabe

Members
  • Posts

    8
  • Joined

  • Last visited

halabe'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. Hi, Can anyone help me with the below? It is an urgent request. Thanks
  2. Hi, We developed a web application (jsp) which runs jasper reports version 3.0.0. When we tried to upgrade to jasper reports version 4.0.1, when reaching the code to load the report JRXmlLoader.load(reportPath), we are getting the error: javax.servlet.ServletException: Error creating SAX parser. We searched but did not find any solution. Any idea on how to close this issue?? Thanks.
  3. Thanks for the replies but I want to know where I can find the change logs. I checked the website but just found the ones of versions 4.0.0 and 4.0.1 and nothing between 3.0.0 and 4.0.0
  4. Hi, We are currently using iReports 3.0.0 to develop reports and we are thinking of upgrading to iReports 4.0.1. We want to know what are the main differences between these 2 versions and what are the advantages of the upgrade. Can someone let me know where I can find a document stating these deifferences? Thanks.
  5. Hi Coolguy, Thanks for your reply. I found a way to close the issue by reducing the file size of the images when uploading them. However, your reply also helped me.
  6. Hi, I created a report that displays pictures uploaded using a java web application. When generating this report, I am getting an outofmemory exception because the size of the pictures is very big which is leading to a big report size. Can I set the size of the report to unlimited in any way? Thank you,
  7. Hi Mary, I tried adding the mentionned jars but it did not work. Do you have any other idea? Thanks,
  8. Hi, I created a report using iReports. This report includes a text field formatted as barcode using 3 of 9 barcode font. When printing to pdf, the barcode was not generated, I searched and found that I have to add the following changes to the jrxml file: <textElement> <font fontName="3 of 9 Barcode" pdfFontName="C:/WINDOWS/FONTS/3OF9.TTF" size="20" isBold="false" isPdfEmbedded ="true" pdfEncoding ="Cp1252"/> </textElement> When I put this code, the barcode was perfectly generated from iReports. However, when I call the report from my java application, the barcode is not generated. P.S.: I tried compiling the jrxml from my java application and tried the compiled jasper file. Any idea on how to solve this? Thanks
×
×
  • Create New...