RE: [iText-questions] Writing to a PdfTemplate with an arbitrary Font

2003-09-19 Thread Chris Farmer
Thanks for the hint, but I'm not sure if it's really what I was looking for or not. I had looked at the tutorials before, but I'm still pretty confused! Let's say I have a font that I generated like this: Font newFont = new Font(Font.getFamilyIndex(fontName), fontSize, style); newFont.setColor(

Re: [iText-questions] Writing to a PdfTemplate with an arbitrary Font

2003-09-19 Thread Raymond Leong
fyi, http://www.lowagie.com/iText/tutorial/ch09.html#embedttf I had been using this, but not sure if this is what you want. From: "Chris Farmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [iText-questions] Writing to a PdfTemplate with an arbitrary Font Date: Thu, 18 Sep 2003 15:47:29 -0

Re: [iText-questions] Help

2003-09-19 Thread Bruno Lowagie
isac coelho wrote: ok , Bruno i don't know what is happens. i have one iText.jar my IDE is websphere , you have an idea ?? i compiled my project with sucessfully but when i execute occur an error : java.lang.NoClassDefFoundError: com/lowagie/text/Element I think this has already been

RE: [iText-questions] Help

2003-09-19 Thread Bruno
Quoting isac coelho <[EMAIL PROTECTED]>: > Hello Bruno , > > >I download source and compile it an jar it. > >When i execute occur an error : > > [18/09/03 16:05:23:265 GMT-03:00] 4832bf6f WebGroup X >Servlet > Error-[com.connectmed.connectivity.contas.servlet.ServGrd

[iText-questions] FDF and SubmitAction

2003-09-19 Thread Martin, David
Hello, I downloaded the Itext.jar file to try out the FDF merge capabilities. Currently I'm using the FDF toolkit to merge data on the client side (and of course capture any changes when the user submits the form). Because of the inherit problems using FDF in this manner, such as multiple browse

[iText-questions] Re: Height of HeaderFooter object?

2003-09-19 Thread Hans Bachner
Hans Bachner <[EMAIL PROTECTED]> wrote: > How can I find out the space required for the footer? The height > method always returns 0. Does the lack of a response mean that it is not possible to access this information within the program generating the PDF file? Thanks, Hans. --

[iText-questions] setRemoteGoto doesn't go to the page

2003-09-19 Thread Lucy.X.Hu
Hi, I was using chunk.setRemoteGoto(pdfFile, pageNumber) method, it seems that it can find the pdf file, but can't go to the specified page. can anybody help me? Thanks.