https://github.com/itsfarseen/repro-pdfkit
https://github.com/itsfarseen/repro-pdfkit
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsfarseen/repro-pdfkit
- Owner: itsfarseen
- Created: 2022-03-04T05:57:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T06:39:01.000Z (over 4 years ago)
- Last Synced: 2025-03-08T21:11:23.616Z (over 1 year ago)
- Language: JavaScript
- Size: 388 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# How to run
## Browser version
This is the buggy version
1. `yarn install`
2. `yarn demo`
3. Open `localhost:1234` in your web browser.
4. Right click the PDF -> This Frame -> Open in new tab.
5. Save the PDF
6. Open in Evince or XPDF.
## Node version
This one works
1. `yarn install`
2. `node index-node.js`
3. Open `test.pdf` in Evince.