2021-09-29 20:09:02 +08:00
# Document Viewer
```
$ ionic cordova plugin add cordova-plugin-document-viewer
2021-09-29 21:19:55 +08:00
$ npm install @awesome -cordova-plugins/document-viewer
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/document-viewer/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/sitewaerts/cordova-plugin-document-viewer ](https://github.com/sitewaerts/cordova-plugin-document-viewer )
2021-09-29 20:38:45 +08:00
This plugin offers a slim API to view PDF files which are either stored in the apps assets folder (/www/*) or in any other file system directory available via the cordova file plugin.
2021-09-29 20:09:02 +08:00
## Supported platforms
- Android
- iOS
- Windows
2021-09-29 20:38:45 +08:00