Hi. I'm working with the Java API for PD4ML, version 3.7.1b4
When I put a PNG image tag with a file URL in some HTML content:
Code:
<html>
<head></head>
<body>
<img src="file:///home/jesse/test.png">
</body>
</html>
I can render the document as a PDF just fine. The image shows up and all is well.
When I try rendering the document as an RTF, the image does not show up. No trace of it exists. Not even a box where an image ought to go.
Also:
- When I look at the raw RTF code, the \pict\pngblip tags exist and the data for the image exists.
- JPEG images are fine in both formats.