Convert RTF File into HTML in Objective C
问题 How can I convert an RTF file into an HTMLformat ?? I have a text editor which saves the file in rtf format but I need to put the contents on my server. For that I need to convert the rtf file into that of an html.. I am unable to find any help with regards to Objective C . Thanks. 回答1: I don't know of any library in objective-c that does rtf to html conversion. However if you are able to perform the conversion server side then that opens up a lot more possibilities, such as php and c#