From 31e7582216c677d8f7577706c9bf7db089635ec8 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 22 Mar 2024 15:50:14 +0100 Subject: [PATCH] feat(libreoffice): improve ExportFormFields godoc --- pkg/modules/libreoffice/api/api.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/modules/libreoffice/api/api.go b/pkg/modules/libreoffice/api/api.go index e43c9426..1676fd53 100644 --- a/pkg/modules/libreoffice/api/api.go +++ b/pkg/modules/libreoffice/api/api.go @@ -50,8 +50,7 @@ type Options struct { // Optional. PageRanges string - // Form fields from input is exported as form fields in the resulting PDF. - // Defaults to true + // ExportFormFields allows to... export form fields in the resulting PDF. // Optional. ExportFormFields bool