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. The article that explains the design process can be found here.
- Clone the repo -
git clone http://github.com/slightlynerd/pdf-2-pod
cd pdf-2-pod
npm install
npm run dev
npm run build