Bruno Lowagie <bruno <at> lowagie.com> writes: > > Zenith wrote: > > > Thanks for the link. Can you explain a bit what you are trying to do > > Trying to do? I'm not trying, I'm doing it. > The reason why the book samples have very little comments, > is that too much comments would make it less interesting > for people to buy the book. > > > I am trying to read from csv and > > then generating a pdf. > > Then why do you need a form field in a paragraph? > I don't understand. If you don't understand the example, > please take one step back, and determine what you need. > > The way you are formulating your question now, I could > write a book answering it > br, > Bruno
Sorry for the confusion. The original idea is to insert values into a template from a datasource which can be xml or csv. But the first task is to create that template using itext. For that reason I asked the question about form fields in a paragraph. But the only problem that I encountered after going through the data is that some values to inserted are huge and would have problem filling in the space assigned in the template. So The other option what I have in my mind is to parse through csv and then generate a pdf, dropping the idea of generating a template. Zenith ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
