How can I convert a series of images to a PDF from the command line on Linux? [closed] October 4, 2022 by Tarik Using ImageMagick, you can try: convert page.png page.pdf For multiple images: convert page*.png mydoc.pdf