Skip to main content

Hi, I use FME desktop to generate topografic profils with Chart Generator transformer. It works well and I want to add a EPS (Adobe Illustrator EPS) writer but with many combinations of parameters, it doesn't work and I can't have a profile as eps file.

The goal is to work with this eps file in Adobe Illustrator to have a wide choice of customization.

Is there anyone who has already worked with this case ? And if you have any tips to help me.

Pierre

Rather than using a ChartGenerator I would create regular geometry of the profile (swap the Y and Z axes should do the trick) and then write to EPS.

Alternatively, you can try writing to PDF rather than EPS, those can also be opened in Adobe Illustrator


Thanks for your answer.