docs(godoc): improve the UpdateIndexes godoc

This commit is contained in:
Julien Neuhart
2025-03-17 14:51:24 +01:00
parent 8252142e65
commit 147e3b1173

View File

@@ -62,8 +62,9 @@ type Options struct {
// PageRanges allows to select the pages to convert. // PageRanges allows to select the pages to convert.
PageRanges string PageRanges string
// UpdateIndexes specifies whether to update the indexes before conversion // UpdateIndexes specifies whether to update the indexes before conversion,
// or not, with the risk of disabling links in documents. // keeping in mind that doing so might result in missing links in the final
// PDF.
UpdateIndexes bool UpdateIndexes bool
// ExportFormFields specifies whether form fields are exported as widgets // ExportFormFields specifies whether form fields are exported as widgets