http://www.perlmonks.org?node_id=608053


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

When i am using the above conversion code, i am getting a blank document generated though having content inside slides. Can you help in this regard, Thanks in advance, Rose
  • Comment on Re: Convert PowerPoint Presentation to Word Document with Win32::OLE

Replies are listed 'Best First'.
Re^2: Convert PowerPoint Presentation to Word Document with Win32::OLE
by Anonymous Monk on Dec 07, 2007 at 16:22 UTC
    hey, very neat code. had to comment out line 368 (# $selection->{Style} = $style; ), as well as your "icky special cases" on lines 99-119, but it runs fine otherwise. now looking for a good excuse to modify and use it. must be something around here i could convert. thanks!