Answer the question
In order to leave comments, you need to log in
How to open and get plain text from formats: pdf, doc, docx, xls, xlsx, rtf, ppt, pptx in mac os on objective c?
Good afternoon.
Actually the purpose - to open a file and to receive its contents in NSString.
Is there a universal solution for the given formats? Is it necessary to use third party framework?
Answer the question
In order to leave comments, you need to log in
RTF
NSAttributedString *rtfString1 = [[NSAttributedString alloc] initWithRTF:data documentAttributes:NULL];
NSAttributedString *rtfString2 = [[NSAttributedString alloc] initWithRTFD:data documentAttributes:NULL];
NSAttributedString *rtfString3 = [[NSAttributedString alloc] initWithRTFDFileWrapper:fileWrapper documentAttributes:NULL];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question