Ugh - that sounds unpleasant.

Do you just need the functionality of a PowerPoint file to be passed around? Or is the need exactly for a PowerPoint file?
MS is making it increasingly hard to work with their stuff outside of their own tools (even more so with the upcoming office from what I have read).

Could you do it with DHTML and or a swf file (which is an open format and therefore allows you to create them without needing the Flash interface)?
Here when we have needed to dynamically work with PowerPoint files, we end up exporting them to DTHML and then soley using it in that format from then on.

But if this is for a client that is demanding specifically that you work with ppt file... ugh, I don't personally know of a way since MS isn't particularly open with their formats.
(although it also depends on how basic you want it to be - from what I have seen in the past when looking on Google, it seems that the eventual response is to use Win32::OLE to then call VB and do it that way... which is... *ugly* - there is also a way to do basic slides - but *not* MS PPT format - if you look here and follow the link in the small print at the bottom)

------------------------------------
There are some odd things afoot now, in the Villa Straylight.

In reply to Re: generating powerpoint documents by AssFace
in thread generating powerpoint documents by agh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.