Re: [iText-questions] Creating Customized JAR file of iText for anApplication

2006-10-25 Thread Filipe Fedalto
ulting jars are smaller and harder to reverse-engineer." I have personally observed good results in many jar files I usually use. The average reduction rate is about 2/3 (two thirds) of the original size. So, a jar file of 30k usually can be reduced to 20k. I hope that helps you. Best rega

Re: [iText-questions] Problem checking whether a document has beensigned

2006-06-30 Thread Filipe Fedalto
all in advance.   Filipe Fedalto  On 30/06/06, Paulo Soares <[EMAIL PROTECTED]> wrote: That's a bug with your crypto provider. Use a more recent JDK or another crypto provider, like bouncycastle. Paulo> -Original Message-> From: [EMAIL PROTECTED]> [mailto: [EMAIL PROTE

[iText-questions] Problem checking whether a document has been signed

2006-06-30 Thread Filipe Fedalto
Hi all,   I'm using iText to check whether some input PDF document has been signed. I don't need do actually check or certify the signature validity. I only need to know whether the document is signed, even though it is signed with a self-signed test certificate.   So I have the following method t

Re: [iText-questions] How to create an empty (non-signed) signature field?

2006-06-12 Thread Filipe Fedalto
Hi Paulo,   Thank you very much, again.   It did work, by the way.   Best regards,   Filipe Fedalto ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] How to create an empty (non-signed) signature field?

2006-05-26 Thread Filipe Fedalto
Hi all,   How can I create an empty (non-signed) signature field using PdfStamper? My intention is to create a document with an empty signature field. The document is not to be signed at this moment. The reason is that I want the users to manually sign them later. So, I want that, when they open th

Re: [iText-questions] Problem with long PdfName objects

2006-05-25 Thread Filipe Fedalto
Hi all,   There's one other idea, which may work in each and all of the cases here described. Inspired by Swing Architecture, my sugestion would be to make some architectural enhancements so as to allow this (Name Lenght) and other parameters to be configurable by the developer.   In this case, th

Re: [iText-questions] Algorithm problem - use of PdfCopy and PdfStamper

2006-05-24 Thread Filipe Fedalto
Hi all, I gave it a try but I'm stuck. I obtained the cover-page PRAcroForm via PdfReader.getAcroForm. How can i add/set it into the stamper? Thank you all in advance. Filipe Fedalto Cansado dos disparates e despautérios da República? Quer um basta nas desventuras de nossos governantes? A

[iText-questions] Problem with long PdfName objects

2006-05-24 Thread Filipe Fedalto
t, what could I do? Should I edit PdfName class to suit my special needs? Should PdfName class proceed with long names the same way those viewers do (ignoring, truncating or accepting them) instead of just throwing an Exception? Thank you all in advance, Filipe Fedalto Cansado dos disparates e des

Re: [iText-questions] Algorithm problem - use of PdfCopy and PdfStamper

2006-05-23 Thread Filipe Fedalto
form using PdfStamper, then it's alright. Well... I'll give it a try tomorrow morning...   Thank you very much.   Regards,   Filipe Fedalto     On 23/05/06, Paulo Soares <[EMAIL PROTECTED]> wrote: Just use PdfStamper, you can insert a blank page there and import the coverpage.Paulo- O

[iText-questions] Algorithm problem - use of PdfCopy and PdfStamper

2006-05-23 Thread Filipe Fedalto
Hi all, I am developing a program to Brazilian Post Mail Office "ECT - Empresa Brasileira de Correios e Telégrafos". Congratulations to Bruno and Paulo. You may add ECT to your list of huge companies which use iText. I'm proud of trying to spread iText use inside this company. Well, I'm developin

Re: [iText-questions] Analyzing PDF content

2006-05-09 Thread Filipe Fedalto
Hi Leonard, On 08/05/06, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: At 02:23 PM 5/8/2006, Filipe Fedalto wrote:>I am developing a program to ensure that all my PDF documents have>the same basic format. This format is very simple and it is consited>of a Generic Cover-Page and a Ge

Re: [iText-questions] Analyzing PDF content

2006-05-08 Thread Filipe Fedalto
, when you said "The simplest way is to introduce one or two tags in the info." I thought it could be something like this code I posted. Can someone please enlighten this question? Thanks, Filipe Fedalto On 08/05/06, Paulo Soares <[EMAIL PROTECTED]> wrote: The simplest way is to

Re: [iText-questions] Analyzing PDF content

2006-05-08 Thread Filipe Fedalto
EM_CARIMBO)) {             ...     (some code)             ...                 info.put(KEY_CONTEM_CARIMBO, "yes");                 stamper.setMoreInfo(info);     }     stamper.close(); And voila! It worked. Thank you all. Filipe Fedalto On 08/05/06, Filipe Fedalto <[EMAIL PROTECTED]> wr

[iText-questions] Analyzing PDF content

2006-05-08 Thread Filipe Fedalto
Hi all, Since this is my first mail to this list, I wish my best congratulations and regards to Bruno Lowagie and Paulo Soares for their impressive work. Now to the question: I am developing a program to ensure that all my PDF documents have the same basic format. This format is very simple and