displaying a power point presentation through a grails application - grails

I'm working on a grails application and being asked if it's possible to display a viewable embedded powerpoint. Someone said, I should take each slide and make an image and display it that way. Anyone know of a simpler solution?

I would use SlideShare. Upload the PowerPoint to SlideShare and click "Embed" to generate an iframe element that can be embedded in your GSP.

Related

How qlpreviewcontroller works?

I know how to use qlpreviewcontroller, but i am curious to learn what actually happened behind the scene of the controller. I am looking for a way to implement my own custom preview controller that allows me to do paginated swipe, horizontal layout, programmatically scroll to page, etc. the issue really is being able to crack open the files and extract them as an image. I know that there are services that allow you to do so, but i prefer a client side solution if possible
Anyone have any suggestion / insight?

iOS Powerpoint Viewer trouble

I want to implement a PowerPoint viewer in my application. I tried to use Quick Look Framework. But it doesn't support transition animations and full screen.
Can someone help me to implement these two things.
I've also tried to open the presentation in web view.

I want the partial pagecurl effect ,not the full screen

Now I am developing an app on iOS, I need the pagecurl effect, but the all source code I found was full screen! However, I only need the partial screen, not full screen. So I need to know how to do it!
Could anybody provide an example for me?
There's a good reference on the different forms of Modal Views contained in iOS, including the partial page curl, here: on Tim Neill's blog.

Embeded PowerPoint slideshow in SharePoint

I have a SharePoint collaboration portal that is used a default intranet gateway. The requirement is to embed a PowerPoint presentation with this portal so that it cycles through all the slides in SP webpart, rather than using PowerPoint application. I have created a slide library and uploaded the presentation with an understanding that I can use an image webpart but that did not work (for obvious reasons).
Is there a way to accomplish this and how do I go about it. I can write a custom web part if I have to.
Thanks,
Eric
You already did what I would have suggested : exporting your presentation to a image gallery where each slide is an image. Now, you just need to create a rotating image webpart, either with some simple controls built-in (previous, next) or automatic (rotating, but I would go for a manual process).
Waldek created a nice walkthrough to simply create a rotating slide show : http://blog.mastykarz.nl/images-slideshow-sharepoint-2007-jquery/ using a list view webpart (as source) and a content query webpart with some javascript to transform the rendering of the list view.
You just need to pick a relevant "image slideshow" script from the thousands available in javascript and make sure that it's transforming your barebone list of images to something fancier.
Hope that helped.
Kindly.

How to embed Adobe Photoshop in my App

We are developing a software that will automate many crucial activities in Photoshop.
This application is targeted for newbies.
In this application I want to embed Photoshop's window in my applications window. Currently Photoshop runs separately in its own window.
How can I get it to run in a particular location in given space in my application window?
How about this: find Photoshop's window handle using FindWindow, and after that use SetParent to embed it into your form/panel. You might also need to maximize and remove borders from Photoshop's window, see Windows API for more details on how to do this.
I don't know of any API to let you embed Photoshop into another application, and I don't think that API exists. However, why can't you accomplish what you want using ActionScript or a native plug-in inside Photoshop? This is accomplishing almost the same thing, just from a different direction.

Resources