Page 1 of 1

Import Docx in stream to RichViewEdit

Posted: Thu Mar 06, 2014 3:54 pm
by mohsen24000
Hi Dear,
How can Import Docx or Doc in stream (for example: TBlobFields) to RichViewEdit!?
Thanks a lot.

Posted: Thu Mar 06, 2014 4:19 pm
by Sergey Tkachenko
DocX reading is not implemented yet.

You can do it only using TRVOfficeConverter component (if these converters are installed: http://www.microsoft.com/en-US/download ... .aspx?id=3 )
You need to save DocX in a temporal file and then load in RichViewEdit using TRVOfficeConverter.
Unfortunately, quality of conversion is worse than loading an identical RTF file.

DocX import is planned for future (but not very near future).