No description
Find a file
tidoni 6b7704decc
All checks were successful
Auto Deploy pdf-web-tolkit / Check Docker State (push) Successful in 1s
Auto Deploy pdf-web-tolkit / pdf-tools-git-prep (push) Successful in 1s
Auto Deploy pdf-web-tolkit / bld-pdf-tools (push) Successful in 6s
Auto Deploy pdf-web-tolkit / dpy-pdf-tools (push) Successful in 13s
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-10-15 14:21:03 +02:00
.forgejo/workflows adds deploy and pr workflow 2025-10-14 22:14:07 +02:00
pdf_util backend improvements 2024-01-22 16:47:35 +01:00
static add toast for succes and failed upload 2024-03-11 10:56:29 +01:00
templates add toast for succes and failed upload 2024-03-11 10:56:29 +01:00
tests backend improvements 2024-01-22 16:47:35 +01:00
.gitignore current working example 2024-01-05 11:53:12 +01:00
app.py fix typo 2024-03-08 09:43:48 +01:00
docker-compose.yaml backend improvements 2024-01-22 16:47:35 +01:00
Dockerfile version pins docker base image 2025-10-14 19:45:34 +02: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 version pins python packages 2025-10-14 19:43:20 +02: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