Listen to your own PDFs. A small Android app written in Java that lets you add PDFs and have them read aloud using Android’s built‑in Text‑to‑Speech.
Code is Java‑based. PDF parsing and previews are handled in helpers like
PdfPreviewHelper, while reading happens inReaderActivity. Persistent state is stored viaBookStorage.
Note:
This repository intentionally omitsTtsEngineProviderandTtsEngineType, which are planned extension points for a future API-based TTS integration.
Your files stay on your device. Speech is generated locally by the system TTS engine.
The source code of DocTell is released under the AGPL-3.0 License. You may view, use, or modify the code for personal and educational purposes. Commercial use, paid features, subscriptions, ads, or publishing modified versions on app stores is not permitted. Any redistributed version must remain fully open-source under AGPL-3.0.
For commercial inquiries, contact: ekrothdev@gmail.com