Ritch Text field into Word

I currently use a word Object to create a word document and insert data from Notes into it; i can do this easily for text fields, however is there a way to put the contents of a Notes Richtext field into Word?

I need to retain any formatting, etc that a user has set in the field contents

thanks

Subject: Ritch Text field into Word

Not easily without copying and pasting in the UI. You would need to read all of the formatting cues in the rich text document, then translate them to the equivalent Word structures. Without using a third-party product, the easiest way to do this would be to export to DXL and reading the rich text paragraph by paragraph and run by run.