[iText-questions] Inserting a table within a table

2004-01-19 Thread Abraham, Ben
Hi, How do i put a table inside a table? Table A has 3 columns,I add 3 cells to this table.So now i have 1 row in this table A. Table B has 3 columns,I add 3 cells to this table, So now i have 1 row in this table B. A.insertTable(B); Now,When i insert table B in table A,all the 3 cells of

Re: [iText-questions] RE: stamped.java example /Merging PDF files

2004-01-19 Thread Ana Martín
Hi. I just begin to use PdfStamper. I'm not sure if it's possible to merge 2 PDFs. What I want is append a PDF to another PDF. I found that when I stamp a page from a PDF to another, it doesn't create a new page. Imagine a page from PDF1 ends in the middle of the page, and we want to append a

[iText-questions] licensing questions

2004-01-19 Thread Derrick Corda
My company is planning to use iText in our product. (By the way, thanks for all the GREAT WORK on this product). I have several questions about licensing and the source. We had initially planned to use the library as is, but found that for our particular situation we needed to make one small

Re: [iText-questions] licensing questions

2004-01-19 Thread Bruno
Quoting Derrick Corda [EMAIL PROTECTED]: 1. While your site and the source indicate that you can choose either the MPL or LGPL or combination MPL/LGPL license, an item in the newsgroup from Bruno Lowagie dated 15 May 2003 indicates that the source can not be licensed under the LGPL only

Re: [iText-questions] licensing questions

2004-01-19 Thread Leonard Rosenthol
At 7:43 PM +0100 1/19/04, Bruno wrote: 2. There are several files with the extension .afm where the source is copyrighted by Adobe. These files have no indication that Adobe has put this source under LGPL or MPL or put it in the public domain. Is there somewhere on Adobe’s site where I can

[iText-questions] Imposition Framework for iText

2004-01-19 Thread Bill Ensley
Bruno, Paulo et al: Many compliments on your fantastic PDF Library, I have been using it in-house for several years and find it very easy to use as well as extend. I developed many extended projects and frameworks for my own use that I would like to give back to the project. One such project is

[iText-questions] how to set a Font for PdfPTable?

2004-01-19 Thread Michael Korolyov
Hello, How I can assign a font for a PdfPTable? PdfPTable doesnt have such param. A Cell doesnt. PdfPTable can give me back Chunks, but I dont see setFont for a Chunk just get accessor. thanks Best Regards. Michael.