abenrob / bigout

export big presentations to pngs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%