user3536382
user3536382

Reputation: 29

How we edit Word Document (docx,xlsx,ppt) and pdf file in iOS app

I am an iOS developer I want to make an App in which I can view and edit pdf and document (docx,xlsx,ppt) files. Is it possible or not?

Upvotes: 2

Views: 1483

Answers (2)

Ivan Titkov
Ivan Titkov

Reputation: 389

May be this library will help you http://libopc.codeplex.com/documentation

Upvotes: 0

user2071152
user2071152

Reputation: 1195

The UIDocumentInteractionController class or QLPreviewController class can be used for the same purpose.

I hope these tutorials help you:

Upvotes: 1

Related Questions