Privacy
Your privacy matters. This app processes your files solely to generate the requested PDF and does not keep copies after processing.
- Temporary storage only: uploaded files are written to a temporary directory on the server for the duration of the conversion/encryption.
- Immediate deletion: once the response is prepared, the temporary directory and all uploaded/intermediate files are deleted as part of the request cleanup.
- No retention: we do not store, index, or back up your uploads. There is no database entry or persistent storage of your files.
- Passwords are not logged: when you choose to protect a PDF, the provided password is used only to run the encryption step and is not logged by the server code.
- Best effort in serverless/container setups: in rare failure cases (e.g., process crash), the platform may leave orphaned temp files. Our code requests deletion on every run, and containers are ephemeral.
For more details, see the home page and encrypt page. Both APIs remove temporary files in a finally block to ensure cleanup.