Re: [iText-questions] Section/Chapters and memory

2007-12-02 Thread Bruno Lowagie
Kris Raney wrote: I still think it's a good idea to make memory-friendly Section and Chapter helpers available I've thought about this problem, and I decided not to look at the extensions you've written. Instead I introduced a new Interface: LargeElement extends Element Currently three

Re: [iText-questions] Problem with dot after chapter / section numbers

2007-12-02 Thread Friedhelm
Hi Bruno, thank you very much. I will have a look at it asap. - Friedhelm - Bruno Lowagie schrieb: Friedhelm wrote: Is there a way to avoid the last dot behind the number? In the SVN repository, I've introduced the concept 'numberStyle'. Currently two styles are

Re: [iText-questions] Section/Chapters and memory

2007-12-02 Thread Bruno Lowagie
Hello all, in attachment you can find a standalone example with a series of tests. This code will only work with the iText version in the SVN repository. Six PDF files are generated: 2 with Chapters/Sections 2 with a PdfPTable 2 with a Tabe Of each pair, one was generated 'the traditional way';

[iText-questions] Adding an empty signature-field and signing

2007-12-02 Thread Luca Tomat
Hello, I need to add two signature-fields and add a signature inside the first one. This is how i do it: .. .. //Lets create the two fields PdfFormField sign1 = PdfFormField.createSignature( pdfStamper.getWriter()); sign1.setWidget(new Rectangle(100, 600, 180,

[iText-questions] How to change a PDF but preserve the rights

2007-12-02 Thread Samuel B. Quiring
I have a PDF containing an XFA form; isXfaPresent() == true. The PDF was authored so that it can be opened in Adobe Reader, fields in the form can be filled, and the form can be saved by Reader to the file system. Using iText I have read in the PDF, obtained the XfaForm, changed values in the

Re: [iText-questions] Adding the constructor com.lowagie.text.List(float)

2007-12-02 Thread Alexis Pigeon
Hi Bruno, On 11/30/07, Bruno Lowagie [EMAIL PROTECTED] wrote: Alexis Pigeon wrote: Hi Bruno, Paulo, * Is there any reason for not having the following constructor in com.lowagie.text.List? Are you sure it isn't there? Have a closer look, it's there! (*) (*) It's in the SVN

Re: [iText-questions] How to change a PDF but preserve the rights

2007-12-02 Thread Bruno Lowagie
Samuel B. Quiring wrote: is there a way I can modify the existing PDF in place so that the rights to save the file from Adobe Reader are maintained? This is only possible with software form Adobe. It's one of the many sources of revenue for the company. You won't find any other product that