https://github.com/mdp/slideprint
Print and Capture any DocSend deck or document
https://github.com/mdp/slideprint
Last synced: over 1 year ago
JSON representation
Print and Capture any DocSend deck or document
- Host: GitHub
- URL: https://github.com/mdp/slideprint
- Owner: mdp
- License: mit
- Created: 2018-07-19T01:15:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:15:43.000Z (about 2 years ago)
- Last Synced: 2024-10-14T08:49:28.995Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 485 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SlidePrint
### Print and Capture any DocSend, Pitch.com, or Brieflink pitch or deck
## Installation from Github
1. [Download the latest release](https://github.com/mdp/SlidePrint/releases) and unzip it somewhere.
1. Open Chrome and navigate to [chrome://extensions/](chrome://extensions/)
1. Make sure "Developer mode” is checked in the upper right corner
1. Click the "Load unpacked extension..." button and select the folder you unzipped
1. You should see the DocSend Print extension at the top of your extensions list on the page, and you should also see the DocSend Print button appear in the extension buttons section in Chrome
## Usage
1. Navigate to the pitchdeck presentation you want to print (starting at page 1)
1. Click the SlidePrint Print button
1. When it completes, you will be taken to a new tab containing the a document ready to print
1. Print or save your document
## Development Notes
### Setup
- `yarn install`
### Running in development
- Run `yarn dev` and open the dist folder as an unpacked extension
