Re: [iText-questions] start page event

2008-07-01 Thread Luke Vanderfluit
PdfWriter.getInstance(document,baos); PEvent pe = new PEvent(); writer.setPageEvent(pe); document.open(); Kr. Luke. Luke Vanderfluit wrote: > Hi. > > Im trying to override a method in a jsp page. > > In the following code Im trying to get a system message to prin

[iText-questions] start page event

2008-07-01 Thread Luke Vanderfluit
Hi. Im trying to override a method in a jsp page. In the following code Im trying to get a system message to print whenever an 'onStartPage' event is fired. Im not getting the desired result. How do I override an event method within a JSP? Kr. Luke. <%@ page contentType="text/pdf" import="com

Re: [iText-questions] Page overflow; how to go to a new page when the previous page is overflowing

2008-07-01 Thread Luke Vanderfluit
Hi. I was using Columntext on every page, then adding content to the columntext and trying to get that to wrap. Using document.add solved the problem. Thank both of you very much for your replies. Kind regards. Luke. - Sponso

[iText-questions] Page overflow; how to go to a new page when the previous page is overflowing

2008-06-30 Thread Luke Vanderfluit
Hi. I have a problem getting to a new page when the previous page has overflowed to a second or third page. 1. I start a new page 2. I add content to that page, there is a lot of content so the page overflows to more than one page. 3. I start another new page but this page doesnt cause a page bre

Re: [iText-questions] List.UNORDERED

2007-12-27 Thread Luke Vanderfluit
nal Message - > From: "Luke Vanderfluit" <[EMAIL PROTECTED]> > To: ; > <[EMAIL PROTECTED]> > Sent: Thursday, December 27, 2007 10:25 AM > Subject: [iText-questions] List.UNORDERED > > > >> Hi. >> >> I simply love this library. &

[iText-questions] List.UNORDERED

2007-12-27 Thread Luke Vanderfluit
Hi. I simply love this library. Ive been using 2.0.7 and used List.UNORDERED when creating a list. Then I ran it on my server which has 1.3.3. Is it correct that List.UNORDERED breaks in 1.3.3? Ive tested it and it seems so. Could you confirm. Please post to my private address as I havent subs