RE: [iText-questions] Pdf Corruption

2005-06-06 Thread Dominic Maricic
Okay, I figured out part of my problem is that I had hard coded an image that I was using in onOpenDocument and since it wasn’t there it wasn’t creating any of the pdf.   Now that’s taken care of I only have one other problem. I can’t seem to generate 2 pdf’s without reopening the progra

[iText-questions] about pdfReader and outline

2005-06-06 Thread haipeng du
>From a file, I created a PdfReader. How could I get all outline information from original file? >From method getNamedDestination(), I alwasy get an empty map. Thanks a lot. -- Haipeng Du Software Engineer Comphealth, Salt Lake City --- This S

RE: [iText-questions] Problem merging pdf files

2005-06-06 Thread Paulo Soares
(Keep on the mailing list) Rename the fields. > -Original Message- > From: Franco Biaggi [mailto:[EMAIL PROTECTED] > Sent: Monday, June 06, 2005 6:22 PM > To: Paulo Soares > Subject: Re: [iText-questions] Problem merging pdf files > > Paulo, > > thanks for your answer, > it works, >

[iText-questions] Pdf Corruption

2005-06-06 Thread Dominic Maricic
I have my program in a jar and have itext in the same directory. I then run it using javaw from an icon on my desktop. On my personal computer my program creates the pdf’s perfectly. I have the full 1.4.2 jdk installed. I tried the exact same setup on several other windows xp machines but t

Re: [iText-questions] Problem merging pdf files

2005-06-06 Thread Franco Biaggi
Thanks, it works. I someone interested to the code:     /**      * Construct a new PDFEditor      * with merged pdf's documents      *      * @param pdfs The files to be merged      */     public PDFEditor( String[] pdfs ) {         try {             // Create a temp file             File fil

Re: [iText-questions] borderless tables?

2005-06-06 Thread Bear Giles
I added it to all of my tables, but I'm still getting borders. :-( Could it be related to version? I'm running 1.3. Bruno Lowagie wrote: How do I create a table without borders? I tried "setDefaultCellBorderWidth(0.0f)", but that didn't do it. setBorder(Rectangle.NO_BORDER); br, Bruno

RE: [iText-questions] Invalid or Corrupt Signature

2005-06-06 Thread Paulo Soares
Can you send me the testdsa.p12 or other private key so that I can reproduce the problem? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Chris C > Sent: Monday, June 06, 2005 4:50 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-

[iText-questions] Invalid or Corrupt Signature

2005-06-06 Thread Chris C
Apologies for the long post. I am using iText (Version 1.3) to sign existing signatures fields in a PDF Document (using the Windows Certificate Security method). The signature fields were originally created using iText as well. I am getting an intermittent problem when creating the signatures. One

RE: [iText-questions] MetaData

2005-06-06 Thread Paulo Soares
PdfReader.getInfo(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Finbar O\'Mahony > Sent: Monday, June 06, 2005 9:29 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] MetaData > > Hi there, > I was wondering was th

RE: [iText-questions] Problem merging pdf files

2005-06-06 Thread Paulo Soares
Use PdfCopyFields. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Franco Biaggi > Sent: Saturday, June 04, 2005 5:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Problem merging pdf files > > Hi, > I have problem

RE: [iText-questions] Null pointer exception when trying to set zoom to 100%

2005-06-06 Thread Paulo Soares
Open the document first. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of david allen > Sent: Saturday, June 04, 2005 1:26 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Null pointer exception when trying > to set zo

Re: [iText-questions] number of columns in PdfPTable

2005-06-06 Thread Bruno Lowagie
Ekta Ojha wrote: Thanks for the reply. I was getting the exception since there were no rows in the table and hence doucment had no pages. Now I am getting my table with 27 columns but they are not able to fit on the page properly for clear readability. What do you mean by horizontal scr

[iText-questions] Re: Problem with iText

2005-06-06 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Dear Mr. B. Lowagie I use iText(1.02b) and there was a problem with an arrangement of elements in a cell of the table (in a cell(com.lowagie.text.Cell) are located other(inner) table(com.lowagie.text.Table) and the paragraph(com.lowagie.text.Paragraph)). Please pay at

Re: [iText-questions] unsubscribe?

2005-06-06 Thread bruno
Constantinos Sofianos wrote: Hi there, how do I unsubscribe? Log in on this page http://lists.sourceforge.net/lists/listinfo/itext-questions and hit the unsubscribe button. br, Bruno --- This SF.Net email is sponsored by: NEC IT Guy Game

[iText-questions] Adobe 7 Designer support

2005-06-06 Thread John . Sanda
I read in another thread that iText does not support Adobe 7 Designer. Are there any plans to add support in the future? If so, when? - John Unauthorized interception of this communication could be a violation of

Re: [iText-questions] unsubscribe?

2005-06-06 Thread Constantinos Sofianos
Hi there, how do I unsubscribe? best regards costa --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big p

[iText-questions] Re: adding an image to a push button field

2005-06-06 Thread John . Sanda
Since posting my question, my code has changed some, but I found a solution in another thread. The key was using PdfStamper.getOverContent(1) instead of PdfStamper.getWriter().getDirectContent(). - John |-+-> | | [EMAIL PROT

[iText-questions] Re: Re: A question about the licenze

2005-06-06 Thread Marco
> What is the meaning of the word 'sorgent'? > I assume you mean Source Code? Yes, excuse for my English... > If you create a document from an applet using iText AS-IS, > your applet source code may remain closed source. > Thank you. Marco

Re: [iText-questions] Re: A question about the licenze

2005-06-06 Thread Bruno Lowagie
Marco wrote: Excuse me, I want know this: A program that use library of itext, but not modify it, must be under the terms of the MPL or LGPL license? Then, if I have an applet that calculate anything, visualize it on a Frame, and, if the user want, create a pdf file with the output

[iText-questions] Re: A question about the licenze

2005-06-06 Thread Marco
Excuse me, I want know this: >>A program that use library of itext, but not modify it, must be under the >>terms of the MPL or LGPL license? Then, if I have an applet that calculate anything, visualize it on a Frame, and, if the user want, create a pdf file with the output with iText, sorgents

[iText-questions] MetaData

2005-06-06 Thread Finbar O\'Mahony
Hi there, I was wondering was there a sample of a program that uses iText to extract all metadata, and print them to the screen, be it in a jTextArea or jTextField, is it possible to extract metadata by title, ie. take the author and title and print them in two different jTextFields? help would

Re: [iText-questions] A question about the licenze

2005-06-06 Thread bruno
Marco wrote: A program that use library of itext, but not modify it, must be under the terms of the MPL or LGPL license? Do you know a link for having those licenses in Italian? I have Googled for it, but I didn't find a translation immediately. If you have the time, try this query: http://w

Re: [iText-questions] [total number of pages]

2005-06-06 Thread Marco Büchler
how: new RtfTotalPageNumber() (like in the example from the tutorial) where. in the footer ciao marco Mark Hall schrieb: On Saturday 04 June 2005 13:05, Marco Büchler wrote: i'm using the RTFWriter (not the RTFWriter2). but the new RtfTotalPageNumber() doesn't work. How and where a

[iText-questions] A question about the licenze

2005-06-06 Thread Marco
A program that use library of itext, but not modify it, must be under the terms of the MPL or LGPL license? Do you know a link for having those licenses in Italian? Thank you. --- This SF.Net email is sponsored by: NEC IT Guy Games. How