[iText-questions] FormField, TextField diacritical characters problem.

2010-03-29 Thread Pavol Behul
); PdfFormField field1 = tf.getTextField(); field1.setFieldFlags(TextField.READ_ONLY); ff.addKid(field1); ff.setFieldFlags(PdfFormField.FF_READ_ONLY); stamper.addAnnotation(ff, page); } Regards, Pavol Behul. -- Download Intel

[iText-questions] test of signed pdf

2010-03-17 Thread Pavol Behul
Hello, is som simple way to find out, if pdf is digitally signed ? (some method in PdfReader or something like that..) Thnx.. Regards, Pavol Behul -- Download Intel#174; Parallel Studio Eval Try the new software tools

[iText-questions] submit - http server response

2010-03-15 Thread Pavol Behul
Hello, i wrote simple http server, to serve submit data from Acroforms. Method handle save xml data (xfdf) to file sytem. But something wrong with response. Acrobat reader throw dialog with: An error occured during submit process. Cannot process content of type xml. I also tried write other

Re: [iText-questions] Encrypt PDF using public key

2010-01-15 Thread Pavol Behul
) at com.lowagie.text.pdf.PdfEncryption.getEncryptionDictionary(Unknown Source) at com.lowagie.text.pdf.PdfWriter.setEncryption(Unknown Source) at com.lowagie.text.pdf.PdfStamper.setEncryption(Unknown Source) Where can be problem ? Regards, Pavol Behul

[iText-questions] Sha2 PDF signing

2010-01-12 Thread Pavol Behul
); sap.setProvider(provider); stp.close(); reader.close();/ Regards, Pavol Behul. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day

Re: [iText-questions] Acroforms SaveAs menu action

2009-12-12 Thread Pavol Behul
reader = new PdfReader(input_pdf); reader.removeUsageRights(); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(enabled_pdf)); stamper.close(); reader.close(); Regards, Pavol Behul __ Informacia od ESET NOD32 Antivirus, verzia databazy 4681 (20091212) __ Tuto

Re: [iText-questions] Acroforms SaveAs menu action

2009-12-11 Thread Pavol Behul
On 12/10/2009 07:21 PM, Pavol Behul wrote: Hello, by editing pdf via adobe acrobat pro extended i make button with SaveAs Menu action. It creates object: It is some possibility to make this menu actions by itext ? Regards, Pavol. Thanks for reply, it helps for SaveAs, in next step i have

[iText-questions] Acroforms SaveAs menu action

2009-12-10 Thread Pavol Behul
Hello, by editing pdf via adobe acrobat pro extended i make button with SaveAs Menu action. It creates object: 165 0 obj /N /SaveAs /S /Named endobj mailto:itext-questions@lists.sourceforge.net It is some possibility to make this menu actions by itext ? Regards, Pavol.

Re: [iText-questions] iText and TimeStamp

2009-08-13 Thread Pavol Behul
? Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider()); KeyPairGenerator gen = KeyPairGenerator.getInstance(RSA); gen.initialize(2048); KeyPair kp = gen.generateKeyPair(); X500Principal p = new X500Principal ( CN=Pavol Behul

[iText-questions] TimeStamp and itext 2.1.6

2009-07-01 Thread Pavol Behul
Hi, is already any samples how to integrate TimeStamp (new feature of iText 2.1.6) to pdf sign process ? Pavol Behul -- ___ iText-questions mailing list iText-questions