PNG(s) to PDF, the command line way
by Danilo • October 25, 2012 • Imaging, Tips, Utilities • 0 Comments
A quick tip for command line users: if you want to convert .png files to .pdf: convert *.png filename.pdf Simple! If you want to keep control of page sequence or specific files to convert: convert page1.png page2.png page3.png filename.pdf Needless to say, but I’ll say it anyways, the .pdf won’t be in vector graphics,...
Read more →