I'm looking to convert a .jpg into a .pdf, where the .jpg is positioned at a certain coordinate say 30 pixels and centered.
Right now I'm just using:
convert image.jpg image.pdf
|
I'm looking to convert a .jpg into a .pdf, where the .jpg is positioned at a certain coordinate say 30 pixels and centered. Right now I'm just using:
|
||||
|
|
|
I assume you want to add a border of, say 30px, on all four sides. Use the
More information can be found here: Imagemagick - Adding/Removing Image Edges If you want the final PDF to be of a particular size, you can use the following options:
|
|||||
|