How to view or read a pdf, doc and ppt file in ionic mobile app

Hi

I want the read the (pdf, doc and ppt )file in Ionic v1 application.

The file document’s are give from the DB as url , when click it need to open the file.

What i want is the list of document is show in a screen if click any one of the document is it will show as a separate view

Any one please give me some suggest for this.

Thanks
Dinesh

1 Like

This module is PDF’s only. Anything for .doc and .ppt files?

You can use Inappbrowser

cordova.InAppBrowser.open('yourFileUrl', '_system');