开发者

Editable Webview/TextView ? Or Any other Controller?

开发者 https://www.devze.com 2023-01-08 08:53 出处:网络
I am working on a project which can edit any document file whether it is doc, rtf, txt, pdf file. After editing user can save or you can say update that file.

I am working on a project which can edit any document file whether it is doc, rtf, txt, pdf file.

After editing user can save or you can say update that file.

Please ad开发者_如何学JAVAvise .. how can anyone edit pdf or doc and re save it ?

Thanks


There is no support for editing pdf or doc files in iOS4. If you want this you'll have to write it yourself.

A UIWebView can natively interpret a lot of document formats but there is no editing for this. If you just want to open these formats I would recommend a UIWebView. If you really need to save to a certain format, you'll have to look around for a framework that can save text to the formats you need. Or you're going to have to do it yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消