Hi

Looks like their pages are actually pdf scanned images(.jpg). So its
would be really simple to implement.

User clicks on a "book" server gets a list/Map of pages(images) urls,
serves it to the client

Image page=new Image();
page.setUrl(responseFromServer.get(i));

Something toward that effect.

let me know if you need more info.



On Sep 24, 8:22 pm, marypfc <[email protected]> wrote:
> I have to develop a web application and I am thinking about using GWT
> for the first time.
> The requirements specification states that pdf files should be
> displayed and a "google books way" is preferred. I was wondering if
> this style is possible and if so, how.
> Otherwise, any other suggestion to display pdf files would be welcome.
> Thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to