RE: Display Doc or PDF file in JSP

2009-07-27 Thread Martin Gainty
le contenu fourni. > Date: Mon, 27 Jul 2009 14:41:49 +0200 > From: r...@lsoft.com > To: user@struts.apache.org > Subject: Re: Display Doc or PDF file in JSP > > Paweł Wielgus schrieb: > > Hi Nitesh, > > as far as i know it's impossible with DOC, but pretty eas

Re: Display Doc or PDF file in JSP

2009-07-27 Thread Robert Graf-Waczenski
Paweł Wielgus schrieb: Hi Nitesh, as far as i know it's impossible with DOC, but pretty easy with PDF, just create iframe with source that will point to that pdf file. Most browsers on computers where acrobat reader is installed will display it as an inline document, i don't know if it will work

RE: Display Doc or PDF file in JSP

2009-07-27 Thread Nitesh Jain
Thanks Pawel, It works for PDF file. Cant we find out any solution for DOC. Regards, Nitesh -Original Message- From: Paweł Wielgus [mailto:poulw...@gmail.com] Sent: 27 July 2009 18:01 To: Struts Users Mailing List Subject: Re: Display Doc or PDF file in JSP Hi Nitesh, as far

Re: Display Doc or PDF file in JSP

2009-07-27 Thread Paweł Wielgus
Hi Nitesh, as far as i know it's impossible with DOC, but pretty easy with PDF, just create iframe with source that will point to that pdf file. Most browsers on computers where acrobat reader is installed will display it as an inline document, i don't know if it will work with div only. Best gree

Display Doc or PDF file in JSP

2009-07-27 Thread Nitesh Jain
Hi All, I have requirement to display a Doc or PDF file into a div tag of the JSP. It means that JSP will display a DOC/PDF file in half of the page and remaining space will be used to display some other information. Can anyone guide me to achieve this with or without using the