Skip to content

Commit

Permalink
Merge to PDF: Output path without newline
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Nov 18, 2024
1 parent cc74964 commit e72e5ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ joinFiles.forEach { joinFile in

// Write PDF
pdfDocument.write(to: pdfFile)
print(pdfFile.path)
print(pdfFile.path, terminator: "")
Binary file not shown.

0 comments on commit e72e5ea

Please sign in to comment.