allmypdf — Third-Party Notices ================================ Last updated: 2026-07-12 This file lists open-source components used by allmypdf and their licenses. allmypdf’s own original code (templates, CSS, JS UI, Flask routes authored for this project) is provided under the MIT License (see LICENSE). PDF engine ---------- allmypdf uses **pypdf** and **Pillow** only. **PyMuPDF (AGPL) is not used.** Python dependencies (from requirements.txt) ------------------------------------------- Flask 3.0.0 License: BSD-3-Clause https://flask.palletsprojects.com/ Flask-CORS 4.0.0 License: MIT https://github.com/corydolphin/flask-cors Werkzeug 3.0.0 License: BSD-3-Clause https://werkzeug.palletsprojects.com/ pypdf (>=4.0.0) License: BSD-3-Clause https://pypdf.readthedocs.io/ Pillow 10.1.0 License: HPND (PIL License) https://python-pillow.org/ python-dotenv 1.0.0 License: BSD-3-Clause https://github.com/theskumar/python-dotenv gunicorn 21.2.0 License: MIT https://gunicorn.org/ Fonts (loaded via Google Fonts CSS) ---------------------------------- IBM Plex Sans / IBM Plex Serif License: SIL Open Font License 1.1 https://github.com/IBM/plex Runtime / optional third parties -------------------------------- Google AdSense (advertising script) Subject to Google’s terms and policies — not open source. Enabled only when ADSENSE_CLIENT / ADSENSE_SLOT_* env vars are valid. https://adsense.google.com/ PDF format ---------- Portable Document Format (PDF) is an ISO open standard (ISO 32000).