Skip to content

Commit

Permalink
chore(godoc): add breaklines
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Jun 13, 2024
1 parent 669a35a commit 697fa08
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkg/modules/libreoffice/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,18 @@ type Options struct {
// Optional.
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
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
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
ReduceImageResolution bool

Expand Down

0 comments on commit 697fa08

Please sign in to comment.