Friday, December 6, 2024

Merge pdf files using command line in Linux

 To merge 2 pdf files for example using command line best using pdfunite.

pdfunite file1.pdf file2.pdf output.pdf

where output.pdf is the resulted merged pdf files


The quality is good. I used convert before but the quality of the resulted pdf was not good.

source: https://www.omglinux.com/merge-pdf-files-on-linux/


No comments:

Nvidia new hotplug feature on Linux

 If you use nvidia driver for your GPU, you probably wonder why in some config, you can't hotplug your second monitor. You need to reboo...