Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread David Thielen
you might be able to do this with www.WindwardReports.com. thanks - dave - Original Message - From: "Bendik R.Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:30 PM Subject: [iText-questions] xml to pdf, text positioning

Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread Bruno
Quoting "Bendik R.Johansen" <[EMAIL PROTECTED]>: > Is there a simple way to do this like: > > (Pseudo code) > > Hello, world! > This kind of functionality is not provided in the XML package. > Also, is there a way to define an existing pdf to add text to, in xml? No, you will have to write

[iText-questions] xml to pdf, text positioning

2003-02-03 Thread Bendik R . Johansen
Hello, I was wondering how to position text absolute. I am using Chap0704.java. Is there a simple way to do this like: (Pseudo code) Hello, world! I can't seem to figure this out. I have managed to position images, but not text. Also, is there a way to define an existing pdf to add text to