How To Convert & Add Order# to PDF

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
arturino
Posts: 6
Joined: 2012-05-04T14:44:09-07:00
Authentication code: 13

How To Convert & Add Order# to PDF

Post by arturino »

Hi wise list!

I need to convert an SVG --> PDF,
+ add an Order# to the bottom of the pdf ( outside of the image area )
also the pdf/image should be converted to sRGB.


easy??

thanks

arturino
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How To Convert & Add Order# to PDF

Post by fmw42 »

see montage at http://www.imagemagick.org/Usage/montage/#label

try

montage -label "yourordernumber" image.svg image.pdf
arturino
Posts: 6
Joined: 2012-05-04T14:44:09-07:00
Authentication code: 13

Re: How To Convert & Add Order# to PDF

Post by arturino »

fantastic.. thanks!
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How To Convert & Add Order# to PDF

Post by anthony »

Warning you are goinf from vector image to a vector image!!!!

See A word about Vector Image formats.
http://www.imagemagick.org/Usage/formats/#vector
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
arturino
Posts: 6
Joined: 2012-05-04T14:44:09-07:00
Authentication code: 13

Re: How To Convert & Add Order# to PDF

Post by arturino »

your right.. then we are going to look into http://inkscape.org

thanks for the warning!
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How To Convert & Add Order# to PDF

Post by anthony »

I would look at a svg editor rather than inkscape.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
arturino
Posts: 6
Joined: 2012-05-04T14:44:09-07:00
Authentication code: 13

Re: How To Convert & Add Order# to PDF

Post by arturino »

what do you recommend?
Post Reply