diff --git a/pkg/modules/libreoffice/api/api.go b/pkg/modules/libreoffice/api/api.go index aaacab06..2ca56ed9 100644 --- a/pkg/modules/libreoffice/api/api.go +++ b/pkg/modules/libreoffice/api/api.go @@ -62,8 +62,9 @@ type Options struct { // PageRanges allows to select the pages to convert. PageRanges string - // UpdateIndexes specifies whether to update the indexes before conversion - // or not, with the risk of disabling links in documents. + // UpdateIndexes specifies whether to update the indexes before conversion, + // keeping in mind that doing so might result in missing links in the final + // PDF. UpdateIndexes bool // ExportFormFields specifies whether form fields are exported as widgets