Question on rendering images
See original GitHub issueHi,
I’m having some troubles in using Birt with images. In particular, consider that I have created a report that uses dynamic data in HTML form.
Such HTML comes from my database, and most of the time contains an image:
<html lang="en">Boh, sta cos&igrave; cos&igrave;
<img src="data:image/png;base64,whateverBase64Image" />
Veh che fot</html>
The problem is that whenever I proceed to PDF report generation with this HTML embedded image it shows: The resource of this report item is not reachable
Thank you a lot for your help! - Francesco
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
76 questions with answers in RENDERING | Science topic
From these images/renders only, one can not say very definitively whether these are accurate or not. Also, I am unsure about the view/camera...
Read more >Newest 'image-rendering' Questions - Stack Overflow
I want to render a gallery-like room with various row columns chairs and desks in React js. I've tried with the HTML canvas...
Read more >image-rendering - CSS: Cascading Style Sheets | MDN
The image-rendering CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other ......
Read more >Problems rendering images in Chrome/Firefox/Safari
I noticed recently that some web images look pixelated and gradients look dithered. PNG images seem to have "JPEG artifacts." I never had...
Read more >image-rendering - CSS-Tricks
By default, each browser will attempt to apply aliasing to this scaled image in order to prevent distortion, but this can sometimes be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this the expected output? If so, I will clean up my code and do a PR later today.
I have veryfied my test report and the result looks perfect without any issue.