Tagged Questions
3
votes
3answers
774 views
Convert file .pptx to .ppt using Java
I was wondering if someone knows a way to convert .pptx to .ppt progamatically using Java?
3
votes
1answer
1k views
Convert PPT to PNG via python
I want to convert PPT to png, or other image formats using Python.
This question has been asked on SO, but essentially recommends running OpenOffice in headless X server, which was an absolute pain ...
2
votes
2answers
658 views
How to convert ppt to images in Ruby?
I'm using Ruby for displaying the contents of powerpoint files in a webpage. I've found solutions using the win32ole but I'm in the linux environment and it doesn't work. I think the application could ...
1
vote
2answers
446 views
Convert Powerpoint to Flash in Linux
Im looking to convert PPT and PPTX files to Flash (or flv) files in an automated fashion in linux - So i need a command line Utility.
Are there any available options out there for me? (I havnt found ...
1
vote
1answer
123 views
Split and convert Microsoft PowerPoint presentations on a Linux server
I have to implement a web service, which takes a Microsoft PowerPoint presentation as an input, and outputs:
every slide as a standalone ppt file
text for indexing
optionally a preview picture
It ...
1
vote
0answers
378 views
Use OpenOffice to do server-side ppt(x) to swf conversion [closed]
Possible Duplicate:
How can I use OpenOffice in server mode as a multithreaded service?
I'd like to turn Powerpoint presentations to SWF files the same way that OpenOffice does it, except ...
1
vote
4answers
727 views
Displaying PowerPoint slides on a web page automatically
Anyone know of any Flash components that would do the job of displaying an external PowerPoint file (e.g. .PPT, .PPTX) file in a Flash movie on a web page? Or a way of automatically parsing uploaded ...
1
vote
2answers
1k views
Any java library for ppt to jpg conversion?
Do you know any java library for ppt to jpg conversion?
I've tried openoffice3 and POI (http://poi.apache.org/slideshow/quick-guide.html).
OpenOffice takes quite long to load (full startup), even ...
0
votes
0answers
83 views
Library for converting PPTX presentations to HTML
I'm looking for a .NET-library which allows me to convert PPTX-presentations (MS PowerPoint) to HTML. It should support animations and keep fidelity of original presentations.
Which ones would you ...
0
votes
0answers
87 views
Converting powerpoints to jpeg or pngs
How can I convert a .ppt file to a jpeg image using php? I am trying to show a thumbnail of the first slide.
I have tried using openoffice with the command line. So far, I've got it to open the ...
0
votes
2answers
358 views
Solutions to convert a PowerPoint file to Flash server-side within Java on Linux
I am looking for libraries or solutions to convert a Microsoft PowerPoint file into a playable Flash file. The constraints are that I must be able to do this from Java, a webapp, that is running on a ...
0
votes
3answers
745 views
Best way to convert PDF to PowerPoint serverside in .NET
I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. ...
0
votes
1answer
776 views
how to convert programatically powerpoint to xml and back
I need to convert powerpoint file to a text based file such as xml o html programatically and do some proccesses in it and again convert the textbased file top powerpoint. I prefer to do it with java.
...