mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 04:32:15 +01:00
docs(godoc): add link to issue 1149 [ci skip]
This commit is contained in:
@@ -275,6 +275,7 @@ func (p *libreOfficeProcess) pdf(ctx context.Context, logger *zap.Logger, inputP
|
|||||||
args = append(args, "--printer", "PaperOrientation=landscape")
|
args = append(args, "--printer", "PaperOrientation=landscape")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// See: https://github.com/gotenberg/gotenberg/issues/1149.
|
||||||
if options.PageRanges != "" {
|
if options.PageRanges != "" {
|
||||||
args = append(args, "--export", fmt.Sprintf("PageRange=%s", options.PageRanges))
|
args = append(args, "--export", fmt.Sprintf("PageRange=%s", options.PageRanges))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user