Greetings,
I've written an adapter in C# where you can convert an MS
Word document into an HTML and vice versa (using Microsoft
Word 9.0 Object Library). When I add some Arabic segments
to the HTML file and then use the MS API for the
conversion of HTML to MS Word, it does not preserve the
right-to-left alignment of the segments/paragraphs. It
also changes the font size from 12 to 10 (which affects
the paragraph following the Arabic segments). Is there a
way to force RTL alignment and preserve font size?
Thanks,
Tom