[iText-questions] SunPKC11 Exception when signing PDF

2012-01-29 Thread Valentin Ivanov
Hello, when i sign hundreds of PDF files i got this exception : * java.security.ProviderException: Initialization failed   * at sun.security.pkcs11.P11Signature.initialize(P11Signature.java:294)   * at sun.security.pkcs11.P11Signature.engineInitSign(P11Signature

Re: [iText-questions] jpanel to itext pdf

2012-01-29 Thread Bill Ensley
I'm not sure I understand your question, so I'll ask my own. Do you want to draw the contents of a JPanel into a PDF? If so, all you need is to pass a PDFGraphics2D object from the appropriate page into your JPanel and then ask the JPanel to paint itself. If you are asking if iText can reform

Re: [iText-questions] jpanel to itext pdf

2012-01-29 Thread bijal vadher
I know you are talking about the scaling and transformation matrixbut only that doesnt solve my problem .I also need some control which can make it possible to move from one page to other...i can specify the page number it has to go to that particular page and write there...is that possible thr

Re: [iText-questions] Digital signing and embedding certificate CRL

2012-01-29 Thread sanduche
Just to add, both CA certificates from this link: http://www.ca.posta.rs/ca-sertifikati/default.htm http://www.ca.posta.rs/ca-sertifikati/default.htm should be installed for successfull signature validation (is this normal behavior? Chain is consisted of: root CA, intermediate CA and signature C

Re: [iText-questions] jpanel to itext pdf

2012-01-29 Thread Bill Ensley
There is a section of the iText in Action book that covers this question in detail. There are also many examples in the iText archives related to this. I tell you this to teach you to fish instead of providing your meal for you. -Bill Ensley www.bearprinting.com On 1/29/2012 12:33 AM, bijalvad

[iText-questions] jpanel to itext pdf

2012-01-29 Thread bijalvadher
I have a jpanel of size 2326*750 and need to put its contents into pdf where in page size is a4.The fields in jpanel are not added in sequence so fields from any position can come and i need to create its correponding part in pdf with proportionate size and position the look and feel shold be same