pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Package to merge multiple .pdf files?



On Mon, Apr 29, 2019 at 05:33:37AM +0800, Paul Goyette wrote:
> I've got two .pdf files, each with one page, and I want to merge them
> into a single 2-page document.

This is my 1 liner script based on gs. Simple, fast and gets the job done.

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=joined.pdf $*

Mayuresh



Home | Main Index | Thread Index | Old Index