A self-hosted, private solution for managing and processing your PDF documents.
Most online PDF tools require you to upload your sensitive documents to their servers. PDF Manager is built for users who prioritize security and privacy.
- 100% Local: No cloud uploads. Your data stays on your machine.
- Privacy First: Process confidential documents without worrying about third-party data retention.
- Simple & Fast: A streamlined interface for managing your PDF library.
SIMPLE
cd backendpython3 -m venv venv && source venv/bin/activatepip install -r requirements.txt
cd frontendnpm installnpm run dev
For a one-click setup and launch, you can use the provided shell script:
For a one-click setup and launch, you can use the provided shell script:
cd frontendchmod +x start.sh# Make the script executable./start.sh# Run it!
cd frontend./start.bat# Run it!
This script automatically checks for dependencies, installs them if they are missing, and launches the development server in your browser.
I am just getting started! Stay updated as I roll out new versions. Future releases will include:
- 🔒 Advanced Encryption/Decryption.
- OCR (Optical Character Recognition) support.
- Batch processing for large libraries.
- Conversion
- and MORE
Keep an eye on this repository for more and more features!
Security Note: Always keep your local environment updated to ensure the latest security patches are applied.