Page 1 of 1

How To Convert & Add Order# to PDF

Posted: 2012-05-04T14:46:17-07:00
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

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-04T19:07:46-07:00
by fmw42
see montage at http://www.imagemagick.org/Usage/montage/#label

try

montage -label "yourordernumber" image.svg image.pdf

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-05T19:30:11-07:00
by arturino
fantastic.. thanks!

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-09T19:29:52-07:00
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

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-10T10:10:51-07:00
by arturino
your right.. then we are going to look into http://inkscape.org

thanks for the warning!

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-10T23:13:30-07:00
by anthony
I would look at a svg editor rather than inkscape.

Re: How To Convert & Add Order# to PDF

Posted: 2012-05-11T10:13:20-07:00
by arturino
what do you recommend?