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

gkenche

Members
  • Posts

    14
  • 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 gkenche

  1. I need your help. Currently we are generating Reports using Crystal Reports. Our Report contains Russian characters text. These reports are generating for Russian Country. Several years onwards we are using Crystal Reports for generating Reports and we have some issues (Performance and alignments) with this. Our management decided to go for Japer Repots for getting better features and performance issues and open source. Now this task is assigned to me to confirm whether Jasper Reports resolves our Crystal Report issues. I am doing R&D on Jasper Reports using iReport Designer 3.7.6 and I am new to Jasper Reports and I am facing issues while generating Reports in Russian characters using iReport Designer. On designer, in preview the report is displaying properly but displaying junk characters in PDF file generated by Designer and also with Java code using Jasper Library. I may be setting up properties incorrectly. I googled and also searched in Jasper Report forum but did not get correct solutions. In Forum I got some info but not helping much. I setup PdfEncoding as CP1251 (Cyrillic) and also tried with all the PdfEncoding options but no luck. All the time PDF is generating with special characters instead of generating in Russian characters. Based on your answer our management will decide to go for Jasper Reports or stay with Crystal Report. Steps followed are Set up the XML Data source and added static text with Russian characters on iReport Designer. Set up the text PdfEncoding as CP1251 (Cyrillic). In preview, it is generated xxx.jasper file and displayed the Russian characters properly but displayed junk characters on PDF file generated by iReport Designer. Step 2 is repeated for all the PdfEncoding but all the times getting Junk characters. Tried to generate PDF file using java code with Jasper Libraries and input as xxx.jasper file but it is also displaying as junk characters. Please see attached Files and please help. I appreciate your Help.
  2. I am trying to generate Report in Polish (Poland) language but it is genrating the PDF file by skipping the characters from the Report. Design Phase --------- Sprzedaż Remote Login Nie pamiętasz hasła? PDF ---- Sprzeda Remote Login Nie pamitasz hasa? Please help on this. Could you please suggest whether JasperReports works properly for International Languages( Except English for example Russian and Poland Lanuages) I appreciate your Help. Based on your help we will decide to go for JasperReports or not.
  3. I am trying to generate Report in Russian language but it is generating with special characters in PDF file (In preview it is displaying in Russian characters only but pdf generated by iReport Designer and generated by Jasper Report Library are in special characters). Steps are followed 1. Designed the Report using XML Data source and Report Locale (Tools-->Options-->iReport -->Compilation and execution) is defined as Russian(Russia) 2. In Preview, the Report is displaying in Russian Language and xxx.jasper report is generated. 3. Using Jasper Report Library, trying to generate PDF file using the xxx.jasper file and it is displaying as special characters. Please help me if you know the solution for this issue as you mentioned that Russian process is worked for you. Here is the Report content Design Phase ----------- ЯвлÑетеÑÑŒ ли Ð’Ñ‹ инвалидом I или II группы, инвалидом-детÑтва, лицом, требующим поÑтоÑнного ухода, что подтверждено медицинÑким заключением PDF --- I II , -, , , , , / , - ? ?
  4. Now i am able to see the PDF file after using JRPdfExporter class. Could some one give sample code to generate PDF in International laguage ( Russian Language).
  5. I am not able to open the pdf file generatd by JasperReport Library where as able to open the pdf generated while previewing in iReport Designer. I am getting the below error ( PFA). Acrobat reader can't open file 'xxxxx.pdf' because it is not a supported file type or because the file has been damaged. Please help me.
  6. I am in the same boat. We need to generate JasperReports in Russian Language. Please help me if you have answer for this. Appreciate your Help.
  7. Currently we are generating Reports using Crystal Reports. Our reports are in Russian Language. Now our department decided to generate Reports using JasperReports. I am new to JasperReports and I have basic question. Does JasperReports generated in Russian language ( means All headers and text should be in Russian characters). Experts, please help on this. I appreciate your Help.
  8. I am able to set up xml datasource. After that How to map and execute the reports. Please help on this. I appreciate your help.
  9. I am looking one sample example to create JasperReports using iReport Designer 3.7.6 with XML Datasource. I got one addressbook.xml example that is with older version of iReport Deesigner. In iReport Designer 3.7.6, I am not sure how to set Record Path. I am new to this JasperReports. Please provide steps/instructions to create Reports using XML Datasource on iReportDesigner 3.7.6 Thanks in Advance.
  10. I mean I will wait for iReport plugin for Eclipse. You mean JasperSoftStudio is the final plugin for Eclipse. Then I already added JasperSoftStudio plugin into my Elcipse IDE. But I don't know how to create the Reports using JasperSoftStudio plugin. I did not find any example or help in google. Could you please guide me step by step instructions (like iReport instrcutions) how to create Reports on Elcipse IDE once JasperSoftStudio plugin is added.
  11. Thank you so much for your Response. I will wait for this Plug-in. Now I will play with JasperSoftStudio. Please let me know once Eclipse plug-in is ready. FYI: - Right now we are generating Reports using Crystal Reports on Eclipse IDE. Our Reports are generated using Java Objects means the Data is populating n Reports using JavaBeans. Same way I want to implement Jasper Reports by replacing Crystal Reports. I am able to generate Reports using iReport Designer by populating data using Java Beans (Sample). But I need to access my JavaBeans which are there in Eclipse Project. While doing R&D for iReport plug-in, I got Jasper Assistant plug-in for Eclipse and I was playing with it. But My RAD7.0 (which built on Top of Eclipse) is crashing with the attached error message. It errors out with JVM Terminated .Exit Code =8096. For this I have modified my eclipse.ini file from -Xmx768m to -Xmx1024m. Even I executed the below command. javaw.exe -Xshareclasses: destroy No Luck. Still IDE is crashing. Any one has idea to resolve this IDE crashing issue by using JasperAssistnat plug-in in Eclipse. I appreciate your Help
  12. Please help me to get iReport plugin for Eclipse IDE. I appreciate if you provide any Link OR suggestions how to design Reports using iReport Designer using Eclipse IDE. Post Edited by kgp at 11/11/2010 21:24 Post Edited by kgp at 11/11/2010 21:25
  13. Presently we are generating Reports usin RAD7.0 by having Crystal Report plugin. The Reports are designed using Java Objects and Formulas(We are not using DataSource to connect DataBase). Now we have to Replace Crystal Reports with JasperReports. I am new to JasperReports and I have gone through the Sample Reports but they are generating using DatatSource. I have following questions. 1. do we have any plugin OR any mechanism to generate JasperReports using RAD7.0. 2. How do I generate JasperReports using Java Objects and Formulas without using the Datasource. Please help on this. Advance thanks for spending time to respond this message. I Appreciate your Help. Thanks KGP adding Post Edited by kgp at 11/10/2010 20:12
  14. Currently we are using Crystal Reports for generating Reports using RAD 7.0 ( Crystal Reports are available in IBM Installation Manager). Now we have to replace Crystal Reports with Jasper Reports. We are using RAD7.0 as IDE and Windows XP Professional. I am new to Jasper Reports and IReports. Just want to know how can I design JasperReports and run using RAD 7.0. I appreciate your help. Post Edited by kgp at 11/09/2010 20:35
×
×
  • Create New...