I am trying to create wire frames for Windows 8 store apps for initial prototyping.
I have read that we can create live tiles in PowerPoint and it is demonstrated once in a keynote adress.
Does anybody know how to implement live tiles in PPT?
Related
My work laptop was just reimaged with office 2013 and one of the first things I noticed was the removal of the option to save a ppt as a single file web page. One of the products that I routinely update on our sharepoint is a ppt slide with hyperlinks and rollover screen tips to make it interactive when viewed as a presentation.
I'm looking for advice on finding an alternative to using a .mht in conjunction with a page viewer web part to display the "live" slide. I'll also note that the office web apps feature is not currently enabled or available in the site settings.
Thank you and take care.
Background:
I am currently developing a distant education system for a third world country. Because of limited bandwidth, students can not, or can't afford to, watch video streams from internet.
Requirement:
continuous recording of voice.
teachers hate to record narration for each slides.
voice-markup synchronization
i.e. markup should appear one by one at exact time that they are recorded.
Obviously embedded Ms PowerPoint is not enough.
Question:
Are there some sort of PowerPoint plug-in can achieve that?
How to record mark-ups?
Simply record mouse movement/event and replay those event might work buy it is complicated.
Please have a look at PresentationTube. PresentationTube offers a free desktop presentation recorder and YouTube-based video sharing network to help teachers and students produce and share quality video presentations for e-learning in a new way. The recorder allows the presenter to synchronize a variety of visual aids, including presenter's audio and video footage, PowerPoint slides, hand-written text, drawings, and web pages. The platform integrates scrollable slide thumbnails allowing the audience to move to the respective video content and control both the time and progress of video presentation.
I created a pdf file in ios using objective-C and is able to save it in my applications Document directory.
I wanted to know if it is possible to save the generated pdf in the ipad memory, so that i do not need my application to show the generated pdf. In other words I do not want to store it in the documents directory but somewhere on the ipad.
I might not be fully understanding what you are asking but; You can transfer PDF's directly to the iPad via regular cable syncing/itunes so it can be viewed in iBooks on the ipad. Just drag the PDF into itunes, it goes to books section and you can sync it.
Is there any API available in Cocoa(not COCOA-Touch) for a MAC OS based app that can extract data from a Microsoft PowerPoint presentation?
I need it for a Mac OS X-based application in which I need to read the contents of a presentation.
I need to extract the slides and template separately. Specifically, I need to:
Extract slides as images.
Extract the template as a separate PowerPoint template file.
Extract only the text in the slides.
I have done lot of googling, but found only that Applescript can interact with it. But it opens the presentation and then only it interacts with the presentation.
If there’s no API available, then what could be the best way to do this?
All Microsoft Office apps have an AppleScript interface that allows at least some access to the documents' inner structures. I have no experience with PowerPoint, but Excel works fine.
You can google for Microsoft AppleScript Reference.
I'd like to make my app to open a specified PDF by an external app of the user's choice on the iPad. How can I do that? Or, is there any open-source PDF reader framework available so that I can put it into my app?
My situation in more detail:
I'm thinking of porting to the iPad from OS X / rewriting from scratch for the iPad an app which manages lots of PDFs (journal articles, etc.), but I don't want to write the PDF reader part, because there are many good ones already out there; I don't want to reinvent the wheels.
(You might say you shouldn't reinvent pdf management apps, but I'd like to make one as a front end to SPIRES, and there isn't one so far.)
As the app would be a front end to a serious reading activity, UIWebView's pdf capability is not enough.
Also, users of my app would have various preferences which app to use.
That's the background behind my question. Thanks in advance!
Here's my self-answer:
Use UIDocumentInteractionController. See this Apple doc.
The problem now is to find a way to choose programmatically exactly with which app you open a document, when multiple apps are available to a same file type.
Its not that hard to view PDFs without a UIWebView. You use some Quarts 2D drawing but a large majority of the work is done for you. You mainly have to choose how you will flip pages, and do pinch to zoom.
Quarts 2D PDF reference
You aren't able to search inside of PDF files. You can't access the text. You could do annotation, but it would be a hack at best.