Hi Sandeep,

On 02/05/2008, サンディープ ダワナ <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I happen to come across your website and after looking at some of the
> products got very much interested in the products developed by your
> organization.
>
> I would like to know if the Java PDF Library can convert an excel sheet into
> PDF file. We have a requirement wherein we have some large number of complex
> reports in excel format and we want to convert these excel reports into
> smart looking PDF files.

iText won't help you on that task. You could look at the
OpenOffice.org API [1] which has the ability to save MS Office
documents as PDF.

> Secondly, we would like the Java PDF Library to
> convert these excel reports into PDF on-the-fly for the users trying to view
> the excel files in PDF format over the web. Since, we do not want to take
> the headache of storing the converted PDF files on the disk.

Use the  OutputStream of the browser's response.
See [2] for examples.

HTH,
alexis

[1] http://api.openoffice.org/
[2] http://itextdocs.lowagie.com/tutorial/general/webapp/index.php
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to