Skip to main content

Hi!

I'm using TableAdder to create a table for a pdf writer. I'm having problem to align the rows. Can someone help me please.

 

Thanks.

Have you tried the solution I posted here?

https://community.safe.com/s/question/0D54Q000080haLeSAI/tableadder-rows-not-horizontally-aligned


Hi!

Thanks for your quick response, I've seen the solution, but I don't know how to apply it to my case for the Xmin and max values, Ymin and max values; Can you help me to settle this please.

 

Thanking you in advance.


Hi!

Thanks for your quick response, I've seen the solution, but I don't know how to apply it to my case for the Xmin and max values, Ymin and max values; Can you help me to settle this please.

 

Thanking you in advance.

You need to go into the TableAdder custom transformer by right clicking and choosing Edit

Then find the TextBoxAdder_3

in the Min Y value box of this transformer copy and paste

$(MAXYVALATTR)-$(HEIGHT)*2-2*$(HEIGHT_2)*@floor((@Value(_count)/(@Value(AttributeCount))+2))

In the Max X value box copy and paste

$(MAXYVALATTR)-$(HEIGHT)*2-2*$(HEIGHT_2)*@floor((@Value(_count)/@Value(AttributeCount)+1))

 

 


Hi!

Thanks for your quick response, I've seen the solution, but I don't know how to apply it to my case for the Xmin and max values, Ymin and max values; Can you help me to settle this please.

 

Thanking you in advance.

Thank you very much, it works ! :)


Reply