SafePDF is a privacy-focused, offline PDF manipulation tool. All operations are performed locally on your device—your sensitive documents never leave your computer.
100% Offline - No cloud uploads, no internet required
Fast & Lightweight - Operations run directly on your device
Privacy First - Ideal for sensitive documents (legal, healthcare, financial)
Multi-language - English, German, Turkish support
Read more: The Security Concerns of Online PDF Tools
- Compress - Reduce PDF file size with quality control
- Split - Separate PDFs by pages or custom ranges
- Merge - Combine multiple PDF files into one
- Convert to Images - Export PDF pages as JPG/JPEG
- Rotate - Rotate pages (90°, 180°, 270°)
- Repair - Fix corrupted PDF files
- Convert to Word - Export PDF as DOCX documents
- Extract Text - Extract plain text from PDFs
- Extract Info - View PDF metadata and properties
Interface Features:
- Drag & drop file selection
- Real-time progress tracking
- Multi-language UI
- Modern, intuitive design
- Download the latest release from Releases
- Extract the ZIP file
- Run
SafePDF.exe
Requirements:
- Python 3.7+
- pip
Installation:
# Clone the repository
git clone https://github.com/mcagriaksoy/SafePDF.git
cd SafePDF
# Install dependencies
pip install -r requirements.txt
# Run the application
python run_safe_pdf.py- Select Operation - Choose what you want to do (compress, split, merge, etc.)
- Select File - Drag & drop your PDF or click to browse
- Adjust Settings - Configure operation-specific options
- Execute - Click to process your file
- View Results - See output and open the processed file
SafePDF/
├── SafePDF/
│ ├── ctrl/ # Controllers
│ ├── ui/ # User interface
│ ├── ops/ # PDF operations
│ ├── logger/ # Logging
│ └── text/ # Localization files
├── run_safe_pdf.py # Main launcher
└── requirements.txt # Dependencies
Contributions are welcome! Please:
- Report bugs via Issues
- Submit pull requests for improvements
- Follow existing code style
- Email: info@safepdf.de
- Report Issues: GitHub Issues
- Documentation: safepdf.de
Released under GPL-3.0 by @mcagriaksoy.
Made for privacy-conscious users



