RE: [iText-questions] register

2005-12-20 Thread Alan Klikic
How can i create PDF with fields? DOC-PDF ceonversion doesn't create fields? Alan -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 11:27 AM To: Alan Klikic; itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] register

[iText-questions] PDF encrypting

2005-11-30 Thread Alan Klikic
Hi. In iText examples ( http://itextdocs.lowagie.com/tutorial ) encrypting is done using username and password. Is it possible to encrypt PDF file using certificate (public key)? Thanks, Alan --- This SF.net email is sponsored by

[iText-questions] document font

2005-11-04 Thread Alan Klikic
I'm signing existing pdf document. I read it with PDFReader and then create signature and save it to another PDF file. When I'm inserting text in signature (PDFTemplate) I have to create BaseFont. For BaseFont I need encoding type. I would like to retrieve document encoding and BaseFont with tha

[iText-questions] base font and PDF encypting

2005-11-03 Thread Alan Klikic
Hi again. I have 2 questions: 1) I' m trying to insert text that I have in string into PDFTemplate: pdfTemplate.beginText(); BaseFont basefont = null; try { basefont = BaseFont.createFont(BaseFont.TIMES_ITALIC, BaseFont.CP1250, false);

[iText-questions] BaseFont encoding

2005-10-31 Thread Alan Klikic
Hi, Is it possible to create font with UTF-8 encoding. I tried with BaseFont.IDENTITY_H but I always get that encoding is not supported? Thanx, Alan. --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a J

[iText-questions] RSA 2k

2005-10-26 Thread Alan Klikic
Hi. Can we sign pdf file using iText with key (size=2048 Bits). I tryed like this (part of code): ... PdfSigGenericPKCS genericPKCS = pdfSignatureAppearance .getSigStandard(); PdfLiteral pdfLiteral = (PdfLiteral) genericPKCS.get(PdfName.CONTENTS); byte[] outc = new byte[(pdf

[iText-questions] image measurement unit

2005-09-23 Thread Alan Klikic
What is com.lovagie.text.Image position parameters (absolute X, absolute Y,..) measurement unit? Pixel? Is it possible to set position parameters in millimeters? --- SF.Net email is sponsored by: Tame your development challenges with Apac

[iText-questions] pdf size restrictions

2005-09-22 Thread Alan Klikic
Hi. I have a problem signing pdf file witch file size is 9 MB or greater (OutOfMemory Exception). Has iText any pdf file size restrictions? Thanx, Alan --- SF.Net email is sponsored by: Tame your development challenges with Apache's G