Update docker.io/gotenberg/gotenberg Docker tag to v8.15.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/gotenberg/gotenberg | minor |
8.14.1 -> 8.15.1
|
Release Notes
gotenberg/gotenberg (docker.io/gotenberg/gotenberg)
v8.15.1
: 8.15.1
Fix
The PDF/A and PDF/UA conversion is broken in version 8.15.0
for the Chromium and LibreOffice routes. This release fixes this issue. Thanks @starwalkn for the heads up!
You may now sponsor this open-source project. Thanks
v8.15.0
: 8.15.0
🎅 🎁 🎄
Happy Holidays! New Features
Split Route
This release brings a new multipart/form-data route for splitting PDF files:
POST /forms/pdfengines/split
It accepts the following form fields:
Key | Description | Default |
---|---|---|
splitMode | Either intervals or pages. | Required |
splitSpan | Either the intervals or the page ranges to extract, depending on the selected mode. | Required |
splitUnify | Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. | false |
Thanks @ps73, @nodecentral, @markitosgv, @wjkoh!
Split Chromium PDFs
The multipart/form-data routes from the Chromium module also accepts the previous form fields for splitting the resulting PDF.
Split LibreOffice PDFs
In the same manner, the multipart/form-data route from the LibreOffice module accepts the previous form fields for splitting the resulting PDFs.
Chore
- Updates Chromium to version
131.0.6778.204/139
(except forarmhf
). - Updates Go dependencies.
You may now sponsor this open-source project. Thanks
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.