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:
maniack
2024-06-17 09:31:42 +03:00
committed by GitHub
parent 697fa08d8b
commit d6fe895f6e
4 changed files with 40 additions and 0 deletions

View File

@@ -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