Re: [iText-questions] Insert Image at page x

2008-04-01 Thread wasegraves
-- Original message -- From: Julien T <[EMAIL PROTECTED]> > As you probably noted, > I'm not devlopper since a long time ... > > So it wasn't really easy to learn about java and itext functions at the same > time :) Your learning process would be greatly enhanced

Re: [iText-questions] Insert Image at page x

2008-04-01 Thread Julien T
Thanks for your help... As you probably noted, I'm not devlopper since a long time ... So it wasn't really easy to learn about java and itext functions at the same time :) Thanks again for your help -- View this message in context: http://www.nabble.com/Insert-Image-at-page-x-tp16271928p164

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Bruno Lowagie
Julien T wrote: > the number of page is not constant (so i use reader.getNumberOfPages() ) OK, I didn't expect the number of pages to be a constant. > I read my XML file getting info of the first page, then I want to insert OMR > and read info about page two ... ect ... > (only open one time my X

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Julien T
Thanks for your answer, the number of page is not constant (so i use reader.getNumberOfPages() ) I read my XML file getting info of the first page, then I want to insert OMR and read info about page two ... ect ... (only open one time my XML and my PDF files to gain time) each OMR as some proper

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Bruno Lowagie
Julien T wrote: > So i learn a little more about java. > I made some classes to get values from an XML File, OK. > I started to read and to use Itext, > I already have some difficulties ... Please be more specific. > In my program I'm reading an XML File, > I get values to write OMR mark on a P

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Julien T
Hello again, So i learn a little more about java. I made some classes to get values from an XML File, I started to read and to use Itext, I already have some difficulties ... In my program I'm reading an XML File, I get values to write OMR mark on a PDF. I get the values page per page (my PDF f

Re: [iText-questions] Insert Image at page x

2008-03-25 Thread 1T3XT info
Julien T wrote: > Sure, > it won't compile, > i only want to know how can I fill this part of my code > to insert image at a page of my choice, is there a function to set the > current page ? That's like sitting in the backseat of a car and asking the car salesman: "I don't find the wheel, how am

Re: [iText-questions] Insert Image at page x

2008-03-25 Thread Julien T
Sure, it won't compile, i only want to know how can I fill this part of my code to insert image at a page of my choice, is there a function to set the current page ? Thanks for your answer -- View this message in context: http://www.nabble.com/Insert-Image-at-page-x-tp16271928p16274768.html S

Re: [iText-questions] Insert Image at page x

2008-03-25 Thread Paulo Soares
You know that you code won't compile, don't you? There's the tutorial and the book but you probably should learn first Java. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Julien T > Sent: Tuesday, March 25, 2008 9:29 AM > To: itext-ques