Wednesday 8 July 2015

How can I convert images to PDF from the command line on linux?

Using imagemagick, you can try:

convert page.png page.pdf


Or for multiple images:

convert page*.png mydoc.pdf

No comments:

Post a Comment

Note: only a member of this blog may post a comment.