@nativescript/pdf
A simple PDF viewer.
Remark:
This repository is the replacement for madmas/nativescript-pdf-view which was a fork of the original by Merott and will be used with his consent to provide further maintenance of this NativeScript plugin.
It serves minimal PDF view implementation that does only one thing, and that is to display PDF files in the simplest way possible.
It conveniently uses the iOS WKWebView
, and for Android it uses AndroidPdfViewer
.
Usage
Samples
There are sample applications avalable:
-
Plain TypeScript: see pdf.ts and pdf.xml files in this repository
-
NativeScript+Angular: nativescript-pdf-view-angular-sample repository
-
NativeScript+VueJs: nativescript-pdf-view-vue-sample repository