Re: [iText-questions] PDF data cleanup - possible with Itext?

2012-11-05 Thread Leonard Rosenthol
If you wrote the high order logic on top of the lower level APIs, sure. Leonard From: Hakan Usakli mailto:hak...@astleygilbert.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Monday, November 5, 2012 8:32 AM To: Post here mailto:itext-questions@lists.sourceforge.n

[iText-questions] tag not parsed in iText

2012-11-05 Thread Matruprasad Satapathy
Hi Team, Need a help! I need to parse a HTML string (inner HTML is input as a string) to PDF. The problem I am getting is, the images under in HTML are not parsed and hence not being populated in the PDF file. Please help. Thanks and Regards, Matruprasad Satapathy [Description: Description: Des

Re: [iText-questions] Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread DenLindy
Yes, arxCoSignService.getSignatureOfDataBuffer needs a copy of the PDF in a byte array. It returns the signature and I need to insert it into a PDF signature field. Possibly multiple times, in different signature fields (of course) at different times. Thanks. -- View this message in context: h

[iText-questions] [SPAM] Re: Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread mkl
DenLindy, DenLindy wrote > I still do not understand how to put the signature in the sig field with > the MakeSignature.signDetached() method. MakeSignature.signDetached() isn't the method you need: It is intended for signing libraries / devices which produce naked signatures, not full-fledged PK

Re: [iText-questions] Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread DenLindy
I still do not understand how to put the signature in the sig field with the MakeSignature.signDetached() method. Do you have any sample code? Thanks. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Signing-a-PDF-with-itext-using-an-ARX-CoSign-device-tp4656792p4656

Re: [iText-questions] Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread Andreas Kuehne
Hi Den, > arxCoSignService.getSignatureOfDataBuffer returns a detached PKCS#7 > signature as a byte array. > > CoSign is a hardware appliance, from Algorithmic Research, that is installed > on our network. It includes all the PKI ingredients including the CA and the > repository of the user’s priv

Re: [iText-questions] Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread DenLindy
Thanks for the response, I was beginning to think no one could help me with this. arxCoSignService.getSignatureOfDataBuffer returns a detached PKCS#7 signature as a byte array. CoSign is a hardware appliance, from Algorithmic Research, that is installed on our network. It includes all the PKI ing

Re: [iText-questions] facing issues while using iTextSharp in C#/XAML metro app

2012-11-05 Thread Jerry
Farhan Ghumra gmail.com> writes: > Hi Farham , I am also trying to use this package in Metro and have no success because of the Storage problem. Did you find a solution? how did you finally solve the PDF problem? Thank Jerry > > I am trying to create PDFs from a C# Metro App, but Pd

[iText-questions] [SPAM] Re: Signing a PDF with itext using an ARX CoSign device

2012-11-05 Thread mkl
DenLindy, DenLindy wrote > I am attempting to sign a PDF using an external signature similar to Code > sample 4.12 > [...] >sig = arxCoSignService.getSignatureOfDataBuffer(message, username, > password); > [...] > The ARX CoSign device only needs the PDF bytes, username and password to > creat