Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » View PDF
View PDF [message #14843] Fri, 30 March 2007 16:03 Go to next message
Eclipse UserFriend
Originally posted by: rhernandez_64.hotmail.com

I use iText for write PDF's and JPedal to view, How i can do to view PDF
into a Dialog, i use Browser widget and setData(pdfDecoder) and not show
pdf.
Which widget can i use
Re: View PDF [message #14872 is a reply to message #14843] Fri, 30 March 2007 20:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Rafael,

Rafael Hernandez schrieb:
> I use iText for write PDF's and JPedal to view, How i can do to view PDF
> into a Dialog, i use Browser widget and setData(pdfDecoder) and not show
> pdf. Which widget can i use

I guess no one of us has tried this yet, but actually you can watch PDFs
in the RWT browser widget, given that your browser has PDF support. You
can try it out in the controls demo. Just enter a URL that links to a
PDF file, such as http://www.cs.umanitoba.ca/~eclipse/11-JFace.pdf.

However, setData() will never make a widget do anything. It's just there
to store application-specific data in a widget. You should use the
setUrl() method to point the browser widget to the PDF file. You will
probably have to provide another servlet that delivers the PDF.

Ralf
Re: View PDF [message #14900 is a reply to message #14872] Fri, 30 March 2007 21:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rhernandez_64.hotmail.com

Thanks a lot

Where put my pdf file in rap directory and how config that directory to
view in my browser
Re: View PDF [message #14920 is a reply to message #14900] Sat, 31 March 2007 06:31 Go to previous message
Eclipse UserFriend
Originally posted by: jkrause.innoopract.com

This functionality is provided by Equinox, have a look here:

http://www.eclipse.org/equinox/server/http_writing_applicati on.php


Rafael Hernandez wrote:
> Thanks a lot
>
> Where put my pdf file in rap directory and how config that directory to
> view in my browser
>
Previous Topic:PageBookView in v1.0?
Next Topic:numeric value in Text field
Goto Forum:
  


Current Time: Fri Apr 26 18:17:21 GMT 2024

Powered by FUDForum. Page generated in 0.03039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top