this post was submitted on 14 Mar 2025
161 points (98.2% liked)
iiiiiiitttttttttttt
575 readers
18 users here now
you know the computer thing is it plugged in?
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
You can join PDFs in GIMP in a pinch.
Its not efficient but its possible..
Libreoffice draw can edit PDFs, and is polished the same as all the rest of the Libreoffice suite. It works pretty well in my experience.
What is wrong with pdfcat?
Nobody knows it exists, apparently.
(And even worse, people are too computer-illiterate to think "hey, maybe there's a solution for my problem" and figure out how to go find it.)
Sometimes I don't like using a CLI program, especially for something so visual like PDFs. If I don't need to make any edits to a PDF and am only arranging it, I like to use a program called PDFarranger.
If I wanted a gui, I'd first check to see if there is an xpdfcat command.
pdfunite FTW
I have a cli command for it somewhere in my shell history
Oooh I'd love to see that if you find a spare moment 🙏
I'll totally check it if I remember. Don't hesitate to ping me if I don't reply with it in a day.
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.NAPS2 will do it too, and quickly.
I have 100% used my iPad to combine PDFs in a pinch. I was in a bind and away from my desk. Turns out, iPads can combine PDFs directly from the file manager. Hate on Apple all you want, but that shit should come standard with every OS by this point.