Skip to main content


Hallo , 

How to Color the first column  at table in PDF ?

I used the PDFPageFormatter but  I faced a problem that i want to color the first column at table in  PDF output, which contains the attribute names,that i have created a table by pdf page formatter

Could someone advise me on how to color the first column?

 

FME 2021

Hi ​@gogopotter90 

This process is somewhat complicated, but one approach is to find the lowest X value of a table to determine which cells are in the first column, and then apply colouring to those cells.
I have attached a sample workspace that does this. 
I hope this helps!