Creating pdf 1.4 with imagemagick
Posted: 2007-09-04T10:42:14-07:00
Hello everybody
I'm a new imagemagick user. I need to create a pdf file (with a single image inside) starting from a png file. I'm on Ubuntu 7.04. I simply opened my shell and keyed in:
The result is a pdf file, but the version of pdf is 1.3. How can I obtain a pdf 1.4?
Thank you in advanced for your help.
D.V.
I'm a new imagemagick user. I need to create a pdf file (with a single image inside) starting from a png file. I'm on Ubuntu 7.04. I simply opened my shell and keyed in:
Code: Select all
convert image.png image.pdf
Thank you in advanced for your help.
D.V.