Merging png images into one pdf file

twidizle picture twidizle · Jan 24, 2011 · Viewed 43.9k times · Source

How can I merge several .png files into one PDF file in Unix?

Answer

Jeremiah Willcock picture Jeremiah Willcock · Jan 24, 2011

From looking through the documentation on ImageMagick, it might be as easy as:

convert 1.png 2.png myfile.pdf

If that doesn't work, PDFjam claims to be able to solve your problem.