Update README.md
This commit is contained in:
parent
967846ec3a
commit
fb8f825d42
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Stirling-PDF
|
# Stirling-PDF (Made in 1 day with 100% ChatGPT, Even this readme!)
|
||||||
|
|
||||||
This is a locally hosted web application that allows you to perform various operations on PDF files, such as splitting and adding images.
|
This is a locally hosted web application that allows you to perform various operations on PDF files, such as splitting and adding images.
|
||||||
|
|
||||||
|
I will support and fix/add things to this if there is a demand [Discord](https://discord.gg/Cn8pWhQRxZ)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Split PDFs into multiple files at specified page numbers or extract all pages as individual files.
|
- Split PDFs into multiple files at specified page numbers or extract all pages as individual files.
|
||||||
|
@ -31,6 +33,8 @@ Prerequisites
|
||||||
|
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
https://hub.docker.com/r/frooodle/s-pdf
|
||||||
|
|
||||||
docker pull frooodle/s-pdf
|
docker pull frooodle/s-pdf
|
||||||
|
|
||||||
docker run -p 8080:8080 frooodle/s-pdf
|
docker run -p 8080:8080 frooodle/s-pdf
|
||||||
|
|
Loading…
Reference in a new issue