[iText-questions] Multiple signatures problem

2007-12-09 Thread Luca Tomat
Hello, i'm trying to place multiple signatures on a PDF file (i need 4 signatures). I tried modifying OpenSignPDF but when i add more than two signatures i always get that only the first and the last one are valid while all the signatures among the two show a red X on them. For instance... lets

Re: [iText-questions] Multiple signatures problem

2007-12-09 Thread Luca Tomat
they are using an old version of iText). Thank you, Luca On Dec 9, 2007 10:42 PM, Luca Tomat [EMAIL PROTECTED] wrote: Hello, i'm trying to place multiple signatures on a PDF file (i need 4 signatures). I tried modifying OpenSignPDF but when i add more than two signatures i always get

[iText-questions] Adding an empty signature-field and signing

2007-12-02 Thread Luca Tomat
Hello, I need to add two signature-fields and add a signature inside the first one. This is how i do it: .. .. //Lets create the two fields PdfFormField sign1 = PdfFormField.createSignature( pdfStamper.getWriter()); sign1.setWidget(new Rectangle(100, 600, 180,