Skip to content

abenrob/bigout

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

bigOut

export big presentations to pdf

===== #####Requires node.js and npm (included with node now...)

==== #####Setup Replaced dependency on phantomjs and casperjs system installs by adding them as node modules, and using shelljs to call the local phantomjs...

npm install will set up phantomjs, casperjs, shelljs and pdfkit

===== #####Usage create pdf of pages 0 through 38 (all of 'em') of my playingwithfire presentation:

node bigout.js http://abenrob.com/playingwithfire/ 0 38

bigOut.pdf now sits in root!

===== #####Caveats/future work?

  • phantomjs was doing weird things with pdf exports, so I did png only, and used pdfkit to make pdf
  • needs better commenting
  • needs better (any?) error handling
  • needs tests

About

export big presentations to pngs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published