Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abenrob/bigout
export big presentations to pngs
https://github.com/abenrob/bigout
Last synced: 5 days ago
JSON representation
export big presentations to pngs
- Host: GitHub
- URL: https://github.com/abenrob/bigout
- Owner: abenrob
- License: mit
- Created: 2014-10-10T20:56:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T16:36:10.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:35:33.011Z (3 months ago)
- Language: JavaScript
- Size: 13 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - abenrob/bigout - export big presentations to pngs (others)
README
#### bigOut
export [big](http://www.macwright.org/2011/10/28/big.html) presentations to pdf
=====
#####Requires
[node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/) (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](http://abenrob.com/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