Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

feedhenry-staff/pdf-generator-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Generator Cordova

This is just a demo showcasing the pdf generator Cordova plugin

Getting started.

    git clone https://github.com/cesarvr/pdf-generator-example sample
    cd sample
    cordova platform add ios android

For the web application I'm using Webpack and Backbone, is just a simple web app if you want to do some modifications you need to:

  cd www/
  npm install
  npm webpack -g  # if you don't have webpack.
  webpack --watch   

This will build automatically the source files and you can use your favorite static server to serve the www/ folder for example:

cordova serve

#or

cd www/ && python -m SimpleHTTPServer 8080

to run the app on the device:

cordova plugin add cordova-pdf-generator
cordova build #ios android
cordova run ios #android

Demo

### Android version. Android

IOS Version

IOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages