Re: looking for library to read ppt files
On Apr 18, 4:02 pm, Carsten Haese <[EMAIL PROTECTED]> wrote: > How about running a headless OpenOffice instance and remote-controlling > it with pyuno: > > http://udk.openoffice.org/python/python-bridge.html > > -Carsten i'll try oo, thanks for link. -- http://mail.python.org/mailman/listinfo/python-list
Re: looking for library to read ppt files
On Wed, 2007-04-18 at 06:30 -0700, Aljosa Mohorovic wrote: > > > Not really a Python question but Google turned up: > it is a python question. i'm not looking for a program, i'm looking > for a library. > my goal is to convert ppt to jpegs but later i wish to convert to swf > and maybe implement animations > > > I suppose you could also use the win32 module and the COM object to > > grab the info from the slide and then use the PIL module to create a > > jpeg. Sounds like a lot of head banging to me, but it might be an > > interesting project. > i can't use win32 because it should work on linux since it will be > used as server-side application. How about running a headless OpenOffice instance and remote-controlling it with pyuno: http://udk.openoffice.org/python/python-bridge.html -Carsten -- http://mail.python.org/mailman/listinfo/python-list
Re: looking for library to read ppt files
> > Not really a Python question but Google turned up: it is a python question. i'm not looking for a program, i'm looking for a library. my goal is to convert ppt to jpegs but later i wish to convert to swf and maybe implement animations > I suppose you could also use the win32 module and the COM object to > grab the info from the slide and then use the PIL module to create a > jpeg. Sounds like a lot of head banging to me, but it might be an > interesting project. i can't use win32 because it should work on linux since it will be used as server-side application. -- http://mail.python.org/mailman/listinfo/python-list
Re: looking for library to read ppt files
On Apr 16, 1:42 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Aljosa Mohorovic wrote: > > i'm looking for a way to read ppt (powerpoint) files using python and > > to convert slides into jpeg files. > > any links or tips how to do this? > > Not really a Python question but Google turned up: > > http://www.sharewareconnection.com/ppt-to-jpeg-jpg-tiff-bmps-converte...http://www.print-driver.com/howto/converting/convert_microsoft_powerp... > > -Larry I suppose you could also use the win32 module and the COM object to grab the info from the slide and then use the PIL module to create a jpeg. Sounds like a lot of head banging to me, but it might be an interesting project. For info on accessing PowerPoint with Python, see links below: http://www.thescripts.com/forum/thread592690.html http://www.thescripts.com/forum/thread19132.html http://www.p-nand-q.com/python/ms_office.html Also see Hammond's "Python Programming on Win32" book or Chun's Core Python Programming". Both have some examples of accessing MS Apps. PIL can be found at: http://www.pythonware.com/products/pil/ Mike -- http://mail.python.org/mailman/listinfo/python-list
Re: looking for library to read ppt files
Aljosa Mohorovic wrote: > i'm looking for a way to read ppt (powerpoint) files using python and > to convert slides into jpeg files. > any links or tips how to do this? > Not really a Python question but Google turned up: http://www.sharewareconnection.com/ppt-to-jpeg-jpg-tiff-bmps-converter.htm http://www.print-driver.com/howto/converting/convert_microsoft_powerpoint_presentation_to_jpeg.htm -Larry -- http://mail.python.org/mailman/listinfo/python-list
looking for library to read ppt files
i'm looking for a way to read ppt (powerpoint) files using python and to convert slides into jpeg files. any links or tips how to do this? -- http://mail.python.org/mailman/listinfo/python-list