A Broadgun equivalent for Xubuntu 20.04

Asked by Ken

Is there an alternative pdf tool for Ubuntu such as the windows Broadgun application?

I'm told that Broadgun can bundle a bunch of pdf files together into a single pdf file for email attachment. Your help will be appreciated! I have a windows user's conversion to Linux hanging in the balance on this!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

So you want to put a bunch of PDFs together to make one big PDF? If so does cat work?

cat file1.pdf file2.pdf file3.pdf > output.pdf

Does that work?

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

Maybe pdfsam works for you
https://launchpad.net/ubuntu/+source/pdfsam
and
https://pdfsam.org/pdfsam-basic/

or the CLI command pdfunite from poppler-utils

Revision history for this message
Ken (ken-1) said :
#3

Thanks Manfred Hampl, that solved my question.