A simple macOS application that converts PDF files to text format.
You can download the latest version of the app from the Releases page.
- Download the
PDF to Text.appfile from the Releases page - Move the app to your Applications folder
- Right-click (or Control-click) the app and select "Open"
- If you see a security warning, click "Open" in the dialog box
- Launch the app
- Click "Select PDF" to choose a PDF file
- Click "Convert" to start the conversion
- The converted text will be saved in the same directory as the original PDF file
- macOS 10.13 or later
- Intel or Apple Silicon Mac
If you encounter any issues:
- Make sure you're using a supported version of macOS
- Try moving the app to your Applications folder
- If you see a security warning, you may need to allow the app in System Preferences > Security & Privacy
If you want to build the app yourself:
- Clone this repository
- Create a virtual environment:
python3 -m venv venv - Activate the virtual environment:
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Build the app:
pyinstaller pdf-to-text.spec