feat(libreoffice): add exportFormFields option

This commit is contained in:
Martin
2024-03-22 13:35:35 +01:00
committed by Julien Neuhart
parent c9aa4938f4
commit 91f63047e0
4 changed files with 43 additions and 2 deletions

View File

@@ -50,6 +50,11 @@ type Options struct {
// Optional.
PageRanges string
// Form fields from input is exported as form fields in the resulting PDF.
// Defaults to true
// Optional.
ExportFormFields bool
// PdfFormats allows to convert the resulting PDF to PDF/A-1b, PDF/A-2b,
// PDF/A-3b and PDF/UA.
// Optional.