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

ifcwlme

Members
  • Posts

    10
  • 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 ifcwlme

  1. Try to register the same TTF fonts in the target JVM. The problem will be solved by doing this.
  2. Can you tell me each type of method, so I can choose. Thanks
  3. I require to output a report with HTML and print it out with controled size. But I face some problem. The jasperreport/ireport assume the report is 72dpi. It works fine with PDF, as PDF can constriant the printout size to a A4 size. Also the proportion is preserved. But when with HTML. The size is wrong. It render the dimension with 72dpi. But in browser (MS Windows), it print the HTML file with a assumption that the file is 96dpi. So the outputed is smaller than I expect. I cannot find any setting to change the report resolution, Neither nor browsers. I tried the lastest setting JRHtmlExporterParameter.ZOOM_RATIO. I tried to set the zoom ratio to 1.33333 to simulate 96dpi. But the proportion is also wrong. the Y-axis ratio is smaller than 1.33333. Anyone have good solution on printing jasperreport with HTML output ?
  4. I require to output a report with HTML and print it out with controled size. But I face some problem. The jasperreport/ireport assume the report is 72dpi. It works fine with PDF, as PDF can constriant the printout size to a A4 size. Also the proportion is preserved. But when with HTML. The size is wrong. It render the dimension with 72dpi. But in browser (MS Windows), it print the HTML file with a assumption that the file is 96dpi. So the outputed is smaller than I expect. I cannot find any setting to change the report resolution, Neither nor browsers. I tried the lastest setting JRHtmlExporterParameter.ZOOM_RATIO. I tried to set the zoom ratio to 1.33333 to simulate 96dpi. But the proportion is also wrong. the Y-axis ratio is smaller than 1.33333. Anyone have good solution on printing jasperreport with HTML output ?
  5. I've found solution to this problem. It is because the fonts used to fill report is different with fonts used to export PDF. Although the pdfFontName is deprecated, But iText use it actually. I have to make sure JVM have install my fonts used in my report. And use FontMap to map the fonts when export pdf.
  6. When I make the sample file. I found that the problem only happen in Linux. I copy the same testing code to Windows. It works. Do you know how can I fix this ? Thanks
  7. If a textfield have many character, almost clost to the boundry of the textfield. It will stretch to consume more one line. But it is not necessary to use two lines. So, in my report, some lines are double spaced in line height. How can I solve this problem ? Can anyone help ? Thanks
  8. In Microsoft Word and IE. I can use Times Roman to display english character while andother fonts to display chinese character. Can I make something like that in iReport ? And also I found that jaspereeport have some string width calculation problem. If I set the textfield to display unicode Identity-H character. sometimes it do not use all the predefined space. Sometimes the space is enough to display whole line, but it scretch to consume two line of vertical space. Anyone have idea ? Thanks
  9. How can I make floating column footer only show in last page ? The band do not have this setting. Also I cannot use variable to compute is it last page. Anyone have solution ? Thanks
×
×
  • Create New...