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] Re: A question

2002-11-08 Thread Bruno
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

[iText-questions] Re: a question

2002-09-12 Thread Bruno
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