Julien Neuhart
5cd8c6a5da
feat(api): add HEAD method for health route ( #963 )
2024-09-07 17:31:43 +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
c9f10d248e
fix(libreoffice): use default options in PDF engines method - resolves #939
2024-08-11 14:53:05 +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
f87362ec1b
feat(chromium): HTTP Bad Request on net::ERR_CONNECTION_REFUSED
2024-07-01 13:40:12 +02:00
Julien Neuhart
84dc57373a
feat(libreoffice): add many more options for conversions
2024-06-30 21:34:57 +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
3956763825
fix(api): basic auth only for modules' routes
2024-06-21 20:38:30 +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
Julien Neuhart
b1d94a3845
feat(chromium): add user agent override
2024-06-12 20:51:10 +02:00
Jonas Geiler
73d02e85c4
refactor(api): improved tests and test messages
...
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
2024-05-27 14:11:37 +02:00
Jonas Geiler
7aecc94049
refactor(api): re-use error when starting the API server
...
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
2024-05-27 14:11:37 +02:00
Jonas Geiler
b55fbfeb8e
refactor(api): updated tls validation error message
...
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com >
2024-05-27 14:11:37 +02:00
Jonas Geiler
20b8991fa4
feat(api): added tls/ssl support
2024-05-27 14:11:37 +02:00
Julien Neuhart
020a2f00c2
fix(pdfengine): PDFcpu -> pdfcpu
2024-05-02 10:04:25 +02:00
IMATIASL\jaime.pineiro
bed8c25e40
feat(logging): Write log time in local timezone rather than UTC
2024-04-29 10:18:27 +02:00
Julien Neuhart
0f0a6ce042
feat(chromium): add clip options to screenshot routes
2024-04-25 17:24:23 +02:00
Julien Neuhart
2267c5be00
feat(api): add version route
2024-04-17 09:55:38 +02:00
Julien Neuhart
1d66b43da1
feat(chromium): set cookies
2024-04-10 13:43:31 +02:00
Julien Neuhart
75c4a4f253
feat(api): add basic auth support
2024-04-05 17:20:34 +02:00
Martin
43a13ff2c5
feat(libreoffice): add singlePageSheets option
2024-03-25 15:46:48 +01:00
Julien Neuhart
c63235cd3d
feat(exiftool): handle boolean metadata
2024-03-23 16:47:28 +01:00
Julien Neuhart
f4ce196a34
fix(pdfengines): return a 400 Bad Request if no metadata to write
2024-03-23 16:47:28 +01:00
Julien Neuhart
e644b27201
feat(pdfengines): add write metadata option on merge route
2024-03-23 16:47:28 +01:00
Julien Neuhart
d2b14582ee
feat(pdfengines): add write metadata route
2024-03-23 16:47:28 +01:00
Julien Neuhart
773d3ab13c
feat(pdfengines): add read metadata route
2024-03-23 16:47:28 +01:00
Julien Neuhart
a02a4a07a5
chore(golangci-lint): update conf
2024-03-23 16:47:28 +01:00
Julien Neuhart
0a8625227f
feat(exiftool): refactor read write metadata
2024-03-23 16:47:28 +01:00
Julien Neuhart
2008ac5663
chore: improve the godoc of all PDF engine packages
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
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
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
ef97d81ca8
fix(libreoffice): wrong number of file extensions
2024-03-15 11:37:34 +01:00
Julien Neuhart
c9f7b642c5
fix(api): wrong expected message in tests
2024-03-15 11:25:55 +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
7b7ffb427d
fix(chromium): disable PDF tagging
2024-03-15 10:56:35 +01:00
Julien Neuhart
0f8bbead66
fix(api): do not catch gotenberg.ErrPdfEngineMethodNotSupported as it may hides other errors
2024-03-04 11:17:36 +01:00
Julien Neuhart
804fcff5b6
fix(chromium): remove tagged PDF by default
2024-03-04 10:28:54 +01:00
Julien Neuhart
d18e6920fc
chore(libreoffice): order ext list alphabetically
2024-03-04 10:09:42 +01:00
eMerzh
c95174ff11
feat(libreoffice): add macOS *.key support
2024-02-26 16:47:52 +01:00
Julien Neuhart
c70329c22b
chore(api): improve gotenberg.ErrPdfFormatNotSupported HTTP message
2024-02-24 14:55:48 +01:00
Julien Neuhart
34f69263a2
feat(libreoffice): explicity set tagged PDF as default
2024-02-24 13:45:01 +01:00