Email:   
Home
In This Issue
EasyPrint
Click here for the RSS feed's XML code. This is not a browser URL.
Publishing PowerPoint presentations for Notes and Web clients (continued)

Read on to learn more.

Exporting the presentation
To use the PowerPoint 97 Internet Wizard (or the Save as HTML feature as it is sometimes called), open up the presentation in PowerPoint 97 and simply select Save As HTML from the File menu. If this option is grayed out, you probably didn't install the Internet Wizard when PowerPoint was installed. You can re-run the Office 97 or PowerPoint 97 setup wizard, which will enable you to add components like the Internet Wizard.

You will then be presented with dialog boxes that allow you to choose exactly how you want your PowerPoint 97 presentation to be saved. There are really only two important options, choosing the size of the images that are created and making sure you note what directory the resulting files are saved in. The other options don't matter because they are not necessary to help you import the information into Notes.

As far as image size, I usually choose to save the slides as GIF files that are three-quarters of the smallest screen size (640 x 480). I've found this size to be the smallest it can be without losing too much of the clarity of the smaller fonts and picture details. I also know that slide images this size will fit on everyone's screen whether they are viewing it online or in a Notes client. Mmake sure you remember what directory your presentation is saved in so that you can automatically re-create the presentation in Notes. Once you have indicated the directory, click Finish to save the presentation as HTML.

You may be asking yourself how you can get to these images. Well, when you look at what the PowerPoint Internet Wizard produces, you see that all of the slide images are converted into separate, stand-alone GIF files that are named logically and sequentially (i.e. img001.gif and img002.gif). You're probably already drooling, since wise developer that you are, you've realized that you can easily attach these GIFs to documents using a LotusScript agent and then display them through a Web view by computing the correct URL for the image source.

But wait, there's more! The PowerPoint Internet Wizard also produces very well structured HTML files that contain the title and notes of each of the slides. And these files are named in the same logical way as the GIF files. Simply attach these files using LotusScript just like we did with the GIF files.

You can create a presentation and attach the appropriate files as outlined above by using the CreatePresentationAgent that I've created. This is shown in the listing located at http://www.component-net.com/dp-extras/powerpoint-1.html.

It will ask you for the name of the presentation, the directory the files generated by PowerPoint are stored in and how many slides are in the presentation. It should then loop through and create a document for each of the slides and attach the necessary files (Note: You must be in a view and have a document selected in order to run this agent).

Extracting the information
Once I knew I could extract all of this information automatically, the key to developing a better method of posting presentations was to create a form for capturing and holding all of this information. The result was the Presentation Form that I created. My goal when creating this form was to not only capture all of the information, but also to be able to display it so it looked good in Notes and had navigation buttons so a user could quickly flip through the slides.




[ Prev | Next ]

ZATZ Home  ·  News  ·  Back Issues  ·  Credits/Trademarks ·  Link To Us
-- Advertisement --

PistolSTAR: the de facto standard for Lotus authentication
PistolStar's Password Power integrates with Microsoft Active Directory to enable single sign-on to Lotus applications and automatic recovery of the Notes ID password via self-service reset of the Active Directory password.

  • A single set of credentials to remember - one set of password policies to manage.
  • Cost-effective plug-ins integrate smoothly with your environment.
  • Proven, ground-breaking technology deployed to millions of users.


Learn more.
-- Advertisement --

The Ultimate Notes Domino Training Experience - Amsterdam, 11-13 November
Get in-depth technical training that you can put to use on the job right away at THE VIEW's Admin2008 and Lotus Developer2008 Europe! One registration gets you into your choice of over 70 new and updated expert know-how sessions, one-on-one consultations, hands-on labs, and more.

See complete agendas and register by 10 October to save 495 euros!
Copyright © 1998-2008, ZATZ Publishing. All rights reserved worldwide.
Editor's Login