Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-04 Thread Yahzz Yan
e they >> two >> > relatively equal options or do they fill different needs? >> > >> > >> > >> > --- On Thu 02/02, Frank W. Zammetti < [EMAIL PROTECTED] > wrote: >> > From: Frank W. Zammetti [mailto: [EMAIL PROTECTED] >> > To: us

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-03 Thread Frank W. Zammetti
t; > >> > >> > --- On Thu 02/02, Frank W. Zammetti < [EMAIL PROTECTED] > wrote: >> > From: Frank W. Zammetti [mailto: [EMAIL PROTECTED] >> > To: user@struts.apache.org >> > Cc: user@struts.apache.org >> > Date: Thu, 2 Feb 2006

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-03 Thread Jim Riley
We use iText for our pdf generation and for customers that need a screen printed like a paper form. We purchased Actuate for all of our reporting needs now but we had used iText for reports before that. James >>> [EMAIL PROTECTED] 2/3/2006 9:51 AM >>> Hi, I've found this to be very useful fo

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-03 Thread Robin Joinson
Hi, I've found this to be very useful for tabular data: http://displaytag.sourceforge.net/10/ I haven't tried the PDF tool, but Excel, CSV and XML have worked well enough for me. Regards, --Robin. On Thu, 2006-02-02 at 17:42 +0100, Angel Navarro wrote: > Hi, > > I need advice to develop docu

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-03 Thread Wendy Smoak
On 2/3/06, Angel Navarro <[EMAIL PROTECTED]> wrote: > but, somebody have worked with Struts and JasperReport? > It's a good solution? > It's better than iText or FOP? JasperReports uses iText to produce PDFs. Which one to pick depends on whether you're trying to produce "documents" with paragrap

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-03 Thread Angel Navarro
k W. Zammetti < [EMAIL PROTECTED] > wrote: > > From: Frank W. Zammetti [mailto: [EMAIL PROTECTED] > > To: user@struts.apache.org > > Cc: user@struts.apache.org > > Date: Thu, 2 Feb 2006 12:49:03 -0500 (EST) > > Subject: RE: Advice with Struts and Generate docume

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread Frank W. Zammetti
l options or do they fill different needs? > > > > --- On Thu 02/02, Frank W. Zammetti < [EMAIL PROTECTED] > wrote: > From: Frank W. Zammetti [mailto: [EMAIL PROTECTED] > To: user@struts.apache.org > Cc: user@struts.apache.org > Date: Thu, 2 Feb 2006 12:49:03 -05

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread [EMAIL PROTECTED]
rank W. Zammetti [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Cc: user@struts.apache.org Date: Thu, 2 Feb 2006 12:49:03 -0500 (EST) Subject: RE: Advice with Struts and Generate documents in PDF, XLS... And of course don't forget using iText for PDF generation:http://www.lowagie.com

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread Frank W. Zammetti
And of course don't forget using iText for PDF generation: http://www.lowagie.com/iText/ Many other projects tend to use this underneath, and you can use it directly if you wish. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread bradyh
I've used FOP for PDF and been quite happy. It has something of a learning curve but if you know (or get a book on XSL) you'll be productive before too long and it's very flexible and powerful. http://xmlgraphics.apache.org/fop/ -Brady > For excel exports use this: > http://jakarta.apache.org/p

RE: Advice with Struts and Generate documents in PDF, XLS...

2006-02-02 Thread Voorhoeve, Niels {PBG}
For excel exports use this: http://jakarta.apache.org/poi/hssf/index.html -Original Message- From: Angel Navarro [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 11:43 AM To: Struts Users Mailing List Subject: Advice with Struts and Generate documents in PDF, XLS... Hi, I ne