vector quality of svg and pdf
Posted
by
Kasper
on Super User
See other posts from Super User
or by Kasper
Published on 2013-06-30T00:25:47Z
Indexed on
2013/06/30
4:23 UTC
Read the original article
Hit count: 508
I'm converting pdf files to svg as it is easier to use svg files on webpages. I first thought the quality of svg must be similar to pdf, as they are both vector graphics.
However, now I look a little better on it, it seems that pdf is a bit superior:
(https://dl.dropboxusercontent.com/u/58922976/Photos/1.png)
I wonder if I could change this in some way.
- Is this because pdf vectors are just better quality ?
- Or is this because chrome renders svg in lower quality than adobe reader renders pdf ?
- Is this a setting in the svg file that I could change ?
Here is the pdf file: https://dl.dropboxusercontent.com/u/58922976/syllabusLinAlg2012.59.pdf
And here is the svg file:
(https://dl.dropboxusercontent.com/u/58922976/syllabusLinAlg2012.59.svg)
I've made this svg file in illustrator, and only chrome is able to use the embedded svg fonts. So firefox and internet explorer won't give the expected result.
© Super User or respective owner