Fix comments

This commit is contained in:
Peter Chakalov
2025-01-22 18:37:27 +02:00
parent 3828900455
commit df098484ae
2 changed files with 4 additions and 3 deletions

View File

@@ -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")