dear sir,
please see the attached. there are six files :
- open file:20101006-01.htm
then save as :20101006-01.doc
i hope use aspose word dll to open 20101006-01.htm file then save as 20101006-01.doc, and i could keep no change in original format (font, two columns style, and color and paragraph format should perserve.......)
2. open file :20101006-02.htm
then save as:20101006-02.doc
i would like to have the function like macro RunOrientation.vb (in 20101006-02.doc) to convert the paragraph Orientation as wdTextOrientationVerticalFarEast (for Chinese)
3.open file:20101006-03.htm
then save as :20101006-03.doc
i hope the format without change, for example the equation block should align center.
i think the three lines in macro handle such things
.AddSpaceBetweenFarEastAndAlpha = True
.AddSpaceBetweenFarEastAndDigit = True
.BaseLineAlignment = wdBaselineAlignCenter
Best Regards,
dennis