No description
  • Python 62.2%
  • JavaScript 20.3%
  • HTML 11.7%
  • CSS 4.8%
  • Dockerfile 0.6%
  • Other 0.4%
Find a file
Renovate Bot ef7ccd0dff
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 0s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 0s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 3s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 11s
Update dependency pypdf to v6.9.1 (#27)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pypdf](https://github.com/py-pdf/pypdf) ([changelog](https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html)) | minor | `==6.8.0` → `==6.9.1` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43My4xIiwidXBkYXRlZEluVmVyIjoiNDMuNzMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #27
Reviewed-by: tidoni <niklasmu@protonmail.ch>
Co-authored-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
Co-committed-by: Renovate Bot <renovate@git.tidoni-sky.ddnss.de>
2026-03-19 15:17:38 +01:00
.forgejo/workflows Fix PR builds (#6) 2025-10-18 11:06:28 +02:00
pdf_util adds delete functionality for single pages in project view 2026-03-05 16:17:37 +01:00
static adds delete functionality for single pages in project view 2026-03-05 16:17:37 +01:00
templates add toast for succes and failed upload 2024-03-11 10:56:29 +01:00
tests adds delete functionality for single pages in project view 2026-03-05 16:17:37 +01:00
.gitignore current working example 2024-01-05 11:53:12 +01:00
app.py adds delete functionality for single pages in project view 2026-03-05 16:17:37 +01:00
docker-compose.yaml backend improvements 2024-01-22 16:47:35 +01:00
Dockerfile Update python Docker tag to v3.14.3 (#17) 2026-02-08 13:21:37 +01:00
init.sh converted to vue.js 2024-01-23 16:27:40 +01:00
LICENSE Initial commit 2023-10-11 17:36:07 +00:00
README.md fix typo 2024-03-08 09:43:48 +01:00
renovate.json Add renovate.json 2025-10-15 03:33:21 +00:00
requirements.txt Update dependency pypdf to v6.9.1 (#27) 2026-03-19 15:17:38 +01:00
wsgi.py INIT 2023-10-11 19:51:35 +02:00

PDF Web Toolkit

A Web-Application allowing you to split and merge PDF-Files.

Deploy

Clone the repo and enter the directory. Than run the following:

docker build -t pdf-web-toolkit .
docker run -d --name pdf-web-toolkit -p 8002:8000 -i -t pdf-web-toolkit

Once finished, you should be able to connect to http://<your-ip>:8002