Page 1 of 1

Re: show docx in report

Posted: Thu Oct 13, 2016 1:10 pm
by HighAley
Hello.

We are using standard .Net Framework RichText component to show rich text. This component uses standard Windows library.
You could see how this library works in WordPad. In Windows 10 the new version of RichText system library support JPG and PNG formats, but older libraries not.

If you open the RTF-file in the WordPad (using Open file menu), you will not see the image too.
In the RTF specification, there are different formats of images (wmetafile8, pngblip, jpegblip, etc.)
Practically the system library shows wmetafile8 images only.

Thank you.