* Add a checkbox to WatermarkController to convert the pdf to pdf-image
* 381: Fix messages_en_GB
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
separated blank and non-blank pages and created unified ZIP archive
Co-authored-by: mannam <101550345+ManoharMannam@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
* Update languages.html
Added an entry for "Danish".
* Update languages.html
filename of flag was wrong.
* Danish flag svg
* Create messages_da_DK.properties
Initial commit of danish translation.
* Update messages_da_DK.properties
* Update messages_da_DK.properties
* Translate to Vietnamese
* Add translation for Vietnamese
* - Remove invalid properties and duplicated values.
- Add blank lines to align with the original format of en_GB file
* fix eof
* add empty lines to align with the template format. The number of line is equal with the reference en_GB file now
* change some translations to be more natural and easier to understand
* Added support for Thai language
* Correct Thai national flag proportions in SVG
* Remove th_TH from env.LANGS
causer
Failed tests:
Stirling-PDF-Regression
Some tests failed.
Error: Process completed with exit code 1.
* fix incorrect syntax
* preparing to switch to a new database version
* add PreAuthorize
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
* Update compare.html
* Update compare.html
* Conform to text requirements
Changed text in some labels to conform to Thymeleaf format.
* Add GB to th:text for label
Translate untranslated text to Simplified Chinese;
Standardize Chinese expressions for identical English phrases;
Remove spaces between Chinese and English text for consistency.
- Added Portuguese in the table (README.md)
- ApplicationProperties.class diluted, provider outsourced to its own class
- Added UnsupportedProviderException to indicate a meaningful error
- Closes#1357
- Closes#1238
* Improve the PDF rendering process for pages of varying sizes
This commit includes changes to handle the rendering of PDF documents with pages of different sizes. The updated code calculates the dimensions of each page upfront and assembles a final combined image that accommodates for the differing page dimensions. This approach avoids repetitive renderings of the same page sizes.
* Refactor image preparation for Pdf to Image