-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add controler to simply use image in fields.binary #7
Comments
Do you want to have the photo in a PDF? Then I have a solution for a configuration. But I have never tried if it works also in a HTML report... |
Not yet, but when you add an image on iReport or Jasper Studio, just set on "Image expression" an address starts with http://... On a test instance you can be like this one 'http://localhost:8069/jasper/display/product.product/image_small/15' method: display |
After the properties (before the parameters) I added: Then define a image as follow (assuming that base64 encoded image is in 'signature'): |
I have test this some month ago, but i always have an error, what can of type is $F{signature} ? Thanks for the reply |
It's a string:
|
Ok it's not a blob |
Sinc V7 we have images of products, but we cannot directly use it in Jasper, because there was encode in base64 in the database,
Add new controler call url /jasper and display method to see the photo like we can do with a web browser
The text was updated successfully, but these errors were encountered: