Hi there.
I want to get the posx of specific cell in pdf.
for example i have a field name {f_name}
this is {f_name} is set to a cell name $cell_f_name
what i want is get the $cell_f_name[‘posx’] value and set this value to my other field or cell,
cell_f_name is array.
$cell_f_name = array(‘posx’ => 12…)
something like this
How can i get that posx value.
Many tnx in advance.
regards,
Ghulma