https://github.com/eiberham/camera-plugin
Multiple snapshots apache cordova camera plugin
https://github.com/eiberham/camera-plugin
Last synced: 9 months ago
JSON representation
Multiple snapshots apache cordova camera plugin
- Host: GitHub
- URL: https://github.com/eiberham/camera-plugin
- Owner: eiberham
- License: apache-2.0
- Created: 2017-05-11T18:44:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T23:05:47.000Z (over 6 years ago)
- Last Synced: 2025-05-20T19:22:28.417Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# camera-plugin
Multiple snapshots apache cordova camera plugin
This is an apache cordova plugin designed for android platform that allows you to take multiple snapshots and render them
in an unique .pdf file, this would be useful in case you want to have in a document several invoices for example.
The integration with phonegap or ionic framework is pretty straight forward, you just have to install the plugin via cli
this way:
First, generate the destination platform
```console
foo@bar:~$ ionic platform add android
```
Finally, install the plugin
```console
foo@bar:~$ ionic plugin add https://github.com/wwleak/camera-plugin.git
```
And that's it.