Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-02-07 Thread Andreas Kuehne
Hi max, could you please forward the signed PDF? Greetings Andreas - original Nachricht Betreff: Re: [iText-questions] Sign and PDF with SmartCard and web browser only Gesendet: Mi, 08. Feb 2012 Von: madmax Hi MichaelI looked a little dipper to what you were saying and begun look

Re: [iText-questions] Issue reading form field names from a Dynamic XML Form using iText 5.1.3

2012-02-07 Thread 1T3XT BVBA
On 8/02/2012 0:09, Scott Polk wrote: Thanks for the reply. I visited that link (http://demo.itextsupport.com/xfademo/), but it said my PDF file didnt contain any XFA data. The result I received: PDF file does not contain XFA data! That's probably because you uploaded a form that doesn't cont

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-02-07 Thread madmax
Hi Michael I looked a little dipper to what you were saying and begun looking closer to my “verify” method and it dawned on me that I had seen similar code from an example of detached signature and using BouncyCastle (source: http://itextpdf.sourceforge.net/howtosign.html#signextdiccms http://i

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-02-07 Thread madmax
Hi Michael Thanks again for your suggestion. As I parse through your response you say: mkl wrote > > Thus, you do not need to (actually you must not) embed it in a signature > container using the PdfPKCS7 utility class but instead embed it into the > PDF > directly! > So are you saying that this

Re: [iText-questions] Issue reading form field names from a Dynamic XML Form using iText 5.1.3

2012-02-07 Thread 1T3XT BVBA
On 7/02/2012 18:07, Scott Polk wrote: when I attempt to run it, it does not show any field names. That's correct. That's also explained in the book "iText in Action" (from which the page you refer to was taken). If you have a dynamic PDF form, there aren't any real field names, are there? Ther

Re: [iText-questions] iTextSharp - XMLWorkerHelper - Parsing HTML into a list of Element objects

2012-02-07 Thread Keith O
Hi Paulo, On Mon, Feb 6, 2012 at 10:48 PM, Paulo Soares wrote: > Here's some working code: > > using System; > using System.Collections.Generic; > using System.Text; > using System.IO; > using iTextSharp.text; > using iTextSharp.text.pdf; > using iTextSharp.tool.xml; > using iTextSharp.tool.xml.p

Re: [iText-questions] iTextSharp - XMLWorkerHelper - Parsing HTML into a list of Element objects

2012-02-07 Thread Keith O
Hi Balder, On Mon, Feb 6, 2012 at 10:21 PM, Balder VC wrote: > Hi Keith, I read it like the OP wants a list of IElements. But only gave the > Java way of doing that. > > Here is the C# way ... > I'll write pseudo code but it is with anonymous inner classes perhaps OP > gets more confused. I hear

Re: [iText-questions] under content watermark hidden behind text block

2012-02-07 Thread Balder VC
Hi Phil Do it the other way around, add the watermark on top and make the watermark transparant? On 06/02/12 19:08, Phil Newman wrote: > Hi. I am trying to add a watermark underneath the text in a document created > by the LIveDocx service. The watermark is being hidden behind the text area. >