I need to create a .doc document in C# with specific rtf format. I have a document that I need to replicate in my code but I don't know how to view this documents rtf representation? I don't think copying the content to RichTextBox will help cause I need margin settings and other document, not content, related settings to replicate. Any ideas?
Thank you.