1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-02 09:10:12 +02:00

Version bump and readme change

This commit is contained in:
Anthony Stirling 2023-10-22 23:14:18 +01:00
parent 25a0cb7681
commit ab1297aee0
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Feel free to request any features or bug fixes either in github issues or our [D
## **PDF Features**
### **Page Operations**
- View and modify PDFs (current support is for annotating, drawing, and adding images).
- View and modify PDFs - View multi page PDFs with custom viewing sorting and searching. Plus on page edit features like annotate, draw and adding text and images. (Using PDF.js with Joxit and Liberation.Liberation fonts)
- Full interactive GUI for merging/splitting/rotating/moving PDFs and their pages.
- Merge multiple PDFs together into a single resultant file.
- Split PDFs into multiple files at specified page numbers or extract all pages as individual files.

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'stirling.software'
version = '0.14.5'
version = '0.15.0'
sourceCompatibility = '17'
repositories {