Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

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

by binf-jw (Monk)
on Jul 16, 2008 at 15:06 UTC ( [id://698028]=note: print w/replies, xml ) Need Help??


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

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.
  • Comment on Re^2: Convert PowerPoint Presentation to Word Document with Win32::OLE

Replies are listed 'Best First'.
Re^3: Convert PowerPoint Presentation to Word Document with Win32::OLE
by polypompholyx (Chaplain) on Aug 14, 2008 at 08:59 UTC

    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://698028]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found