Re: [iText-questions] First books arrived!

2006-12-09 Thread Joe Scanlon
Woohoo!! Congratulations to you and your team - this is a fantastic api and I cant wait to get my hands on the book Joe Scanlon AllStar IT, llc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Saturday, December 09, 2006 8:21

Re: [iText-questions] iText in Action

2006-11-14 Thread Joe Scanlon
-Original Message- From: "Bill Ensley" <[EMAIL PROTECTED]> To: "'Post all your questions about iText here'" Sent: 11/14/06 11:27 AM Subject: Re: [iText-questions] iText in Action Never mind, it's only the Manning site that has the ebook. -Bill Ensley Bear Printing _ From: [

Re: [iText-questions] StyleSheet / HtmlWorker and granular font size

2006-10-25 Thread Joe Scanlon
Paolo I was running into a similar issue a while back - can you post the code you used to generate this pdf?Thanks in advanceJoeOn 10/25/06, Paulo Soares <[EMAIL PROTECTED]> wrote: This is all equivalent:HelloHello3Hello5 With a style sheet:StyleSheet styles = new StyleSheet();styles.loadStyle("pd

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-19 Thread Joe Scanlon
Congratulations!  On 10/19/06, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: I am writing to announce that I have accepted a position (startingOct. 23rd) with Adobe Systems as their new "Technical StandardsEvangelist".A role that will enable me to forward the adoption and standardization of PDF thro

Re: [iText-questions] IText doesn't seem to be thread safe?

2006-07-20 Thread Joe Scanlon
Peter -- you declared the document to be ''static'' <%!  %> will be static in your case - move   "Document document;"   On 7/20/06, Paulo Soares <[EMAIL PROTECTED]> wrote: I suspect that it's a problem with the server configuration. The app servercan work in two modes: one where each request crea