this post was submitted on 14 Mar 2025
181 points (98.4% liked)
[Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.
908 readers
1 users here now
you know the computer thing is it plugged in?
Moved to !iiiiiiitttttttttttt@programming.dev.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Windows, Linux, or mac?
Linux or Mac, but if you only have windows I can convert, thank you!
With
pdftk
it'spdftk $(ls -v *.pdf) cat output merged.pdf
for all pdf files in the directory andpdftk a.pdf b.pdf cat output merged.pdf
for specific files.