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

vsingh_2

Members
  • Posts

    3
  • Joined

  • Last visited

vsingh_2's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. We are using NotoSansCJK to generate PDf using Jasper reports. The problem comes when using NotoSansCJK to support Chinese, Japanese and Korean Languages. When we open the pdf in Adobe acrobat reader, the error below is displayed. But works fine in Foxit Reader and pdf in browser. I posted this question in adobe forum. The person said that it is not Adobe issue and he even proved by generating our report in adobe. But I think he used some tool. Now we are trying to get the same result using library but no luck so far yet. Here is the complete disucssion https://forums.adobe.com/thread/2612835 This is our code. We are on Jasper 6.3.1 JRDesignStyle defaultStyle = new JRDesignStyle();defaultStyle.setName(DEFAULT_PDF_STYLE);defaultStyle.setPdfEmbedded(true);defaultStyle.setPdfEncoding("Identity-H");defaultStyle.setDefault(true);Any help in this will be appreciated.[/code]
  2. We we have successfully used NotoSansCJK and NotSans with jasper report 6.3 version. We are having some problem with NotoSnasCJK in Adobe reader (Foxit works fine) but other than that, we are pretty happy.
  3. We are using Japser to generate reports in our application We have upgraded from 5.0.1 to 6.4 to achive better performance but this is what we are seeing after few test runs. Jasper version : 6.4 JDK 1.7 Server : tomcat 7 , 3GB RAM Number of records : 850k Below is the memory consumption and CPU utilization when generating the report Looking for suggestions on how to reduce report generation time with lower memory consumption. We are using JRSwapFileVirtualizer. When virtualizer was not used, then time taken to generate report was better but we could not generate large reports.Should we use another virtualizer like Gzip virtualizer or tweak parameters for File Virtualizer like maxSize, blockSize and minGrowCount parameters.
×
×
  • Create New...