Jump to content
Changes to the Jaspersoft community edition download ×

Jasper report text justified looks different (Studio vs Java)


falcon-eu

Recommended Posts

Hi all,

I am using the same jasper's template, the same datasource, the same format. On Jasper Studio justified text looks fine, while generating PDF in Java I get wider spaces in some lines between words. Why it looks different than in Studio? How to fix it? thank you in advance.

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Make sure you're not using "logical fonts" like Serif, SansSerif or Monospace. They are wildcard fonts and are replaced at runtime with something else that is available to JVM. Studio's JVM might interpret the font differently than Java app due to different classpath or different JVM entirely. Make sure you're using the actual font and have that font packaged in a font extension.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...