Handle all your PDF tasks with confidence, knowing your files remain completely private. Unlike most online tools that require you to upload documents to a server, this toolkit processes everything directly within your web browser. Your files never leave your computer, eliminating any risk of data breaches or unauthorized access.
This privacy-first approach provides several key benefits:
It's a fast, secure, and completely free solution for anyone who needs to manage PDF documents without compromising on privacy.
services:
bentopdf:
image: ghcr.io/alam00000/bentopdf:latest
container_name: bentopdf
ports:
- "8080:8080"
volumes:
- ./configs:/configs
- ./data:/app/data
environment:
- PUID=1000
- PGID=1000
- APP_PORT=8080
- SECRET_KEY=${SECRET_KEY}
restart: unless-stopped
SECRET_KEY=your_super_secret_key_here
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago