https://github.com/albertarakelyan/pdf-to-audio-plus
🔊 Simple and fast PDF and text to Audio converter written in Electron
https://github.com/albertarakelyan/pdf-to-audio-plus
electron macos pdf-to-audio text-audio windows
Last synced: 5 months ago
JSON representation
🔊 Simple and fast PDF and text to Audio converter written in Electron
- Host: GitHub
- URL: https://github.com/albertarakelyan/pdf-to-audio-plus
- Owner: AlbertArakelyan
- License: apache-2.0
- Created: 2024-12-18T20:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T18:52:44.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:21:45.456Z (about 1 year ago)
- Topics: electron, macos, pdf-to-audio, text-audio, windows
- Language: JavaScript
- Homepage: https://pdf2audioplus.vercel.app
- Size: 162 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔊 PDF to Audio+




> Simple and fast PDF and text to Audio converter written in Electron.

---
## 🔑 Key Features
- **PDF** to **Audio** conversion
- **Text** to **Audio** conversion
## 🙏 Donations
**PDF to Audio+** is a free, open source software developed in my (little) spare time. If you liked the project and would like to support further development, please consider making a small donation, it really helps :)
## 🏰 Architecture
### Tech Stack
## ⬇️ Download
You can download the app from the **Releases** at the right or from the official [website](https://pdf2audioplus.vercel.app/).
---
## 📦 Installation
_Note: Make sure you are using correct `node` and `yarn` versions._
### Versions
- node: `20.18.0`
- npm: `10.2.3`
### Repo
- Clone the repo
```bash
git clone https://github.com/AlbertArakelyan/pdf-to-audio-plus.git
```
### Development
- Install dependencies
```bash
npm install
```
- Run development environment
```bash
npm run dev
```
## 🏗️ Building
For building binary you need to following commands depending on the environment.
- For Mac
```bash
electron-builder --mac
```
- For Windows
```bash
electron-builder --win
```
---
Feeling lucky? Give it a star ⭐ and fork for adding something from your side 😊.
Made with ❤️ by [Albert Arakelyan](https://github.com/AlbertArakelyan)
https://www.albertarakelyan.com
