I need to generate .rtf files in my Monotouch developed iOS app. I’ve found libraries working for the .Net platform but not for Monotouch. Can anyone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are some opensource projects to create RTF-documents in that that you could probably use if you recompile them for MonoTouch yourself. This one seems to be built without external dependencies so it should work fine with MonoTouch if just recompiled.
http://sourceforge.net/projects/netrtfwriter/