PDF Viewer Widget

2009-11-27 Thread marcelpsouza
Hi people, Does anyone know if there is a GWT widget to view PDF files? I know that I can open a window and show a PDF file with an Adobe plug- in but I am looking for a widget to better control the PDF file visualization in my app. Any help would be appreciate, marcel. -- You received this me

Re: PDF Viewer Widget

2010-01-25 Thread pfc09 pfc09
Hi people! I was looking for a good way to embed a pdf file in my web app. I'm still in the design phase, but I'd like to use GWT. I'd like to know if Marcel could find a way to embed a pdf file or if he used Swf cause I don't know exactly how it works. Thanks. 2009/11/30 Vishwas Raiborde > try

Re: PDF Viewer Widget

2009-11-27 Thread Aekold
Maybe you can use PDFRenderer to render pdf as png and then just show png image using some servlet? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe fr

Re: PDF Viewer Widget

2009-11-28 Thread Jan Ehrhardt
Creating such a simple Widget shouldn't be to difficult. Just take an 'iframe' and let it show the PDF. Regards Jan Ehrhardt On Fri, Nov 27, 2009 at 12:55 PM, marcelpsouza wrote: > Hi people, > > Does anyone know if there is a GWT widget to view PDF files? > I know that I can open a window and s

Re: PDF Viewer Widget

2009-11-29 Thread David T
Easiest method would be to use the Google Viewer app in an iframe. https://docs.google.com/viewer On Nov 28, 7:58 pm, Jan Ehrhardt wrote: > Creating such a simple Widget shouldn't be to difficult. Just take an > 'iframe' and let it show the PDF. > > Regards > Jan Ehrhardt > > On Fri, Nov 27, 200

Re: PDF Viewer Widget

2009-11-29 Thread Vishwas Raiborde
try the Swf widget ,first you need to convert the pd pages to swf via the swf9 api and then load the pages via the SWFWidget On Fri, Nov 27, 2009 at 5:25 PM, marcelpsouza wrote: > Hi people, > > Does anyone know if there is a GWT widget to view PDF files? > I know that I can open a window and sh

Re: PDF Viewer Widget

2009-11-30 Thread marcelpsouza
My problem is that I can't let the user save or copy the PDF file to his local machine. As far as I see, google viewer let you download the file, I would like a component that let me control this features. On 29 nov, 21:28, David T wrote: > Easiest method would be to use the Google Viewer app in

Re: PDF Viewer Widget

2009-11-30 Thread Lothar Kimmeringer
marcelpsouza schrieb: > My problem is that I can't let the user save or copy the PDF file to > his local machine. > As far as I see, google viewer let you download the file, I would like > a component that let me control this features. Isn't that an attribute you can set inside the PDF, i.e. setti