Settings
Read-only view of the current deployment configuration (edit config/config.php to change these).
Application
Version1.0.0
Max upload size200 MB
Max files per batch10,000
Temp file safety-sweep age600s
Security
• Uploaded files are written only to uploads-temp/, never a database.
• Every job's uploads are deleted the instant that request finishes — success, failure, or crash.
• Generated outputs are deleted the instant they're downloaded.
• A safety sweep on every request removes anything older than the age above, in case a request was interrupted before cleanup ran.
• Logs (logs/) record job metadata only — module, file counts, timing, outcome — never document contents.
• Every job's uploads are deleted the instant that request finishes — success, failure, or crash.
• Generated outputs are deleted the instant they're downloaded.
• A safety sweep on every request removes anything older than the age above, in case a request was interrupted before cleanup ran.
• Logs (logs/) record job metadata only — module, file counts, timing, outcome — never document contents.
Module status
Merge, Split, Rotate, Watermark, Extract Pages, Delete Pages, Image to PDF, Compress, Bulk Rename, and PDF Information are fully implemented.
PDF Protect and PDF Unlock are scaffolded but not yet implemented — see classes/PdfProtectService.php.