Mobile app version of vmapp.org
Login or Join
Angie364

: SVG for print graphics How well has Scalable Vector Graphics worked for print? I need to programmatically generate graphics for inclusion in print documents. It seems there are only two serious

@Angie364

Posted in: #Svg

How well has Scalable Vector Graphics worked for print?

I need to programmatically generate graphics for inclusion in print documents. It seems there are only two serious contenders for a target file format, EPS and SVG.

As a programmer, SVG looks easier to work with, but it doesn't appear to have been accepted by the graphics industry. There used to be projects to base print graphics on SVG (e.g. Adobe PDFXML), but none appear to be active now. Also, Adobe's tools seem to have ended a brief fling with SVG.

If I chose SVG as the deliverable format, what problems might there be, compared to the alternative(s)? I've heard complaints about SVG's handling of text, but I haven't found any detailed discussion. Another thing I suspect might be an issue is how cleanly SVG converts to PDF.

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie364

4 Comments

Sorted by latest first Latest Oldest Best

 

@Frith110

Inkscape can convert SVG files to PDF and EPS via command line.
Google "svg to eps command line".
This would be a good solution for graphics intended for both web and print delivery.

Just beware that while this should work on Linux, Inkscape via command line on a Mac is somewhat broken (may have to compile Inkscape yourself or change file linkage inside the .app)

10% popularity Vote Up Vote Down


 

@Kaufman565

If you need to convert the image to bitmap, make sure you select the right size before you convert the image because any resizing after the image is converted will result into loss of quality.

10% popularity Vote Up Vote Down


 

@Kimberly620

I have used abcPDF to programmatically convert generated SVG to PDF for printing purposes. It's been about 4 years, but I can't imagine support for it in the library would've lessened.

10% popularity Vote Up Vote Down


 

@Caterina889

Actually, for print EPS or PDF would be better. SVG is okay for web (which is what it was designed for) but often there are issues with RIPs when printing. Most designers who are supplied SVG files will open them in a vector app and re-save as either native files, eps or PDF. I would NEVER send an SVG file to a print provider.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme