![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
| PowerPoint Questions, tips and technical info how to use PowerPoint in ministry. |
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| ||||
| You could save as HTML, making it text with a bunch of tags around it. If the text is in normal PPT fields, you can go to the outline view, Cntl-A to select all and Cntl-C to copy. Then open up notepad and paste it in there. Of course, neither of these work well if you have many PPTs you want to read.
__________________ Joel Osborn Milton SDB Church "...if we are to glorify God fully, we must engage our mind in knowing him truly and our hearts in loving him duly." - John Piper, Think |
| ||||
| No experience with it, but you could take a look at OpenOffice or some other open-source MS Office work-alike, and see how they parse PPT files. |
| ||||
| Pretty sure you won't find the specs for PowerPoint's file format anywhere - not beyond what's been reverse-engineered for OpenOffice et. al., anyway. Have you considered using something like VBscript to get PowerPoint to give you the text? (No idea what the project is you're working on!) |
| ||||
| The project is importing the text from Powerpoint files (potentially on a computer without Powerpoint) into Lyricue, running under Gutsy. More of an "ooh, I wonder if I can" thing. Worked on a gig Monday (first of four Mondays in a row) where the band has their entire song library in a single Powerpoint file, and Powerpoint on every computer we had played stupid. So I built last night a machine to run Lyricue, and dumped over my database of songs. Most of the band's songs are Crowder songs, and I don't have most of them in my library already, but I do have a copy of their Powerpoint file. So I figure I can save myself some time and headache if I can write a little script that will parse a Powerpoint file and do a slug of insert()s... |
| ||||
| Quote:
Here is an example of VBScirpting |
| ||||
| Well, I was imagining more of an external script controlling PPT than a script within a PowerPoint file. But sure, that'd work too. 'Course, you can't run VBscript or PPT under Linux, so this is all moot. Maybe you could somehow get OOo to give you the text, using DCOP or something? |