Merge / convert multiple PDF files into one PDF

Post Reply
valgonzalez
Site Admin
Posts: 56
Joined: Fri Aug 30, 2024 4:30 pm

Merge / convert multiple PDF files into one PDF

Post by valgonzalez »

I installed the pdftk (pdf toolkit) on our debian server, and using the following command I achieved desired output:

pdftk file1.pdf file2.pdf cat output output.pdf

or

gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf file3.pdf ... ESTE ULTIMO FUE EL QUE ME FUNCIONÓ
Attachments
Screenshot From 2024-12-17 14-34-13.png
Screenshot From 2024-12-17 14-34-13.png (44.41 KiB) Viewed 91113 times
Post Reply