Hello,
I am new to graphics so looking for a little help here. I am looking to convert a fairly decent quality PDF version of a black and white logo into SVG. The PDF version of the logo is as original of a copy as I could obtain of the logo. I opened the PDF and it appears to have loaded the logo and allowed me to save it as SVG although the SVG file is bigger than the PDF file was -- I thought SVG was supposed to save space? Also I am looking to convert the black and white logo into green and white (change the black to green). How can I do this? If anyone would like to see the logo to provide assistance I can provide it.
Thanks in advance.
PDF to SVG, Black to Green
Re: PDF to SVG, Black to Green
Upload the PDF or SvG so we can see what the problem might be! should be simple using the fill and stroke dialog (ctrl shift f)
Your mind is what you think it is.
Re: PDF to SVG, Black to Green
Here you go... http://db.tt/7Q3SYS8. Thanks for any help. Like I said not very experienced here but would like to learn.
Re: PDF to SVG, Black to Green
Well, there were a few not unusual oddities in that there were a lot of unnecessary groups and the conversion was three color with black white and gray instead of two color.... the easiest way to change the color would be to save as svg, open it in a text editor, and search and replace every instance of the word black with the word green! Life is more complicated when there are also gray and white objects as in your file. In Inkscape you can find every object with a style attribute of white using the find command. then invert selection. then open the fill and stroke dialog and pick the green you want for both fill and stroke since your graphic has both.
I picked forestgreen #228b22 and did the change for you and then simplified the paths to shrink the file with minimal loss. so here is a large file and a small file. you can open either one in a text editor and change every instance of 228b22 to the color hexadecimal name of the green you want, or open in Inkscape and find every object that has 228b22 in its style and then use the fill and stroke dialog to change to your fav green.
hope this helps.
I picked forestgreen #228b22 and did the change for you and then simplified the paths to shrink the file with minimal loss. so here is a large file and a small file. you can open either one in a text editor and change every instance of 228b22 to the color hexadecimal name of the green you want, or open in Inkscape and find every object that has 228b22 in its style and then use the fill and stroke dialog to change to your fav green.
hope this helps.
Your mind is what you think it is.
Re: PDF to SVG, Black to Green
Thanks a bunch. They look great. My only question and comments are how was the pdf file converted to svg and it appears some of the spacing between the blades of grass was lost.