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

nicolas.legrand_1

Members
  • Posts

    1
  • Joined

  • Last visited

nicolas.legrand_1's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hey, so we have this old jasperserver version 4 working. Lately a team noticed some images were printing with poor quality. Here is the line in the jrxml: <imageExpression class="java.awt.Image"><![CDATA[(new javax.swing.ImageIcon($F{photo})).getImage()]]></imageExpression> My guess is ImageIcon yield a lossy image. I would like to change it to something that put the image as is. But the Jasper examples I found don’t seem to work. They use a file path instead of an image stored in a variable. Unfortunately, I don’t have much Jasper or Java knowledge. If anyone had an idea of what I should do, I would be very grateful. Thank you.
×
×
  • Create New...