a Problem in EXPORT...!

General TRichView support forum. Please post your questions here
Post Reply
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

a Problem in EXPORT...!

Post by mohsen24000 »

hi dear friends.
I have a richviewedit with RtL content.

it's correct view but when export with exportRV in msWord fonts an right align is incorrect but only first paragraph's font is correct.

no problem in colors and backcolors.

my docx files in wordpad show correct but in msword 2010 is incorrect view;
all right align texts view left align in word2010.

SaveRTF is same doc and docx convert too.

plz guide and help me.
thanks a lot.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Please send example of document (as RVF file) to richviewgmailcom
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

Post by mohsen24000 »

hi dear sergey.
I sent example of document (as RVF file) to richviewgmailcom.
plz survey it.
thanks a lot.
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

Post by mohsen24000 »

hi
i solve it in rtf with :
{\rtf1\fbidis\ansi\
in begin of rtf file!
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

Post by mohsen24000 »

for alignment i solve it :
replace \qr\ri0\rtlpar with \rtlpar\qr\ri0 in RTF file.
:D
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I'll add \fbidis.
As for "\qr\ri0\rtlpar" with "\rtlpar\qr\ri0" - is only the order of keywords changed? And it fixed the problem?
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

Post by mohsen24000 »

Sergey Tkachenko wrote:As for "\qr\ri0\rtlpar" with "\rtlpar\qr\ri0" - is only the order of keywords changed? And it fixed the problem?
yes!
in R2L documents it causes alignment correct.
but in L2R documents no matter!
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

The changes suggested by you are included in the new version of TRichView (version 13.8.1, available for registered users)
Post Reply