Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Convert PowerPoint Presentation to Word Document with Win32::OLE

by polypompholyx (Chaplain)
on Mar 19, 2008 at 12:14 UTC ( [id://674984]=note: print w/replies, xml ) Need Help??


in reply to Convert PowerPoint Presentation to Word Document with Win32::OLE

As of Office 2003 SP2, Microsoft seem to have changed the API, so that images can no longer be saved directly with OLE, hence YMMV with this feature.

Replies are listed 'Best First'.
Re^2: Convert PowerPoint Presentation to Word Document with Win32::OLE
by binf-jw (Monk) on Jul 16, 2008 at 15:06 UTC
    Just been scouring MSDN Object Model Ref. scratching my head as how to export the images extracted (Doing the reverse though, i.e. sucking images out of word documents). Any suggestions? Thanks.

      The problem seems to be that newer versions of OLE don't export the relevant constants for hidden methods like Export. Adding

      $ole_const->{ppShapeFormatPNG} = 2;

      just after the lines that import the OLE constants seems to fix the problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://674984]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-03-19 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found