diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 15ff69d3..ce7ee576 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -143,6 +143,8 @@ home.add-page-numbers.desc=Add Page numbers throughout a document in a set locat home.auto-rename.title=Auto Rename PDF File home.auto-rename.desc=Auto renames a PDF file based on its detected header +home.adjust-contrast.title=Adjust Colors/Contrast +home.adjust-contrast.desc=Adjust Contrast, Saturation and Brightness of a PDF error.pdfPassword=The PDF Document is passworded and either the password was not provided or was incorrect diff --git a/src/main/resources/templates/other/adjust-contrast.html b/src/main/resources/templates/other/adjust-contrast.html index 8250d609..763ecf65 100644 --- a/src/main/resources/templates/other/adjust-contrast.html +++ b/src/main/resources/templates/other/adjust-contrast.html @@ -1,64 +1,95 @@ - + - + -
-
-
-

-
-
-
-

- - +
+
+
+

+
+
+
+

+ + -

Contrast: 100%

- +

+ Contrast: 100% +

+ -

Brightness: 100%

- +

+ Brightness: 100% +

+ -

Saturation: 100%

- - - +

+ Saturation: 100% +

+ - - + - - -
-
-
-
-
-
+ + +
+
+
+
+
+
\ No newline at end of file