Go to file
Niklas Müller 6b74b89029 backend improvements
- move_page
- merge_all_single_pages
- constructor with optional parameter
2024-01-22 16:47:35 +01:00
pdf_util backend improvements 2024-01-22 16:47:35 +01:00
static added PDF Merger 2023-12-06 22:26:14 +01:00
templates changed title 2023-12-22 15:27:56 +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
Dockerfile current working example 2024-01-05 11:53:12 +01:00
LICENSE Initial commit 2023-10-11 17:36:07 +00:00
README.md updated README.md 2023-12-22 15:35:05 +01:00
app.py Chnage logging output 2024-01-05 17:40:16 +01:00
docker-compose.yaml backend improvements 2024-01-22 16:47:35 +01:00
init.sh backend improvements 2024-01-22 16:47:35 +01:00
requirements.txt current working example 2024-01-05 11:53:12 +01:00
wsgi.py INIT 2023-10-11 19:51:35 +02:00

README.md

PDF Web Toolkit

A Web-Application allowing you to splitt 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