Click here to Skip to main content
15,997,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application that has been viewing rtf files in a richtextbox and has been working for some time now with no problems. A new problem has arose. I am starting to get rtf files that have headers and footers in them. If viewed with MS Word, the header and footer is visible. If viewed with Wordpad or in my application with a RichTextBox, the header and footer is not visible. I have also had some instances of where a rtf file has a table within it and not all the information within that table is visible with WordPad or in a RichTextBox. Everything is visible with MS Word. How can I give my application the ability to view an rtf file and be able to see the header and footer information???? I would really like to stay away from using Word Interop because that will require MS Word being installed on every machine that will view these files. Any suggestions??????
Posted
Comments
ZurdoDev 20-Nov-13 8:03am    
I would suggesting opening it in notepad and see what is different and then perhaps you can improve this question and add the code where you are loading it.

1 solution

Have a look here:
RichTextBoxDocument[^]
Adding a Header and a footer in VB C#[^]
I belive it would be helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900