Hello,
How I can assign a font for a PdfPTable?
PdfPTable doesn’t have such param. A Cell doesn’t.
PdfPTable can give me back Chunks, but I don’t see
setFont for a Chunk just get accessor.
thanks
Best Regards.
Michael.
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
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 Adobes site where I can
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 on
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
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 pag
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