diff --git a/build.gradle b/build.gradle
index 755bb01c..ea16d563 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.0.6'
+ id 'org.springframework.boot' version '3.1.0'
id 'io.spring.dependency-management' version '1.1.0'
}
@@ -13,9 +13,9 @@ repositories {
}
dependencies {
- implementation 'org.springframework.boot:spring-boot-starter-web:3.0.6'
- implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.0.6'
- testImplementation 'org.springframework.boot:spring-boot-starter-test:3.0.6'
+ implementation 'org.springframework.boot:spring-boot-starter-web:3.1.0'
+ implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.0'
+ testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.0'
// https://mvnrepository.com/artifact/org.apache.pdfbox/jbig2-imageio
implementation group: 'org.apache.pdfbox', name: 'jbig2-imageio', version: '3.0.4'
implementation 'commons-io:commons-io:2.11.0'
diff --git a/src/main/resources/messages_pl_PL.properties b/src/main/resources/messages_pl_PL.properties
index ef409b97..2cca082f 100644
--- a/src/main/resources/messages_pl_PL.properties
+++ b/src/main/resources/messages_pl_PL.properties
@@ -131,6 +131,11 @@ home.certSign.desc=Podpisz dokument PDF za pomocą certyfikatu/klucza prywatnego
home.pageLayout.title=Układ wielu stron
home.pageLayout.desc=Scal wiele stron dokumentu PDF w jedną stronę
+home.scalePages.title=Dopasuj rozmiar stron
+home.scalePages.desc=Dopasuj rozmiar stron wybranego dokumentu PDF
+
+error.pdfPassword=Dokument PDF jest zabezpieczony hasłem, musisz podać prawidłowe hasło.
+
downloadPdf=Pobierz PDF
text=Tekst
font=Czcionka
@@ -142,6 +147,12 @@ pageLayout.header=Układ wielu stron
pageLayout.pagesPerSheet=Stron na jednym arkuszu:
pageLayout.submit=Wykonaj
+scalePages.title=Dopasuj rozmiar stron
+scalePages.header=Dopasuj rozmiar stron
+scalePages.pageSize=Rozmiar stron dokumentu:
+scalePages.scaleFactor=Poziom powiększenia (przycięcia) stron:
+scalePages.submit=Wykonaj
+
certSign.title=Podpisywanie certyfikatem
certSign.header=Podpisz dokument PDF certyfikatem prywatnym (moduł w budowie)
certSign.selectPDF=Wybierz dokument PDF do podpisania:
diff --git a/src/main/resources/static/images/heart-fill.svg b/src/main/resources/static/images/heart-fill.svg
new file mode 100644
index 00000000..517f2f7c
--- /dev/null
+++ b/src/main/resources/static/images/heart-fill.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html
index d2d03228..a7b45200 100644
--- a/src/main/resources/templates/fragments/footer.html
+++ b/src/main/resources/templates/fragments/footer.html
@@ -3,6 +3,7 @@
+