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

rupali.koshti

Members
  • Posts

    6
  • Joined

  • Last visited

rupali.koshti's Achievements

  1. Hi Lucian, I am again asking same question. I want to export pdf file through java spring web application.so,but I don't know how to attach pdf in user create question template . plz, give help me.I will attach pdf file which contains e.g. "पर्वती रॉ वॉटर" (correct one) getting displayed as "पर् वती रॉ वॉटर" (incorrect) but in pdf when creating through java code it look like this.
  2. ok. 'रजेचे रजिस्टर' (correct one ) but in pdf when creating through java code it look like this.
  3. thanks Lucian, I think you are giving me screenshot of TIBCO Jaspersoft studio export to pdf file.it is working correctly in designer studio. But, when I export jrxml file through java code : printFile = JasperFillManager.fillReportToFile(sourceFile, parametersMap,connectionForJasper); JasperExportManager.exportReportToPdfFile(printFile,pdfFile); "पर्वती रॉ वॉटर" (correct one) getting displayed as "पर् वती रॉ वॉटर" . In Java spring + maven using dependancy of <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.2.0</version></dependency> Plz, give me solution when using through Java code.
  4. Thanks for reply, but it's doesn't work . I uesd maven dependancy of jasperreports 6.2.0 in my maven+spring web application : <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.2.0</version></dependency> I have attached jrxml file and it's font extension with Identity-H PDF encoding. I am using Arial Unicode MS font. for that I am using .ttf file of arialUnicodeMS but also it's does not work. I wants to access it with my java spring web application, marathi language in pdf is not showing properly. please, reply urgently.
  5. Thanks for reply, but it's doesn't work . I uesd maven dependancy of jasperreports 6.2.0 in my maven+spring web application : <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.2.0</version></dependency> I have attached jrxml file and it's font extension with Identity-H PDF encoding. I am using Arial Unicode MS font. for that I am using .ttf file of arialUnicodeMS but also it's does not work. I wants to access it with my java spring web application, marathi language in pdf is not showing properly. please, reply urgently.
  6. I have different issue. when I run my pdf report having "Marathi" language unicode characters through JasperReport tool, it runs just fine. When I run it through java code, although after applying fonts extension, characters are not showing properly. characters having joints are not showing up properly although they are saved properly in DB (MySql) and displaying well as expected in jsp/html. e.g. "पर्वती रॉ वॉटर" (correct one) getting displayed as "पर् वती रॉ वॉटर" (incorrect, ignore space that I included as this message html converting it to right ) in PDF from java. Will you please help me here. This is killing me for days now.
×
×
  • Create New...