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

tural.muradbeyli

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by tural.muradbeyli

  1. I've created report using iReport 4.5.1 which contains tables with fields of amount values. Value of "Pattern" property of these fields is "$ #,##0.00". When I run report from iReport I see right formatted amount, but when I run report from Java code (library version is 5.0.0), I see same amounts but without formatting. Why formatting disappears when I run report from Java code? How to fix it?
  2. I found solution here. Just open the options dialog of iReports again. Select the iReport section (if not already selected). Click on the fonts tab. Select the previously installed font and click on the button "Export as extension". Chose a folder and filename ending with .jarNow you have a ready to use font jar which can be used with JasperReports. Just add it to the classpath of your application.
  3. I develop Spring based Web application which uses JasperReports Library 5.0.0 to create reports. First I had Unicode characters issue when I made design of report using iReport 4.5.1. I found this question here and solution was using font extensions. I did everything as described here ("Create a report and specify fonts"). I installed "Tahoma" font to iReport, checked "Emded this font to PDF document" and selected "Identity-H (Unicode with horizontal writing)" as PDF encoding. It solved my issue when I executed and saved report as PDF using iReport. But when I used "jasper" file compiled by iReport in my Java code, I again got the issue related with Unicode characters. Generated report doesn't contain some of language specific characters. Please help me to solve this issue.
×
×
  • Create New...