Re: [iText-questions] Creating form fields in a paragraph

2006-09-21 Thread Zenith
Zenith gmail.com> writes: Thnx, I managed to solve the above issue. - 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 & busine

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Zenith
mailto:itext-questions-bounces lists.sourceforge.net] On Behalf Of > Zenith > Sent: Wednesday, September 20, 2006 8:33 AM > To: itext-questions lists.sourceforge.net > Subject: Re: [iText-questions] Creating form fields in a paragraph > > Bruno Lowagie lowagie.com> writes: >

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Stanton Fisque
iText here Subject: Re: [iText-questions] Creating form fields in a paragraph Stanton Fisque wrote: > You might want to look at FOP by the apache group. Its great for taking > transformed XML and creating PDFs. True, but only if you aren't worried about scalability. As soon as you have

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Bruno Lowagie
Stanton Fisque wrote: > You might want to look at FOP by the apache group. Its great for taking > transformed XML and creating PDFs. True, but only if you aren't worried about scalability. As soon as you have PDFs with 1000+ pages you will run into trouble. With iText we create customized letters

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Stanton Fisque
@lists.sourceforge.net Subject: Re: [iText-questions] Creating form fields in a paragraph Bruno Lowagie 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

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Bruno Lowagie
Zenith wrote: > 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. That makes sense. You'd need chapter 14 to know how to do that: http://itext.ugent.be/itext-in-action/examples/chapter14/SimpleLetter.java In t

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Zenith
Bruno Lowagie 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 interesti

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Bruno Lowagie
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

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Zenith
Bruno Lowagie (iText lowagie.com> writes: > > Zenith wrote: > > Bruno Lowagie lowagie.com> writes: > > > >> I use class FieldPositioningEvents and chunks: > >> > >> FieldPositioningEvents fpe = new FieldPositioningEvents(); > >> writer.setPageEvent(fpe); > >> Chunk academic_year = new Chunk("

Re: [iText-questions] Creating form fields in a paragraph

2006-09-20 Thread Bruno Lowagie (iText)
Zenith wrote: > Bruno Lowagie lowagie.com> writes: > >> I use class FieldPositioningEvents and chunks: >> >> FieldPositioningEvents fpe = new FieldPositioningEvents(); >> writer.setPageEvent(fpe); >> Chunk academic_year = new Chunk(" "); >> academic_year.setGenericTag("academic_y

Re: [iText-questions] Creating form fields in a paragraph

2006-09-19 Thread Zenith
Bruno Lowagie lowagie.com> writes: > I use class FieldPositioningEvents and chunks: > > FieldPositioningEvents fpe = new FieldPositioningEvents(); > writer.setPageEvent(fpe); > Chunk academic_year = new Chunk(" "); > academic_year.setGenericTag("academic_year"); > > The academi

Re: [iText-questions] Creating form fields in a paragraph

2006-09-19 Thread Bruno Lowagie
Zenith wrote: Chunk academic_year = new Chunk(" "); academic_year.setGenericTag("academic_year");> Hi, > > Can anyone tell me how can I create a form field in a paragrah using > itext? I use class FieldPositioningEvents and chunks: FieldPositioningEvents

[iText-questions] Creating form fields in a paragraph

2006-09-19 Thread Zenith
Hi, Can anyone tell me how can I create a form field in a paragrah using itext? Thanks, Zenith - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share