Quoting Ljupka Doncevska <[EMAIL PROTECTED]>: > Hello, > > I want to use a .pdf file as a log file, which means I want to add a few > paragraphs to the same file on different application sessions.
This is not a good idea. When you close a Document, the PdfWriter construct a CrossReferenceTable. iText can't add anything after this final PDF object. If you really need logfiles in PDF (which is a very strange requirement), it would be better to log everything in plain text and generate the PDF from this txt file on demand. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
