Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I convert an Illustrator file to a path for WPF

Our graphics person uses Adobe Illustrator and we'd like to use her images inside our WPF application as paths. Is there a way to do this?

like image 980
ScottG Avatar asked Sep 30 '08 16:09

ScottG


2 Answers

We use Expression Design to do this.

Unfortunately, there currently is no free beta preview like Blend 2.5, however, you can download a trial copy (which I think you can use for 90 days).

If you don't want to go this route, I know that a lot of people also use Mike Swanson's exporter that is pointed to by curtisk above.

like image 71
cplotts Avatar answered Oct 18 '22 17:10

cplotts


This should fit the bill AI->XAML

like image 43
curtisk Avatar answered Oct 18 '22 17:10

curtisk