Page 1 of 1

SVG to A4 PDF produces bad images

Posted: 2014-02-17T23:12:39-07:00
by sayan
Hi everyone,

We are trying to convert an SVG (width 737, height 521) to PDF of A4 dimensions. The problem is that the quality of images generated is really bad.

This link has more information- http://stackoverflow.com/questions/2182 ... ity-is-bad

Any help would be greatly appreciated.

Thanks,

Re: SVG to A4 PDF produces bad images

Posted: 2014-02-18T01:36:01-07:00
by snibgo
How large are your jpeg images? Your SVG code resizes them to width=195 etc. Then you scale up the entire image. If the input jpegs are large, the results are bound to be horrible.

As you have no vector elements, I wouldn't use SVG. I would use IM convert to place the jpeg images on a suitable background, and save that as the PDF. If you must use SVG, then choose width and height etc so they are not resized.