I have been using Office 2007 PIA's to run PowerPoint files in my C# application.
I know that this requires Office 2007 to be installed on the machine.
I wanted to know, can the same set up be run with OpenOffice.org installed instead of Microsoft Office?
Note: I am using a Qindows machine.
...
I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images. For that I have imported office.dll and Microsoft.Office.Interop.PowerPoint.dll assemblies and wrote the following code
public static int ExtractImages(string ppt, string targetPath, int width, int height)
{
var pptAppli...
Does anyone know of a macro function in OpenOffice like exec() or system() in other languages?
...
We are using third party control to view/annotate PDF file. In that control they have used jrunner + java + open office to convert doc/docx/ppt/xls/xlsx file to PDF.
I want to know the exact use of jrunner.
How java, soffice.exe and soffice.bin running as a service.
...
I've followed the directions to install Docsplit from here (accounting for differences for CentOS of course): http://documentcloud.github.com/docsplit
I think I've got all necessary packages installed, but when I run "docsplit pdf " to convert a Word Doc to PDF, I get this error:
Exception in thread "main" org.artofsolving.jodconverter...