Re: [iText-questions] Some startup problems

2008-07-28 Thread Ivar Kunst
Hi again, again i got much futher. I bout the e-book and did some digging. I found the function ct.addElement which does all the good work. Now im adding tables, text and images to my document, but what i didnt find was, if i can set some sort of wrapping around my pictures/tables. Thanks for y

Re: [iText-questions] Some startup problems

2008-07-22 Thread 1T3XT info
Ivar Kunst wrote: > How can I: > -Save the text that didn't fit the page The text that didn't fit the column is kept in the ColumnText object for use on the next page. > -Create a new Page The other day, I asked somebody why it was that difficult to find the method newPage() in class Document. S

Re: [iText-questions] Some startup problems

2008-07-22 Thread Ivar Kunst
Thanks for your quick reply the other day! I moved on and the document starts to look smoother everyday. Still i have a few questions. What im using at the moment, is the irregular column, which i can wrap around the images on my page. Sometimes the text i add to the page, can exceed the bottom

Re: [iText-questions] Some startup problems

2008-07-18 Thread 1T3XT info
Ivar Kunst wrote: > Hey all, > > Im new to iTextSharp. Im really enjoying it, but i came across some > problems. I've googled my problems but couldnt really find the answers, > i've also gone through the tutorial. I might have missed the answers, im > sorry then :) I think you missed the part

[iText-questions] Some startup problems

2008-07-18 Thread Ivar Kunst
Hey all, Im new to iTextSharp. Im really enjoying it, but i came across some problems. I've googled my problems but couldnt really find the answers, i've also gone through the tutorial. I might have missed the answers, im sorry then :) I want to create a nice document, i managed to create the fir