What are the alternatives to process illustrator files or PDFs into XAML. My Current workflow works like this:
- Open the PDF file in Adobe illustrator
- Save the file as .ai (Adobe Illustrator) file
- Open in Expression Design
- Do some processing, mainly separating elements to layers and removing unneeded parts.
- Save as XAML
- Add XAML to Blend project
My only problem is that this way the text gets converted to paths. I would like to keep my text in XAML as well instead of paths.
Is there any other way to do this, so I keep the text? Any other tools?