Skip to main content
Question

DGN TextNodes to Texts

  • September 29, 2021
  • 2 replies
  • 15 views

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?

2 replies

jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • September 29, 2021

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


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • September 29, 2021

Nice