Update README.md
This commit is contained in:
parent
a9145fe84c
commit
908e75de39
1 changed files with 7 additions and 2 deletions
|
@ -25,17 +25,22 @@ I will support and fix/add things to this if there is a demand [Discord](https:/
|
||||||
- Reorganize PDF pages into different orders.
|
- Reorganize PDF pages into different orders.
|
||||||
- Add images to PDFs at specified locations. (WIP)
|
- Add images to PDFs at specified locations. (WIP)
|
||||||
- Rotating PDFs in 90 degree increments.
|
- Rotating PDFs in 90 degree increments.
|
||||||
- Compressing PDFs to decrease their filesize.
|
- Compressing PDFs to decrease their filesize. (Using OCRMyPDF)
|
||||||
- Add and remove passwords
|
- Add and remove passwords
|
||||||
- Set PDF Permissions
|
- Set PDF Permissions
|
||||||
- Add watermark(s)
|
- Add watermark(s)
|
||||||
|
- Convert Any common file to PDF (using LibreOffice)
|
||||||
|
- Extract images from PDF
|
||||||
|
- OCR on PDF (Using OCRMyPDF)
|
||||||
- Edit metadata
|
- Edit metadata
|
||||||
- Dark mode support.
|
- Dark mode support.
|
||||||
|
- Custom download options
|
||||||
|
|
||||||
## Technologies used
|
## Technologies used
|
||||||
- Spring Boot + Thymeleaf
|
- Spring Boot + Thymeleaf
|
||||||
- PDFBox
|
- PDFBox
|
||||||
- e-iceblue spire.pdf.free (for PDF compression untill i find a nicer way)
|
- LibreOffice for advanced conversions
|
||||||
|
- OcrMyPdf https://github.com/ocrmypdf/OCRmyPDF
|
||||||
- HTML, CSS, JavaScript
|
- HTML, CSS, JavaScript
|
||||||
- Docker
|
- Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue