Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-09 Thread Bruno Lowagie (iText)
Raghu wrote: > What is jar file for RTF. > Is it same for the one used for pdf. Yes. > How many days it would take to learn and use API for generating Complex > Word document with Images and dynamic tabular data ? It depends on the initial knowledge of Java, documents, and many other things. You

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-09 Thread Raghu
- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 4:06 PM To: [EMAIL PROTECTED]; Post all your questions about iText here Subject: Re: [iText-questions] Itext for Word Document from JSP Web application Hi, iText can't generate DOC files, but if RTF is sufficient then

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Bruno Lowagie (iText)
Udo Rader wrote: > http://www.joeschmidt.com/img/211820.jpg > > ... could not resist, sorry :-) No need to say sorry. It's a good one. I hadn't seen it before ;-) br, Bruno - Using Tomcat but need to do more? Need to support

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Mark M. Hall
On Tuesday 06 February 2007 13:29, Raghu wrote: > My requirment is to genberate Word document. > But are the limitations of word compared to RTF. > Does generated RTF file can be renamed to .doc ? You can do that, but it doesn't magically make a DOC document out of an RTF document. > or RTF/.DOC

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Udo Rader
On Tue, 2007-02-06 at 18:59 +0530, Raghu wrote: > My requirment is to genberate Word document. > But are the limitations of word compared to RTF. > Does generated RTF file can be renamed to .doc ? > > or RTF/.DOC are same ? sometimes the only thing that can be said is RTFM or even better http://

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Bruno Lowagie (iText)
Raghu wrote: > My requirment is to generate Word document. If that's your requirement, then you should generate documents that are in Word format. > Does generated RTF file can be renamed to .doc ? RTF files can have a doc extension. > or RTF/.DOC are same ? Are Tigers and Lions the same. NO,

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Raghu
PROTECTED]; Post all your questions about iText here Subject: Re: [iText-questions] Itext for Word Document from JSP Web application Hi, iText can't generate DOC files, but if RTF is sufficient then read http://itextdocs.lowagie.com/tutorial/rtf/index.html to understand the limitations of gener

Re: [iText-questions] Itext for Word Document from JSP Web application

2007-02-06 Thread Mark Hall
Hi, iText can't generate DOC files, but if RTF is sufficient then read http://itextdocs.lowagie.com/tutorial/rtf/index.html to understand the limitations of generating RTF documents with iText. Greetings, Mark On 06.02.2007, at 05:59, Raghuveer wrote: > I have a requirment to generate a wor

[iText-questions] Itext for Word Document from JSP Web application

2007-02-05 Thread Raghuveer
I have a requirment to generate a word document consisting of dynamic tabular data,images from database from java application. There should be dynamic HEADER and FOOTER With different images from database. Is this possiable Itext to genearte a word document for above requirment ?. Experts please