Link to home
Start Free TrialLog in
Avatar of onanar
onanar

asked on

itext pdf imagae

Hi

How to add image in pdf table using itext, i have added two lnes to pdf table (name and company), now i need to add singanture image next to that. how to do that?
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
And if you need to align cells, you can do this by :
cell.setHorizontalAlignment(Element.ALIGN_RIGHT);
cell.setVerticalAlignment(Element.ALIGN_BOTTOM);