show docx in report

Stimulsoft Reports.NET discussion
Post Reply
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: show docx in report

Post 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.
Post Reply