Re: [iText-questions] Digital signing in two steps

2008-11-03 Thread mike mike
Hi Davide, I'm interested in the solution you point to sign in two steps, is it possible you post your code in this mail list? Thanks - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coo

Re: [iText-questions] electronic signature and PDF dynamic

2007-01-15 Thread mike mike
; content. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of mike mike > > Sent: Monday, January 15, 2007 4:15 PM > > To: Post all your questions about iText here > > Subject: Re: [iText-question

Re: [iText-questions] electronic signature and PDF dynamic

2007-01-15 Thread mike mike
/12, Bruno Lowagie (iText) <[EMAIL PROTECTED]>: > mike mike wrote: > > Is the electronic signature for dynamic PDF supported? > > Only simple, static forms generated with Designer are supported. > You can fill them, and that's all. You can't change properties

[iText-questions] electronic signature and PDF dynamic

2007-01-12 Thread mike mike
Hello, I've used the electronic signatures examples in http://itextpdf.sourceforge.net/howtosign.html and they work right with itextsharp (v 3.1.5 .) But when I try to sign a simple PDF file generated from Adobe Livecycle Designer 7 and saved as dynamic PDF, the signature is not stamped in the do

[iText-questions] electronic signature field

2006-11-30 Thread mike mike
Hi all, is it possible to add an empty signature field to a PDF? is it possible to sign into an empty signature field? Thanks. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and y

Re: [iText-questions] sign a file in memory, not in disk

2006-10-24 Thread mike mike
s case. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of mike mike > > Sent: Tuesday, October 24, 2006 11:31 AM > > To: itext-questions@lists.sourceforge.net > > Subject: Re: [iText-quest

Re: [iText-questions] sign a file in memory, not in disk

2006-10-24 Thread mike mike
From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of mike mike > > Sent: Tuesday, October 24, 2006 11:00 AM > > To: iText-questions@lists.sourceforge.net > > Subject: [iText-questions] sign a file in memory, not in disk > > > > Hi, >

[iText-questions] sign a file in memory, not in disk

2006-10-24 Thread mike mike
Hi, working with C# (.NET 2.0) and itextsharp (v 3.1.5) . The piece of code at the end of thos mail is to sign a file. When I sign a pdf and got the signed pdf into a file, it runs fine. ( as in the comment lines //xxx ) But if I want to keep the signed file in a MemoryStream in place of a File