/cordova-plugin-pdfviewer

PDV Viewer Plugin for Apache Cordova >= 3.0.0

Primary LanguageObjective-CMIT LicenseMIT

Cordova iOS PDF Viewer Plugin

1. Function

View a local PDF file with the VFR Reader Core Library.

based on https://github.com/vfr/Reader

2. Methods

2.1 showPDF

2.1.1 Description

Shows the specified PDF with the VFR Reader.

2.1.2 Options

Name Type Description Default
url string url of the file (required)

2.1.3 Return Values

2.1.3.1 Success

no return value.

2.1.3.2 Error
Error Code Description
1 no fileurl
2 file doesnt exists

3. Requirements

  • ImageIO, MessageUI

4. Version History

Version Date Description
1.0.0 2013-03-25 initial version