I am working on a word editor project (VB.NET) which saves the file in .rtf file format. The one problem I am facing now if I insert an image and save the file, the file size increases more than I thought.
As an example, if I insert 45 KB size of the image and save the file in .rtf format, it has taken 5 MB of space where .docx takes only 55 KB of space.
So, my question is there any way to reduce the file size in the .rtf file format.