Skip to main content
Solved

How to xolor the firdt column in PDF ?

  • October 10, 2025
  • 1 reply
  • 70 views

gogopotter90
Contributor
Forum|alt.badge.img+14


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

Best answer by crystalatsafe

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! 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

crystalatsafe
Safer
Forum|alt.badge.img+26
  • Safer
  • Best Answer
  • October 16, 2025

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!