Skip to main content

I am using a dgn file and printing it to pdf. Bentley's textNodes don't work correctly in my conversion and I would like to convert all textNodes to texts before writing to pdf. How can this be done in FME?

Hi @anttieronen​,

Have you already given the TextStroker a try? You can use this transformer to stroke text into polygons and then fill the empty polygon with the same colour as the colour set on that level using a FeatureColorSetter before writing out to PDF. It could look something like this in your workspace:

 

TextStroker and FeatureColorSetter


Nice


Reply