Page 3 of 3

Posted: Sun Jan 11, 2009 1:01 am
by Marsianin
And what about support for .DOC natively?
There are no components exists to import/export MS Word DOC natively.
You can make it as optional add-on for additional money...

Posted: Sun Jan 11, 2009 9:21 am
by Sergey Tkachenko
May be, but after DOCX and Open Office formats.

Posted: Tue Aug 18, 2009 10:10 am
by Sergey Tkachenko
The problem in saving DOC and DOCX files with Word2007's converters is solved in v11.0.7 (available for registered users).

Posted: Wed Sep 02, 2009 12:01 am
by Marsianin
Yeah! Thanks.
But not all images are exported... :roll:

Posted: Tue Sep 08, 2009 5:47 pm
by Sergey Tkachenko
May be the converter does not understand all image formats in RTF.
(when exporting, TRichView saved RTF, then a converter converts this RTF to another format, such as DOCX).

You can play with RichView.RTFOptions for better results.

Posted: Thu Sep 10, 2009 9:19 am
by Cosmin3
Hi Sergey.
I tried to export this rtf file: http://www.megaupload.com/?d=X0OAONTC
Which settings I should use (from RTFOptions) so all images could be exported in doc file...
I tried rvrtfSaveBitmapDefault but it didn't work :(
Could you help me please..?
Thank you in advance.

Posted: Tue Sep 15, 2009 4:25 pm
by Sergey Tkachenko
Cosmin3, as I can see, this file has some metafiles (which are exported to docx) and some bitmaps (which are not).
Unfortunately, TRichView does not have an option to export bitmaps as metafiles to RTF (rvrtfSaveBitmapDefault allows only choosing how to save non-RTF image types, such as TIcon).

I can suggest using PNG for exporting bitmaps. Include PngImage in your project, call RV_RegisterPngGraphic(TPNGObject) (or TPNGImage, depending on your version of Delphi) one time before the first file operation, include rvrtfPNGInsteadOfBitmap in RTFOptions.

Posted: Thu Sep 17, 2009 8:03 am
by Cosmin3
Seems to work fine now :)
Thank you very much for your help.

Posted: Mon Dec 07, 2009 7:11 am
by pbmissions
I thought only I was facing this problem of exporting it to Docx format. Thanks for the guidance, It helped lots.

Posted: Mon Dec 07, 2009 11:24 am
by Joshtaylor
Changing it to jpeg helps but it is only temporary. Why does this happen? Is it a bug?