mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 19:32:15 +01:00
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
This commit is contained in:
@@ -59,6 +59,10 @@ type Options struct {
|
||||
// Optional
|
||||
SinglePageSheets bool
|
||||
|
||||
// ExportNotesInMargin allows to export comments in margin.
|
||||
// Optional
|
||||
ExportNotesInMargin bool
|
||||
|
||||
// LosslessImageCompression allows turning lossless compression on or off
|
||||
// to tweak image conversion performance.
|
||||
// Optional
|
||||
|
||||
Reference in New Issue
Block a user