I don't think that the application has an issue in supporting Number formatting.I tried using this code and it pastes bulleted lists from RTF to word as expected, but page numbering is messed up.pWrdDoc.Sections.Last.Range.Paste()If i use pWrdDoc.Sections.Last.Range.PasteAndFormat(Word.Wd RecoveryType.wdFormatOrginalFormatting) , Pagenumbering issues are fixed but Bulledted lists is not pasted properly, it's seen as simple text.I am struck with this issue.
|