What does it mean to read a PDF aloud?
Reading a PDF aloud means using text-to-speech (TTS) to listen to the words inside a PDF document instead of reading them on screen. Three families of tools do this: browser-native PDF audio readers like Wordcast extract the PDF text client-side and synthesize speech with your device's installed voices; native PDF apps like Adobe Acrobat have a built-in Read Out Loud feature; cloud TTS services like Speechify and ElevenLabs Reader upload your PDF to their servers and stream back audio billed per minute. Wordcast is the first kind — free, instant, and the PDF never leaves your browser.
- Web Speech API — W3C draft since 2012, shipped in Chrome 25 (early 2013).
- Voice list depends on your browser and operating system. Apple, Microsoft, and Google voices appear only when your device already has them installed.
- Local PDFs are parsed in-browser with pdfjs-dist. A pasted article URL goes to a server-side extraction service instead.
- Free to use today. No account, no monthly cap. Local files up to 25 MB, and scanned PDFs need OCR first.