Hufeng Zhou's Blog
Hi, this is Zhou Hufeng's Blog, welcome!
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)