https://github.com/Harsh-0-7/PDF-Reader
PDF reader with read aloud feature
https://github.com/Harsh-0-7/PDF-Reader
html-css-javascript jquery pdf-reader pdf-viewer pdfjs reader text-to-speech web-speech-api
Last synced: about 1 year ago
JSON representation
PDF reader with read aloud feature
- Host: GitHub
- URL: https://github.com/Harsh-0-7/PDF-Reader
- Owner: Harsh-0-7
- License: mit
- Created: 2023-03-21T06:23:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T05:20:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T05:01:49.264Z (over 1 year ago)
- Topics: html-css-javascript, jquery, pdf-reader, pdf-viewer, pdfjs, reader, text-to-speech, web-speech-api
- Language: JavaScript
- Homepage: https://pdf-reader-ten.vercel.app/
- Size: 1.13 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PDF Reader

Main feature of this reader is to use read aloud feature for free.
### Works on Edge Browser only
## How to Use?
- Open index.html
- Upload PDF
- Click on Read Aloud Button (Need Internet)
## Todo:
- [ ] Add Resize Page Buttons
- [ ] Skip Header/footers,vertical text,text in brackets
- [ ] Make responsive
- [ ] Create Extension
- [ ] Create Mobile App
- [ ] Make links clickable
- [ ] Try base64
- [ ] Use Canvas.before insert method to add textlayer
## Contribute to development
```bash
# Clone repository
$ git clone https://github.com/Harsh-0-7/PDF-Reader.git
# Move to working directory
$ cd PDF-Reader
# Install dependencies
$ npm install
```
## Have you found a bug?
Please open a new issue on:
https://github.com/Harsh-0-7/PDF-Reader/issues
## License
Copyright (c) Harsh Shah
[MIT License](http://en.wikipedia.org/wiki/MIT_License)