I work at an institute that produces an annual Word document with lots of vector graphics in it. One of these is a statewide county-boundary map, of which I have an Adobe Illustrator (.ai) format file. Saving this into different formats with Illustrator yielded less-than-perfect output, with the "confetti" fill style ending up black in output formats such as svg and eps. Preferably I would like a simplistic SVG output so that I could put this picture on the web if I ever needed to, but the main output will be a PDF file.
Postscript (.ps) works but as far as I can tell Word only imports .eps (Encapsulated ps) in a vector format, which didn't export properly with Illustrator. I get the same black output on the confetti pattern when I use Inkscape.
Do you have any suggestions as to what programs I should use so that I can export this pattern properly, or another better method of getting this vector graphic into Word? (They previously only imported it in raster form.)
Eventually what I am going to need to do is to change the numbers already inside the county boundaries and change the backgrounds of each county space based on the range which contains its number. So, it would be dually helpful if the format I output in could be read in automatically and edited. It is fine if I have to hardcode some hex addresses, but when I exported the file into EMF I did not see any text in the hexdump that I could edit. Perhaps the text was converted to paths, which would probably be unacceptable.
Thanks for any suggestions.
Postscript (.ps) works but as far as I can tell Word only imports .eps (Encapsulated ps) in a vector format, which didn't export properly with Illustrator. I get the same black output on the confetti pattern when I use Inkscape.
Do you have any suggestions as to what programs I should use so that I can export this pattern properly, or another better method of getting this vector graphic into Word? (They previously only imported it in raster form.)
Eventually what I am going to need to do is to change the numbers already inside the county boundaries and change the backgrounds of each county space based on the range which contains its number. So, it would be dually helpful if the format I output in could be read in automatically and edited. It is fine if I have to hardcode some hex addresses, but when I exported the file into EMF I did not see any text in the hexdump that I could edit. Perhaps the text was converted to paths, which would probably be unacceptable.
Thanks for any suggestions.