Co-ordinates of a element in a pdf file using iText
Posted
by Arun P Johny
on Stack Overflow
See other posts from Stack Overflow
or by Arun P Johny
Published on 2009-10-23T03:13:57Z
Indexed on
2010/04/15
10:13 UTC
Read the original article
Hit count: 677
Hi all,
I'm creating a pdf file using BIRT reporting library. Later I need to digitally sign these files. I'm using iText to digitally sign the document.
The issue I'm facing is, I need to place the signature in different places in different reports. I already have the code to digitally sign the document, now I'm always placing the signature at the bottom of last page in every report.
Eventually I need each report to say where I need to place the signature. Then I've to read the location using iText and then place the signature at that location.
Is this possible to achieve using BIRT and iText
Thanks
© Stack Overflow or respective owner