Reputation: 29
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
Reputation: 389
May be this library will help you http://libopc.codeplex.com/documentation
Upvotes: 0
Reputation: 1195
The UIDocumentInteractionController
class or QLPreviewController
class can be used for the same purpose.
I hope these tutorials help you:
Upvotes: 1