Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 977 Bytes

README.md

File metadata and controls

76 lines (56 loc) · 977 Bytes

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