View Single Post
 
Old 10-16-2012, 09:27 PM
ramsgarla ramsgarla is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2012
Posts: 21
ramsgarla is on a distinguished road
Default

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.
Reply With Quote