I\'m using OpenOffice as a daemon. Sometimes, when the daemon is running a long time, CPU use spikes very high and then openoffice crash. At this point, the open office applicattion don\'t work and th
I am using openoffice sdk to get all info from doc file, what I need now is to be able to extract all images in a doc file and save them as images png or gif.
I have a project which requires creating a Word (.doc) file with certain formatting and certain data fetched from my database. I want to output that file to user which he would edit and the upload the
Does anyone know how to use the OO uno bridge api to \"select all\" in a Calc sheet? Alternatively, finding the maximum used row and column number would work.
I\'m trying to create an Open Office spreadsheet programmatically but for some reason simply compressing a folder with all the necessary files makes Open Office flag the file as corrupted.
I am running MacOS 10.6 and OpenOffice 3.3.I am interested in using PyUNO to script conversions of .odp to .ppt, .pdf, and .swf.I have not found any c开发者_C百科lear documentation on how to do so wit
I am using OpenOffice SDK to open and parse ppt and pptx files; now I can open ppt files and extract shapes.
What are the some of the requirements to create simple OpenOffice.org extensions? I have P开发者_JS百科erl Program that runs standalone. With this Perl script, I want to create OpenOffice extension.
How can I create an odt (LibreOffice/OpenOffice Writer) file with Java programmatically? A \"hello world\" example will be sufficient. I looked at the OpenOffice websit开发者_JS百科e but the documenta
I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents in .Net and