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

srinathmahe

Members
  • Posts

    2
  • Joined

  • Last visited

srinathmahe'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. I am using Jasper jar to generate report on my j2EE project. I am able to generate the pdfs successfully without any issues. However I want the font name to be dynamically changed for all my pdfs based on settings which we configure on one place. I came to know Conditional style which is useful to accomplish this. However I do have hunderds of fonts which cannot be conditionaly styled on each and every place. This will make the report more worst. I am looking for a suitable solution which helps me to change the fonts on jasper pdfs dynamically. Any helps will be always appriciated. Thanks in Advance.
  2. Do not use getRealPath for the subreport, Instead use String absolutePath = file.getAbsolutePath(); This fixed my code.
×
×
  • Create New...