• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Thumbnail

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a .ppt file . I want to write an application which views that thumbnail .ppt file . It likes when you're using Windows , you can take an action "Views -> Thumbnails" in Windows Explorer . How can I do ? Please help me . Thanks very much .
 
Vu Pham
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to write an application that can view .ppt file like the following picture .

http://s33.yousendit.com/d.aspx?id=1EWDIHWXBY4O63SORQCE3HG9BQ

Thanks .
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interfacing with MSOffice files is notoriously difficult. Producing new files can be done with a fair degree of success (e.g. Jakarta POI), but extracting data from existing files is error-prone at best. Furthermore, I don't know whether the screenshot is cached inside the ppt file; to achieve what you want to do, you may in fact have to load the entire powerpoint engine in a COM->Java wrapper and have it render the slide on the spot.

I'd much rather have the user to attach a screendump seperately. Even if they do end up uploading a 1280x1024 .bmp image, scaling and compressing that is a hell of a lot easier than fiddling with an office file format.
 
What are your superhero powers? Go ahead and try them on this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic