From 523503a1006371648d1dcd434bdfcca79a7da071 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:53:10 +0000 Subject: [PATCH] Proxy test (#17) * Add files via upload * Add files via upload --- src/main/resources/templates/add-image.html | 2 +- src/main/resources/templates/compress-pdf.html | 2 +- src/main/resources/templates/convert-pdf.html | 4 ++-- src/main/resources/templates/home.html | 14 +++++++------- src/main/resources/templates/merge-pdfs.html | 2 +- src/main/resources/templates/navbar.html | 16 ++++++++-------- src/main/resources/templates/pdf-organizer.html | 2 +- src/main/resources/templates/rotate-pdf.html | 2 +- src/main/resources/templates/split-pdfs.html | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/main/resources/templates/add-image.html b/src/main/resources/templates/add-image.html index 80a2f64d..f0c81be0 100644 --- a/src/main/resources/templates/add-image.html +++ b/src/main/resources/templates/add-image.html @@ -17,7 +17,7 @@ -
diff --git a/src/main/resources/templates/compress-pdf.html b/src/main/resources/templates/compress-pdf.html index da519f2f..fdf47a26 100644 --- a/src/main/resources/templates/compress-pdf.html +++ b/src/main/resources/templates/compress-pdf.html @@ -17,7 +17,7 @@ -

Warning: This process can take up to a minute depending on file-size

diff --git a/src/main/resources/templates/convert-pdf.html b/src/main/resources/templates/convert-pdf.html index 798cdb2c..caa89d05 100644 --- a/src/main/resources/templates/convert-pdf.html +++ b/src/main/resources/templates/convert-pdf.html @@ -15,7 +15,7 @@

Image to PDF

+ th:action="@{convert-to-pdf}">
@@ -36,7 +36,7 @@
Split PDFs

Split PDFs into multiple documents

- Go + Go
@@ -45,7 +45,7 @@
Add image to PDF

Adds image/watermark to a PDF

- Go + Go
@@ -57,7 +57,7 @@
Convert to/from PDF

Convert images to/from PDF.

- Go + Go
@@ -67,7 +67,7 @@
PDF Organizer

Remove/Rearrange pages in any order

- Go + Go
@@ -77,7 +77,7 @@
Rotate PDFs

Easily rotate your PDFs.

- Go + Go
@@ -95,7 +95,7 @@
Compress PDFs

Compress PDFs to reduce their file size.

- Go + Go
diff --git a/src/main/resources/templates/merge-pdfs.html b/src/main/resources/templates/merge-pdfs.html index 67ed1276..b0a027d6 100644 --- a/src/main/resources/templates/merge-pdfs.html +++ b/src/main/resources/templates/merge-pdfs.html @@ -15,7 +15,7 @@

Merge multiple PDFs (2+)

-
diff --git a/src/main/resources/templates/navbar.html b/src/main/resources/templates/navbar.html index 0b80f9c9..0c7297f3 100644 --- a/src/main/resources/templates/navbar.html +++ b/src/main/resources/templates/navbar.html @@ -1,7 +1,7 @@