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
How To Convert & Add Order# to PDF
- 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
see montage at http://www.imagemagick.org/Usage/montage/#label
try
montage -label "yourordernumber" image.svg image.pdf
try
montage -label "yourordernumber" image.svg image.pdf
Re: How To Convert & Add Order# to PDF
fantastic.. thanks!
- 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
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
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/
https://imagemagick.org/Usage/
- 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
I would look at a svg editor rather than inkscape.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: How To Convert & Add Order# to PDF
what do you recommend?