From 9965af68eff41f0eb6c8128f6afd17ceb34a0c2d Mon Sep 17 00:00:00 2001 From: fz Date: Mon, 18 Nov 2024 11:40:56 +0100 Subject: [PATCH] push --- src/main/resources/templates/convert/book-to-pdf.html | 1 + src/main/resources/templates/convert/file-to-pdf.html | 1 + src/main/resources/templates/convert/html-to-pdf.html | 1 + src/main/resources/templates/convert/img-to-pdf.html | 1 + src/main/resources/templates/convert/markdown-to-pdf.html | 1 + src/main/resources/templates/convert/pdf-to-book.html | 1 + src/main/resources/templates/convert/pdf-to-csv.html | 1 + src/main/resources/templates/convert/pdf-to-html.html | 1 + src/main/resources/templates/convert/pdf-to-img.html | 1 + src/main/resources/templates/convert/pdf-to-pdfa.html | 1 + src/main/resources/templates/convert/pdf-to-presentation.html | 1 + src/main/resources/templates/convert/pdf-to-text.html | 1 + src/main/resources/templates/convert/pdf-to-word.html | 1 + src/main/resources/templates/convert/pdf-to-xml.html | 1 + src/main/resources/templates/convert/url-to-pdf.html | 1 + 15 files changed, 15 insertions(+) diff --git a/src/main/resources/templates/convert/book-to-pdf.html b/src/main/resources/templates/convert/book-to-pdf.html index 2de6011f6..f324c4b29 100644 --- a/src/main/resources/templates/convert/book-to-pdf.html +++ b/src/main/resources/templates/convert/book-to-pdf.html @@ -14,6 +14,7 @@

+

diff --git a/src/main/resources/templates/convert/file-to-pdf.html b/src/main/resources/templates/convert/file-to-pdf.html index 062abda3a..e740e9c04 100644 --- a/src/main/resources/templates/convert/file-to-pdf.html +++ b/src/main/resources/templates/convert/file-to-pdf.html @@ -19,6 +19,7 @@ draft
+

diff --git a/src/main/resources/templates/convert/html-to-pdf.html b/src/main/resources/templates/convert/html-to-pdf.html index 9ed186be5..f19d58b19 100644 --- a/src/main/resources/templates/convert/html-to-pdf.html +++ b/src/main/resources/templates/convert/html-to-pdf.html @@ -17,6 +17,7 @@ html
+

diff --git a/src/main/resources/templates/convert/img-to-pdf.html b/src/main/resources/templates/convert/img-to-pdf.html index 758e83289..a04890b40 100644 --- a/src/main/resources/templates/convert/img-to-pdf.html +++ b/src/main/resources/templates/convert/img-to-pdf.html @@ -17,6 +17,7 @@ image
+

diff --git a/src/main/resources/templates/convert/markdown-to-pdf.html b/src/main/resources/templates/convert/markdown-to-pdf.html index cacc27167..23caaf786 100644 --- a/src/main/resources/templates/convert/markdown-to-pdf.html +++ b/src/main/resources/templates/convert/markdown-to-pdf.html @@ -17,6 +17,7 @@ markdown
+

diff --git a/src/main/resources/templates/convert/pdf-to-book.html b/src/main/resources/templates/convert/pdf-to-book.html index ef5f10630..8de55ba17 100644 --- a/src/main/resources/templates/convert/pdf-to-book.html +++ b/src/main/resources/templates/convert/pdf-to-book.html @@ -14,6 +14,7 @@

+

diff --git a/src/main/resources/templates/convert/pdf-to-csv.html b/src/main/resources/templates/convert/pdf-to-csv.html index a4e52e237..4d0d46031 100644 --- a/src/main/resources/templates/convert/pdf-to-csv.html +++ b/src/main/resources/templates/convert/pdf-to-csv.html @@ -16,6 +16,7 @@ csv
+

diff --git a/src/main/resources/templates/convert/pdf-to-html.html b/src/main/resources/templates/convert/pdf-to-html.html index 833940c0f..b9941e416 100644 --- a/src/main/resources/templates/convert/pdf-to-html.html +++ b/src/main/resources/templates/convert/pdf-to-html.html @@ -17,6 +17,7 @@ html
+


diff --git a/src/main/resources/templates/convert/pdf-to-img.html b/src/main/resources/templates/convert/pdf-to-img.html index c9efb0e78..0aeab9615 100644 --- a/src/main/resources/templates/convert/pdf-to-img.html +++ b/src/main/resources/templates/convert/pdf-to-img.html @@ -17,6 +17,7 @@ image
+

Python is not installed. Required for WebP conversion.

diff --git a/src/main/resources/templates/convert/pdf-to-pdfa.html b/src/main/resources/templates/convert/pdf-to-pdfa.html index 33c07acb9..d7d02b2ce 100644 --- a/src/main/resources/templates/convert/pdf-to-pdfa.html +++ b/src/main/resources/templates/convert/pdf-to-pdfa.html @@ -17,6 +17,7 @@ picture_as_pdf +

diff --git a/src/main/resources/templates/convert/pdf-to-presentation.html b/src/main/resources/templates/convert/pdf-to-presentation.html index c52419f30..65f610efb 100644 --- a/src/main/resources/templates/convert/pdf-to-presentation.html +++ b/src/main/resources/templates/convert/pdf-to-presentation.html @@ -17,6 +17,7 @@ slideshow +

diff --git a/src/main/resources/templates/convert/pdf-to-text.html b/src/main/resources/templates/convert/pdf-to-text.html index a98f06f0f..f848edd55 100644 --- a/src/main/resources/templates/convert/pdf-to-text.html +++ b/src/main/resources/templates/convert/pdf-to-text.html @@ -17,6 +17,7 @@ text_fields
+

diff --git a/src/main/resources/templates/convert/pdf-to-word.html b/src/main/resources/templates/convert/pdf-to-word.html index 1b3f7f588..4689e5d26 100644 --- a/src/main/resources/templates/convert/pdf-to-word.html +++ b/src/main/resources/templates/convert/pdf-to-word.html @@ -17,6 +17,7 @@ description
+

diff --git a/src/main/resources/templates/convert/pdf-to-xml.html b/src/main/resources/templates/convert/pdf-to-xml.html index 25358a681..9c1b72b99 100644 --- a/src/main/resources/templates/convert/pdf-to-xml.html +++ b/src/main/resources/templates/convert/pdf-to-xml.html @@ -17,6 +17,7 @@ code
+


diff --git a/src/main/resources/templates/convert/url-to-pdf.html b/src/main/resources/templates/convert/url-to-pdf.html index 671672586..e79405848 100644 --- a/src/main/resources/templates/convert/url-to-pdf.html +++ b/src/main/resources/templates/convert/url-to-pdf.html @@ -17,6 +17,7 @@ link +