docs(godoc): add link to issue 1149 [ci skip]

This commit is contained in:
Julien Neuhart
2025-03-18 08:55:09 +01:00
parent 147e3b1173
commit ea6854fadc

View File

@@ -275,6 +275,7 @@ func (p *libreOfficeProcess) pdf(ctx context.Context, logger *zap.Logger, inputP
args = append(args, "--printer", "PaperOrientation=landscape")
}
// See: https://github.com/gotenberg/gotenberg/issues/1149.
if options.PageRanges != "" {
args = append(args, "--export", fmt.Sprintf("PageRange=%s", options.PageRanges))
}