Julien Neuhart
a92a7fedba
feat(outbound): support authenticated proxy from environment variables
2026-07-15 20:08:29 +02:00
Julien Neuhart
98fc403478
feat(libreoffice): block linked content from untrusted locations
2026-06-11 15:02:32 +02:00
Julien Neuhart
d4c20c6b39
feat(telemetry): record backing-binary versions on spans, captured at build time
2026-06-07 14:52:06 +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
9ab39b6fca
fix(libreoffice): suppress auto-generated page header for CSV conversions
2026-06-05 17:50:01 +02:00
Julien Neuhart
5c6a5c64b5
fix(libreoffice): correct ErrRuntimeException message
2026-06-04 18:37:06 +02:00
Julien Neuhart
4ebd977d97
feat(libreoffice): cap ErrCoreDumped retries and make them observable
2026-06-02 19:50:12 +02:00
Julien Neuhart
a82dd9f031
feat(libreoffice): add conversion size and requested pdf-format span attributes
2026-06-02 19:47:11 +02:00
Julien Neuhart
c24883b8a1
feat(libreoffice): lift conversions-since-restart and queue depth onto libreoffice span
2026-06-02 19:30:21 +02:00
Julien Neuhart
de572fe6b5
refactor(gotenberg): thread engine label into NewProcessSupervisor
2026-06-02 19:25:47 +02:00
Julien Neuhart
525102b991
refactor(libreoffice): classify Pdf errors and set span error.type
2026-06-02 19:07:26 +02:00
Julien Neuhart
4998870723
feat(libreoffice): SSRF guard for embedded external content
2026-04-30 14:16:59 +02:00
Julien Neuhart
e4a43434dc
docs: improve godoc and documentation [skip ci]
2026-04-03 14:23:18 +02:00
Julien Neuhart
7549a69f71
feat(otel): switch from software name to binary path
2026-03-28 13:31:28 +01:00
Julien Neuhart
ebf0548d19
refactor: switch from multierr to errors.join
2026-03-27 22:14:01 +01:00
Julien Neuhart
d3a65a587c
feat(supervisor): optional idle shutdown
2026-03-27 21:16:49 +01:00
Julien Neuhart
bb91259829
feat(libreoffice): add viewer preference form fields
2026-03-27 19:40:42 +01:00
Julien Neuhart
c72be765b0
feat(otel): add more tracing when communicating with internal tools / external APIs
2026-03-27 16:50:24 +01:00
Julien Neuhart
4e9f63004d
feat(otel): add OpenTelemetry support
2026-03-27 16:28:45 +01:00
Julien Neuhart
1e26fdd35b
fix(libreoffice): set EmbedStandardFonts to true when applying PDF/A or PDF/UA compliance
2026-03-18 13:45:01 +01:00
Julien Neuhart
19db80bc2e
feat(pdfengines): add watermark and stamp feature
2026-03-18 04:46:12 +01:00
Julien Neuhart
57e1b7efda
chore(golangci-lint): bump golangci-lint to v2.10.1
2026-02-21 17:54:46 +01:00
Julien Neuhart
2baa59cb3a
refactor(gofix): modernize
2026-02-20 21:21:19 +01:00
Tom Brouws
12c25a2d21
feat(chromium): re-add concurrency support for Chromium ( #1467 )
...
* feat: add concurrency support to ProcessSupervisor
- Replace the single-slot mutex channel with a configurable semaphore to
allow multiple concurrent tasks.
- Add drain logic to ensure all active
tasks complete before process restarts.
* feat: add chromium-max-concurrency flag
- Add a --chromium-max-concurrency flag (1-6) to the Chromium module to
control how many conversions run in parallel.
- Update LibreOffice to pass maxConcurrency=1 as LibreOffice only supports
a single concurrent conversion.
* test: add integration tests for concurrent Chromium conversions
- Add concurrent request support to the integration test framework with
new step definitions for sending parallel requests and asserting on all
responses.
- Add a feature file for concurrent HTML to PDF conversions.
2026-02-13 10:00:58 +01:00
Julien Neuhart
be3145aae9
chore(libreoffice): switch to env var for handling non-basic latin characters in filenames
2025-05-13 16:10:14 +02:00
Julien Neuhart
3cbf772acf
docs(godoc): fix a bunch of typos
2025-04-17 11:15:52 +02:00
Julien Neuhart
0febb60a3f
test: add integration tests
2025-03-21 14:09:34 +01:00
Julien Neuhart
ea6854fadc
docs(godoc): add link to issue 1149 [ci skip]
2025-03-18 08:55:09 +01:00
Julien Neuhart
147e3b1173
docs(godoc): improve the UpdateIndexes godoc
2025-03-17 14:51:24 +01:00
Julien Neuhart
b31024c362
feat(libreoffice): add updateIndexes form field
2025-03-17 13:32:26 +01:00
Julien Neuhart
81cc483166
test: fix issues with go 1.24
2025-02-13 09:21:38 +01:00
Julien Neuhart
a1596f7c62
feat(api): add debug route
2025-02-04 10:20:29 +01:00
Julien Neuhart
910eb9b770
feat(state): improve clean up when LibreOffice and Chromium are restarted
2024-12-25 17:04:25 +01:00
Julien Neuhart
c30da805b3
feat(pdfengines): add split feature
2024-12-20 16:16:32 +01:00
Julien Neuhart
333ab7066c
chore(libreoffice): remove non-relevant comment about old gc module
2024-11-19 14:25:07 +01:00
Julien Neuhart
b06d7445d9
feat(libreoffice): add password form field for converting protected document
2024-09-20 20:36:45 +02:00
Julien Neuhart
4e1b347797
feat(libreoffice): retry on core dumped ( #930 )
2024-07-23 14:21:09 +02:00
Julien Neuhart
d90e431b5b
fix(libreoffice): add PDFUACompliance arg
2024-07-11 15:14:50 +02:00
Julien Neuhart
0c40b230dc
chore(libreoffice): fix wrong comment on quality option
2024-07-03 10:35:23 +02:00
Julien Neuhart
84dc57373a
feat(libreoffice): add many more options for conversions
2024-06-30 21:34:57 +02:00
maniack
d6fe895f6e
feat(libreoffice): add exportNotesInMargin form field ( #904 )
...
* ExportNotesInMargin allows to export comments in margin
https://help.libreoffice.org/latest/en-US/text/shared/guide/pdf_params.html
* Resolve requested changes
Move ExportNotesInMargin above LosslessImageCompression
Remove overhead ExportNotes=true
2024-06-17 08:31:42 +02:00
Julien Neuhart
697fa08d8b
chore(godoc): add breaklines
2024-06-13 11:14:24 +02:00
garethjudson
669a35afef
feat(libreoffice): add image options ( #898 )
...
* feat: libre office image options
* refactor: PR comment changes
* fix: change lossLessImageCompression default to false
---------
Co-authored-by: Gareth Judson <gareth.judson@delwp.vic.gov.au >
2024-06-13 10:28:36 +02:00
Martin
43a13ff2c5
feat(libreoffice): add singlePageSheets option
2024-03-25 15:46:48 +01:00
Julien Neuhart
31e7582216
feat(libreoffice): improve ExportFormFields godoc
2024-03-22 15:50:34 +01:00
Martin
91f63047e0
feat(libreoffice): add exportFormFields option
2024-03-22 15:50:34 +01:00
Andrea
c9aa4938f4
feat(libreoffice): add more extensions according to online docs ( #841 )
...
* #840 : added more extensions according to online docs @ libreoffice
* #840 : align test
---------
Co-authored-by: Andrea Esposito <a.esposito@hyperborea.com >
2024-03-19 15:46:36 +01:00
Julien Neuhart
ef97d81ca8
fix(libreoffice): wrong number of file extensions
2024-03-15 11:37:34 +01:00
Julien Neuhart
d6c857f4a8
chore(libreoffice): disable PDF tagging by default - for consistency with Chromium
2024-03-15 11:11:51 +01:00
Julien Neuhart
804fcff5b6
fix(chromium): remove tagged PDF by default
2024-03-04 10:28:54 +01:00