Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slightlynerd/pdf-2-pod
PDF2POD is a PDF file reader that takes any pdf document, converts it to text and reads the text aloud.
https://github.com/slightlynerd/pdf-2-pod
es6 pdf preact
Last synced: 3 months ago
JSON representation
PDF2POD is a PDF file reader that takes any pdf document, converts it to text and reads the text aloud.
- Host: GitHub
- URL: https://github.com/slightlynerd/pdf-2-pod
- Owner: slightlynerd
- License: mit
- Created: 2019-06-28T02:04:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T06:22:38.000Z (over 5 years ago)
- Last Synced: 2024-07-18T08:47:03.643Z (4 months ago)
- Topics: es6, pdf, preact
- Language: JavaScript
- Homepage: https://pdf-2-pod.netlify.com
- Size: 959 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PDF2POD
![App Demo](src/assets/demo.gif)
PDF2POD is a PDF file reader that takes any pdf document, converts it to text and reads the text aloud.
You can see a live demo [here](http://pdf-2-pod.netlify.com). The article that explains the design process can be found [here](http://www.slightlynerd.com/journal/1561984220383/voice-enabled-web-apps--introduction-to-the-speech-synthesis-api).
## Installation
* Clone the repo - ```git clone http://github.com/slightlynerd/pdf-2-pod```
* ``` cd pdf-2-pod ```
* ``` npm install ```## Start development server
* ``` npm run dev ```
## Build for production
* ``` npm run build ```
## License
[MIT](LICENSE.md)