Julien Neuhart
7b054da4e7
fix(chromium): generateDocumentOutline now implies generateTaggedPdf
2026-06-16 17:06:10 +02:00
Julien Neuhart
f8905bac8c
refactor: make client- and operator-facing error messages clearer and actionable
2026-06-06 19:23:46 +02:00
Julien Neuhart
45b9f32351
refactor(chromium): drop paint-callback polyfill now that chromedp is pinned
2026-04-30 14:16:59 +02:00
Julien Neuhart
200334197f
feat(chromium): always inject paint-callback polyfill to cover waitDelay users
2026-04-24 14:30:45 +02:00
Julien Neuhart
ce9c48b2b0
fix(testdata): prettify
2026-04-24 12:52:57 +02:00
Julien Neuhart
1c0ff24c4b
feat(chromium): inject paint-callback polyfill when waitForExpression or waitForSelector is set
2026-04-24 12:14:52 +02:00
Julien Neuhart
8f711b0f99
Revert "feat(chromium): skip lifecycle waits when waitForExpression or waitForSelector is set"
...
This reverts commit 430f95f79f .
2026-04-24 11:19:14 +02:00
Julien Neuhart
430f95f79f
feat(chromium): skip lifecycle waits when waitForExpression or waitForSelector is set
2026-04-24 09:28:27 +02:00
Julien Neuhart
c204cadfc5
fix(pdfengines): require uploaded stamp/watermark file for image or pdf source
2026-04-22 07:47:19 +02:00
Julien Neuhart
1ab0117943
fix(chromium): assets not loading
2026-03-30 18:14:15 +02:00
Julien Neuhart
043b1588de
fix(exiftool): arbitrary file write
2026-03-28 14:19:04 +01:00
Julien Neuhart
8f7c1c98ad
fix(api): handle correctly filename that takes more that 200 bytes
2026-03-27 20:55:50 +01:00
Julien Neuhart
4e9f63004d
feat(otel): add OpenTelemetry support
2026-03-27 16:28:45 +01:00
Julien Neuhart
08088c15f4
feat(chromium): skip or waits for networkIdle2 event
2026-03-27 11:01:39 +01:00
Julien Neuhart
06b2b2e10c
fix(chromium): better default security and DX for allow / deny lists
2026-03-27 09:47:21 +01:00
Julien Neuhart
0663e5f92b
feat(pdfengines): add rotate feature
2026-03-18 22:36:20 +01:00
Julien Neuhart
21e300fcec
fix(pdfengines): better workflow when applying PDF/A or PDF/UA compliance
2026-03-18 15:24:31 +01:00
Julien Neuhart
19db80bc2e
feat(pdfengines): add watermark and stamp feature
2026-03-18 04:46:12 +01:00
Daniel Moran
82401bdfdd
feat(chromium): add support for emulated media features in Chromium ( #1474 )
...
Closes https://github.com/gotenberg/gotenberg/issues/1460
It can be easier to print a "clean" PDF of some pages if you emulate
media features like `prefers-reduced-motion`. Add support for that
emulation.
2026-02-17 20:16:28 +01:00
Daniel Moran
3220ca4140
feat(chromium): add waitForSelector option to Chromium conversions ( #1446 )
...
* Add `waitForSelector` option to Chromium conversions
Closes #960
As an alternative to waiting on an expression, this allows users to wait
for a specific node matching a selector to become visible in the HTML /
at the remote URL before converting to PDF.
* Fix style / prettify
2026-01-17 14:57:10 +01:00
markfrost
0b211c39eb
feat(chromium): add IgnoreResourceHttpStatusDomains option to filter out resources based on their hostnames ( #1434 )
...
* Introduced `IgnoreResourceHttpStatusDomains` option to filter out resources based on their hostnames
- Introduced `IgnoreResourceHttpStatusDomains` option to filter out resources based on their hostnames during HTTP status code checks.
- Updated relevant functions to handle domain normalization and matching.
- Enhanced the form data handling to include the new option.
- Added integration test scenario to verify the functionality of ignoring specified domains.
* Updated the `normalizeDomains` function to initialize the `normalized` slice with a predefined capacity based on the input `domains` slice length, improving memory allocation efficiency.
2025-12-25 15:36:45 +01:00
Julien Neuhart
b2c3187690
fix(chromium): better native errors handling
2025-11-15 15:10:09 +01:00
Julien Neuhart
f9ad8bd2d5
test(integration): add more tags, complete embed feature tests suite, fix order with metadata
2025-11-13 22:08:28 +01:00
Hubert Lenoir
a0ee800002
feat(pdfengines): add embed feature
2025-11-05 13:57:23 +01:00
Julien Neuhart
aff7530cb0
feat(build): use trixie-backports for LibreOffice 25.8 - closes #1323
2025-09-09 19:58:14 +02:00
Julien Neuhart
ba944f9dc2
chore: slight improvement of the encrypt feature to be more in line with others features
2025-09-04 14:49:04 +02:00
Stevenson Michel
99307befdd
feat: add PDF encryption feature ( #1217 )
...
* Adding PDF encryption option
* LibreOffice
* QPDF
* PDFtk
* pdfcpu
* Update pkg/modules/pdfengines/pdfengines.go
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
* npx prettier
* go fmt
* PR comments
* Update test/integration/scenario/scenario.go
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
* renamed ProtectWithPassword to encrypt
* more clean up
* Use the same input path as requested
* This commit completes the encryption implementation
* Clean up. Added webhook, disable route and download from tests
---------
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
2025-09-04 14:49:04 +02:00
Julien Neuhart
94c831cd05
fix(integration): failing scenarios
2025-08-03 18:49:14 +02:00
Julien Neuhart
6ff5109b00
fix(integration): non-working scenarios because of a remote service down
2025-08-03 18:02:35 +02:00
Julien Neuhart
b0a84bcbf7
chore(integration): prettify
2025-06-02 11:45:44 +02:00
Julien Neuhart
cf2d413a28
test(integration): comment scenario that is not happening anymore on amd architectures
2025-06-02 11:27:25 +02:00
Julien Neuhart
f75912033e
feat(chromium): split filenames can be controlled with the Gotenberg-Output-Filename header - closes #1130
2025-05-20 14:14:05 +02:00
Julien Neuhart
ce155fb43e
feat(chromium): add generateTaggedPdf to form fields - closes #1210
2025-05-20 11:49:10 +02:00
Julien Neuhart
33f9f1ddf4
docs(test): add TODOs [ci skip]
2025-03-21 14:14:00 +01:00
Julien Neuhart
0febb60a3f
test: add integration tests
2025-03-21 14:09:34 +01:00