From 147e3b11738362b257f4d86512dfa94159206e12 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 17 Mar 2025 14:51:24 +0100 Subject: [PATCH] docs(godoc): improve the UpdateIndexes godoc --- pkg/modules/libreoffice/api/api.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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