Julien Neuhart
0febb60a3f
test: add integration tests
2025-03-21 14:09:34 +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
a6f4c5651c
feat(chromium): set the default value of the flag --chromium-restart-after to 10
2025-01-11 11:08:19 +01:00
Julien Neuhart
984cf77ee0
fix(chromium): info log into debug log + slight improvement of the killing of stuck processes
2025-01-02 17:22:13 +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
16807bd57f
fix(split): wrong output paths when converting to PDF/A & PDF/UA
2024-12-23 10:04:24 +01:00
Julien Neuhart
c30da805b3
feat(pdfengines): add split feature
2024-12-20 16:16:32 +01:00
Julien Neuhart
42ee593708
chore(pdfengines): add stubs for common workflows
2024-11-25 09:28:42 +01:00
Tam Nguyen
79f396f6ff
feat(chromium): add GenerateDocumentOutline option
2024-11-18 08:58:26 +01:00
Julien Neuhart
711b43070d
feat(chromium): add failOnResourceLoadingFailed and failOnResourceHttpStatusCodes form fields
2024-11-05 11:44:01 +01:00
Julien Neuhart
8ff9d3bcf1
feat(chromium): add scope to extraHttpHeaders
2024-10-11 13:45:07 +02:00
Julien Neuhart
1252ea076b
feat(chromium): skipNetworkIdleEvent is now true by default
2024-09-29 18:04:37 +02:00
Julien Neuhart
68784616a4
chore(godoc): removing dots
2024-09-13 16:44:12 +02:00
Julien Neuhart
a3647fea8a
fix(chromium): increase the scope of loading failed errors ( #962 )
2024-09-07 15:54:01 +02:00
Julien Neuhart
f87362ec1b
feat(chromium): HTTP Bad Request on net::ERR_CONNECTION_REFUSED
2024-07-01 13:40:12 +02:00
Julien Neuhart
b3f4a02658
chore(chromium): add missing tests on default options
2024-06-30 20:40:40 +02:00
Julien Neuhart
50304dbefe
chore(chromium): remove some 'Optional' comments
2024-06-27 11:53:18 +02:00
Julien Neuhart
b1d94a3845
feat(chromium): add user agent override
2024-06-12 20:51:10 +02:00
Julien Neuhart
0f0a6ce042
feat(chromium): add clip options to screenshot routes
2024-04-25 17:24:23 +02:00
Julien Neuhart
1d66b43da1
feat(chromium): set cookies
2024-04-10 13:43:31 +02:00
Julien Neuhart
0a8625227f
feat(exiftool): refactor read write metadata
2024-03-23 16:47:28 +01:00
Piyush Srivastava
71911cb1a7
feat(ExifTool): add capability to overwrite metadata of the PDF generated ( #776 )
...
* add new metadata functions to pdf engine interface
* add exiftool module with relevant test cases
* use exiftool to overwrite metadata in libreoffice
* use exiftool to overwrite metadata in chromium
* fix linter issues
* fix more linter issues
* more test cases for better coverage
* remove utils
* minor changes
* remove metadata from pdfoptions
* correct indentation
* read/write metadata one file at a time.
2024-03-23 16:47:28 +01:00
Julien Neuhart
eb054146d2
feat(chromium): support more units for paper size and margins
2024-03-17 14:34:28 +01:00
Julien Neuhart
5ad90ccdb8
fix: file rename now correctly works for zip archive
2024-03-15 16:12:18 +01:00
Julien Neuhart
7b7ffb427d
fix(chromium): disable PDF tagging
2024-03-15 10:56:35 +01:00
Julien Neuhart
804fcff5b6
fix(chromium): remove tagged PDF by default
2024-03-04 10:28:54 +01:00
Julien Neuhart
bf5056f8fe
feat(chromium): single page PDF
2024-02-23 21:27:18 +01:00
Julien Neuhart
366eebb68c
chore: using error middleware to handle common errors and lighten codebase
2024-02-23 14:52:43 +01:00
Julien Neuhart
f906ed741d
fix(flags): typos
2024-02-18 17:52:51 +01:00
Julien Neuhart
ad152e62e5
fix(chromium): better default deny list regexp
2024-02-18 17:18:40 +01:00
Julien Neuhart
b1f3d6d4c0
feat: handling more ErrMaximumQueueSizeExceeded scenarios
2024-02-18 13:05:48 +01:00
timgrohmann
770208024d
feat: enable max queue size for chromium and libreoffice
...
fix gotenberg/gotenberg#463
2024-02-18 11:35:49 +01:00
Julien Neuhart
9091ffd1b3
fix(libreoffice): keep original extension all the time for preserved filenames in zipped output
2024-02-16 19:50:17 +01:00
Julien Neuhart
0e8385a5a7
fix(chromium): missing webp validation
2024-01-08 11:44:56 +01:00
Julien Neuhart
1123af15c9
chore: upgrade to v8 ( #767 )
2024-01-04 19:30:03 +01:00
Julien Neuhart
b2f6e865a7
feat(chromium): capture screenshot ( #765 )
2024-01-04 19:14:38 +01:00
Julien Neuhart
93b9ac2d13
feat(chromium): flags for clearing cache/cookies between each conversion ( #756 )
2023-12-14 22:06:13 +01:00
Julien Neuhart
64af65b0e7
feat(chromium): return 409 Conflict if HTTP status code from main page is not acceptable ( #755 )
2023-12-14 21:39:36 +01:00
Julien Neuhart
cc65ca9b6a
fix(api): wait for modules readiness before starting server ( #752 )
2023-12-13 14:37:35 +01:00
Julien Neuhart
4bd7cba247
fix(libreoffice): accept PDF/A-1b instead of PDF/A-1a ( #751 )
2023-12-13 12:40:09 +01:00
Julien Neuhart
92e2f7f8b7
feat(chromium): skip networkIdle event
2023-12-12 18:40:55 +01:00
Julien Neuhart
5eb44320ae
fix(typo): Pdf -> PDF
2023-12-11 10:23:09 +01:00
Julien Neuhart
0e836622ec
chore(chromium): typo in a comment
2023-12-08 09:38:17 +01:00
Julien Neuhart
21c47f60f2
feat: remove deprecated stuff ( #726 )
2023-12-01 09:45:07 +01:00
Julien Neuhart
3a28f4a0cb
chore: minor refactor of api module
2023-11-22 12:11:23 +01:00
Julien Neuhart
143b7ce678
feat(pdfengines): add PDF/UA ( #714 )
2023-11-05 20:14:36 +01:00
Julien Neuhart
052448c59a
chore(libreoffice): switch to supervisor ( #708 )
2023-10-28 17:55:53 +02:00
Julien Neuhart
54daac329e
fix: chromium memory leaks ( #705 )
2023-10-23 17:52:30 +02:00
Julien Neuhart
258876d13f
fix: LibreOffice newer versions stability ( #697 )
2023-10-23 17:05:10 +02:00