@szczepano/pitch2pdf
v0.0.1
Published
Download pitch embedded presentation and save as pdf
Downloads
2
Readme
pitch2pdf
Description
Download pitch embedded presentation and save as pdf
Requirements
- chrome browser
to change browser modify those lines in src/index.ts
const options = new Options().headless();
const driver = await new Builder().forBrowser('chrome').setChromeOptions(options).build();
Install
npm install && npm run build
Example
./bin/pitch2pdf https://pitch.com/embed/foo/bar
Output will be saved to bar.pdf