mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-12 02:12:15 +01:00
Fix comments
This commit is contained in:
@@ -101,7 +101,7 @@ func (engine *QPdf) Merge(ctx context.Context, logger *zap.Logger, inputPaths []
|
||||
return fmt.Errorf("merge PDFs with QPDF: %w", err)
|
||||
}
|
||||
|
||||
// Flatten is not available in this implementation.
|
||||
// Flatten merges annotation appearances with page content, deleting the original annotations.
|
||||
func (engine *QPdf) Flatten(ctx context.Context, logger *zap.Logger, inputPath, outputPath string) error {
|
||||
var args []string
|
||||
args = append(args, "--generate-appearances")
|
||||
|
||||
Reference in New Issue
Block a user