Thanks for your information.
Since I have no idea in the EPS, would you please to teach me how can I
modify the sign.eps that I attached in the question email?
Best regards,
Eric
On Fri, May 15, 2009 at 1:18 PM, 1T3XT info <i...@1t3xt.info> wrote:
> Eric Chow wrote:
> > Hello,
> >
> > I am trying to sign a PDF using iText to an existing signature field but
> > it fails and throws the following exception:
> >
> > java.lang.IllegalArgumentException: The field SignatureX does not exist.
>
> There's probably a bug in the software you used to create the PDF,
> because in the Catalog dictionary I see:
>
> /Fields 20 0 R
>
> But when I look at object 20, I see:
>
> 20 0 obj
> []endobj
>
> That's an empty array, in other words: there are no fields in the
> document. However, if you look at the page dictionary, you see that
> there's one annotation:
>
> /Annots[22 0 R]
>
> Object 22 is a widget annotation for a signature. The annotation
> dictionary contains some keys that are typical for
> a field dictionary:
>
> /T(SignatureX)
> /FT/Sig
> /Ff 0
>
> But as the widget annotation isn't referred to from the Fields array, it
> isn't considered being a real field. It would probably work if object 20
> looked like this:
>
> 20 0 obj
> [22 0 R]
> endobj
>
> My advice: use a better tool to generate your PDF.
> --
> This answer is provided by 1T3XT BVBA
> http://www.1t3xt.com/ - http://www.1t3xt.info
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables
> unlimited royalty-free distribution of the report engine
> for externally facing server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/