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
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
Quoting SRIDHARAN Aravind <[EMAIL PROTECTED]>:
> If 'Print' button could be disabled,
> why not 'Save' button?
> What is the technical issue behind this?
I thought it was in the mailing list archives,
but I didn't find it.
> Please let me know as I need to explain my higher officials here who a
Quoting Florian Oger <[EMAIL PROTECTED]>:
> Is it possible to insert page break when I want in my document.
> For example, in the middle of a section or a paragraph.
The answer can be found in the mailinglist-archives:
> Chunk chunk = new Chunk ("");
> chunk.setNewPage();
> Paragraph newPage= ne