[iText-questions] Need Help ASAP

2007-10-15 Thread Sameet Lal
Hi, > > I am using iText. I am creating a PDF file using PdfWriter. It works fine. > Now I need to read the contents of above created file, for this I am using > PdfReader, but it gives me lot of extra characters. Following is the > contents it extracts from PDF file: > q BT 36 806 Td 0 -18 Td

[iText-questions] Masks

2007-10-15 Thread Idees Absurdes
Hi there! I've seen some problems with that in the mail-list. I'm trying to use a 8 bit png as mask and I have the parsing error when I open the final document. my algorithm is the same as everyone: Image img = Image.getInstance("./image1.jpg"); Image mask = Image.getInstance("./mask.png"); mas

Re: [iText-questions] PdfPTable width and wrapping problem

2007-10-15 Thread Paulo Soares
BaseFont.getWidthPoint() or ColumnText.getWidth(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Naveen Desai > Sent: Monday, October 15, 2007 5:21 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] PdfPT

Re: [iText-questions] PdfPTable width and wrapping problem

2007-10-15 Thread Naveen Desai
How I can find out text width. I need to apply width for 26 columns. In these 26 columns, 15 columns would filled up with 12 digit number. for that I need to apply min 7f for 15 columns to avoid wrapping of the number. Is it possible to apply 7f for 15 columns.If not is there any other solution. I

Re: [iText-questions] How to sign a PDF document with an OpenPGP key?

2007-10-15 Thread Leonard Rosenthol
On Oct 15, 2007, at 4:24 AM, Rijk Ravestein wrote: > Is there a way in iText to sign a PDF document with a OpenPGP key? > I can > sign with an X.509 key allright, but cannot find any clue to do > likewise > with a OpenPGP key. PDF doesn't support OpenPGP keys for signatures, only X.509

[iText-questions] export to pdf

2007-10-15 Thread shamla s
hi i export the swing component into pdf using ITEXt.If the swing component contain large size output i caannt get the pdf.That means if the rectangle size is greater than 14000 i cannt get the pdf. FileOutputStream fout = new FileOutputStream(file+".pdf");

Re: [iText-questions] upgrade PDF417 in iText 2.0.6 released?

2007-10-15 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marcel Gil Vega > Sent: Monday, October 15, 2007 1:20 PM > To: Post all your questions about iText here > Subject: [iText-questions] upgrade PDF417 in iText 2.0.6 released? > > ok > > Thanks you

Re: [iText-questions] example in /* chapter05/FoxDogImageWrapping.java*/ does not work

2007-10-15 Thread Paulo Soares
Fixed in the CVS. See http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/com/lowagie/text /pdf/PdfDocument.java?view=log. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Bron > Sent: Monday, October 15, 2007 4:55 AM > To: itext-q

[iText-questions] Table cell not fitting on one page - solution?

2007-10-15 Thread sdffds fsdfsd
Hi, I have a problem with table cells that don't fit on just one page. Basically, once a cell is added to a table and it that extends itself to another page, the table disappears and none other text or tables are displayed afterwards. Does anybody have any solution for this issue? If so pleas

[iText-questions] upgrade PDF417 in iText 2.0.6 released?

2007-10-15 Thread Marcel Gil Vega
ok Thanks you very much for your attention. I'll continue working to try to fix them. Do you make some upgrade to the pdf417 in iText 2.0.6 released? Regards, Marcel Paulo Soares <[EMAIL PROTECTED]> wrote: I can't reproduce the problem. With your data I get 35 coderows and error level 3. I

Re: [iText-questions] Problem while creating pdf file from ASP.NET pageusing itextsharp.dll

2007-10-15 Thread Paulo Soares
My advice is to use something else. iText is not a generic html converter. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ramanath M. Kamath > Sent: Monday, October 15, 2007 11:00 AM > To: itext-questions@lists.sourceforge.net > Subject:

Re: [iText-questions] Generate twice the object PdfSignatureAppearance

2007-10-15 Thread Paulo Soares
I really don't understand what you're trying to do but the subject makes me suspect that it's not possible. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ramon Castrejon > Sent: Monday, October 15, 2007 9:26 AM > To: itext-questions@lis

Re: [iText-questions] Lesser GPL Availability

2007-10-15 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Seiichiro Abe > Sent: Monday, October 15, 2007 4:33 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Lesser GPL Availability > > Hello, > > Can you choose Lesser GPL f

[iText-questions] How to sign a PDF document with an OpenPGP key?

2007-10-15 Thread Rijk Ravestein
Is there a way in iText to sign a PDF document with a OpenPGP key? I can sign with an X.509 key allright, but cannot find any clue to do likewise with a OpenPGP key. -- Rijk Ravestein - This SF.net email is sponsored by: Sp

[iText-questions] Generate twice the object PdfSignatureAppearance

2007-10-15 Thread Ramon Castrejon
I want to generate the hash of one document that have a sign in a process asynchronous. When I make visible the rectangle of the appearance, the hash is different. What can I do to make it the same? - This SF.net email is spo

Re: [iText-questions] need to include a complete page

2007-10-15 Thread Helmut Denk
take a look at http://itext.ugent.be/itext-in-action/chapter.php?chapter=20 ReplacePagesHack maybe this is, what you want ... venkatesh kamath wrote: > > > Hi All, > > how to a include a complete page from other file(pdf) under a section. > > Thanks in advance. > -