[iText-questions] Display of message on the mailing list

2012-01-30 Thread Alla Bakash
Hi, I'm trying to post details regarding some update done with the background while working with HTMLWorker. My message is not displaying on the mail list(though my issue is displayed). Can you please help me regarding this. Thanking youShaik Allabakash.

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

2012-01-30 Thread mkl
Max, madmax wrote > The code fragments that I posted actually puts a signature on the PDF but > now I have a problem when I open the PDF and try to verify the signature I > get this error from adobe > > *Error during signature verification. Error encountered while validating: > Internal cryptogra

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

2012-01-30 Thread madmax
Michael, I am no longer invoking that line of code at the time I was just trying to kind of debug the problem and understand what might be going on.. The code fragments that I posted actually put a signature on the PDF but now I have a problem when I open the PDF and try to verify the signature

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

2012-01-30 Thread madmax
Hey Keith here are the c# examples I found that I was refering about in the post http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp1 max -- View this message in context: http://itext-general.2136553.n4.nabble.com/Sign-and-PDF-with-SmartCard-and-web-browser-only-tp4319344p434339

Re: [iText-questions] Possible bug in PdfTextExtractor.GetTextFromPage [iTextSharp]

2012-01-30 Thread Kevin Day
If you can provide the full stack trace, it would be a big help. Links to the SO articles would also be useful if you still have them handy. I did find a problem with memory mapped files this morning - will be commiting a fix in a few minutes, but I can't tell you for sure if it's related. -- Vi

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

2012-01-30 Thread Keith O
Hi max, On Sun, Jan 22, 2012 at 11:32 PM, madmax wrote: > Now I am not sure if this is even possible or what I am doing wrong. I also > saw a c# example that addressed the smartcard but I was not able to fully > comprehend and could not find and equivalent in Java since it was using the > .net f

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

2012-01-30 Thread mkl
max, madmax wrote > Hi Michael my apologize I was trying to avoid dumping a bunch of code and > turning everyone off but you are right with no code it’s kind of hard to > get help or direction. So here is some code fragments, there is aJSP, the > CAPICOM activex control and a servlet. Good. I'm m

[iText-questions] failure in verifyTimestampImprint with message Imprint Algorithm SHA-256

2012-01-30 Thread Massa Alfonso
Hi, I have a timestamp that was built with an algorithm SHA-256. When I use the verifyTimestampImprint() function to verify the timestamp, it fails. Thus, I had to change the function as follows: public boolean verifyTimestampImprint() throws NoSuchAlgorithmException { if (timeStampTo

[iText-questions] Join my network on LinkedIn

2012-01-30 Thread Icaro Rezende via LinkedIn
LinkedIn Icaro Rezende requested to add you as a connection on LinkedIn: -- I'd like to add you to my professional network on LinkedIn. Accept invitation from Icaro Rezende http://www.linkedin.com/e/-af3krs-gy1hmjxm-4s/TKe-S8pJ3Cwsn

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

2012-01-30 Thread madmax
Hi Michael my apologize I was trying to avoid dumping a bunch of code and turning everyone off but you are right with no code it’s kind of hard to get help or direction. So here is some code fragments, there is aJSP, the CAPICOM activex control and a servlet. *Step 1: JSP makes an AJAX call to ser

[iText-questions] VISIBLE_BUT_DOES_NOT_PRINT

2012-01-30 Thread LuisLopez
Hello, I try to set the visibility property /(button.Visibility = PushbuttonField.VISIBLE_BUT_DOES_NOT_PRINT;)/. It works fine, but sometimes few users click more than once, then the form is send and the button appears on the PDF document. I want to set the button to disabled after the click-event

Re: [iText-questions] Unsubscribe

2012-01-30 Thread Balder VC
Even google knows how it's done ! http://lmgtfy.com/?q=how+to+unsubscribe+from+itext+mailinglist On 30/01/12 13:03, Balder VC wrote: > Com'on that's the same question asked 10 minutes ago ... > > GOTO : > https://lists.sourceforge.net/lists/listinfo/itext-questions > > On 30/01/12 12:19, Roberto

Re: [iText-questions] Unsubscribe

2012-01-30 Thread Balder VC
Com'on that's the same question asked 10 minutes ago ... GOTO : https://lists.sourceforge.net/lists/listinfo/itext-questions On 30/01/12 12:19, Roberto Regazzoni wrote: > ___ -- Balder VC http://www.redlab.be/blog/ http://twitter.com/redlabbe --

[iText-questions] Unsubscribe

2012-01-30 Thread Roberto Regazzoni
I would like to unsubscribe from itext-questions@lists.sourceforge.net Thank you. -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just

Re: [iText-questions] unsubscribe

2012-01-30 Thread Alexis Pigeon
Hi Nicolas, 2012/1/30 Nicolas LAVOILLOTTE > unsubscribe > Please have a look at the footer of any message sent to this list. You'll find a link to manage your subscription. > ___ > iText-questions mailing list > iText-questions@lists.sourceforge.ne

[iText-questions] unsubscribe

2012-01-30 Thread Nicolas LAVOILLOTTE
unsubscribeNicolas Lavoillotte Ce message (pièces jointes comprises) est protégé par des règles relatives au secret des correspondances ; il peut en outre contenir des informations à caractère confidentiel ; il est établi à destination exclusive de son destinataire. Toute divulgation, utilisat

Re: [iText-questions] iText-questions Digest, Vol 68, Issue 83, Response to manoj kumar

2012-01-30 Thread Alexis Pigeon
Hi Prasad On 30 January 2012 11:08, Prasad Chadaram < prasad.chada...@infotech-enterprises.com> wrote: > > Hi manoj kumar, > >I am Prasad, in response to your question that is to make pdf not > copyable,Here is a solution for that > >Document document = new Document(PageSize.A4, 20, 2

Re: [iText-questions] Contents of iText-questions digest...

2012-01-30 Thread Prasad Chadaram
Hi manoj kumar, I am Prasad, in response to your question that is to make pdf not copyable,Here is a solution for that Document document = new Document(PageSize.A4, 20, 20, 20, 20); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("d:\\test\\pd

Re: [iText-questions] To make pdf not copyable

2012-01-30 Thread Alexis Pigeon
Hi manoj, On 30 January 2012 08:16, manoj kumar wrote: > I am trying to make a pdf whose content cant be copied.i.e copy > restricted pdf. is this possible?? > Have a look at the PdfWriter.setEncryption() method < http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfWriter.html#setEncryption

Re: [iText-questions] SunPKC11 Exception when signing PDF

2012-01-30 Thread Andreas Kuehne
Hi Valentin, my first remark is that iText is far away from PKCS11 session. The sun jac/plkcs11 bridge is obviously managing the sessions as you can see from the call stack. Second remark: where is iText involved at all? Looks like you using a 'btrust' signer.Maybe you're better off at that mailin