mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
chore(godoc): add breaklines
This commit is contained in:
@@ -54,15 +54,18 @@ type Options struct {
|
|||||||
// Optional.
|
// Optional.
|
||||||
ExportFormFields bool
|
ExportFormFields bool
|
||||||
|
|
||||||
// SinglePageSheets allows to output each sheet as a single page in the resulting PDF.
|
// SinglePageSheets allows to output each sheet as a single page in the
|
||||||
|
// resulting PDF.
|
||||||
// Optional
|
// Optional
|
||||||
SinglePageSheets bool
|
SinglePageSheets bool
|
||||||
|
|
||||||
// LosslessImageCompression allows turning lossless compression on or off to tweak image conversion performance.
|
// LosslessImageCompression allows turning lossless compression on or off
|
||||||
|
// to tweak image conversion performance.
|
||||||
// Optional
|
// Optional
|
||||||
LosslessImageCompression bool
|
LosslessImageCompression bool
|
||||||
|
|
||||||
// ReduceImageResolution allows turning on or off image resolution reduction to tweak image conversion performance.
|
// ReduceImageResolution allows turning on or off image resolution
|
||||||
|
// reduction to tweak image conversion performance.
|
||||||
// Optional
|
// Optional
|
||||||
ReduceImageResolution bool
|
ReduceImageResolution bool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user