Tagged Questions

related to OpenOffice.org, an open-source application suite, or one of its applications, including Writer, Calc, Impress, Base, Draw, and Math.

learn more… | top users | synonyms

13
votes
4answers
515 views

How do I generate a document (.rtf, .doc, .odt) from R

what's the best way to generate a word-processor file (ideally as platform-independent as possible, but native Word formats will do), with images in it, from the statistical language R?
11
votes
7answers
5k views

How do I convert a document from Latex into Microsoft Word 2003?

I need to find a way to quickly convert a latex document into a Microsoft Word 2003 document. I'm using Kile to edit latex documents on Ubuntu at present. I can do it the following way: latex ...
10
votes
3answers
1k views

Version-controlling zipped files (docx, odt)

There are formats that are actually zip files in disguise, e.g. docx or odt. If I store them directly in version control, they are handled as binary files. My ideal solution would be have a hook ...
8
votes
4answers
2k views

How do I embed source code or HTML in Open Office Org Presentations without using screenshots?

I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code). I don't find a easy way to: Copy my source code from my ...
8
votes
5answers
1k views

Programmatically extracting slides as images from a PowerPoint presentation (.PPT)

Given a PowerPoint presentation in .ppt format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg or .png) of each slide in the ...
7
votes
1answer
90 views

Java: Method does not return. (XComponent.dispose

I use the OpenOffice API from my Java Program to handle Documents for me. Sometimes (once every 100k or so calls) the dispose method of a Document does not return, the CPU load stays at 100% but ...
7
votes
2answers
420 views

How do I generate an OpenOffice Draw document?

I want to create a flowchart in OpenOffice Draw. Since there's a lot of steps to show (and may change in future) but I can extract the data, I want to automate the creation with the following steps: ...
7
votes
3answers
700 views

Python in OpenOffice 3

I have a heap of Lotus 123 spreadsheets (not written by me) with Lotus Scripts in them doing an awful lot of leg work (moving data from one spreadsheet to another, and other things like that). I am ...
7
votes
3answers
482 views

Merging Word documents in Ruby

I have N Word documents (Office 2003) from which I want to make a single Word document by merging all the N documents together in some order. How do I go about doing this in Ruby? Thanks! It's just ...
7
votes
5answers
7k views

How can I use OpenOffice in server mode as a multithreaded service?

What is the experience of working with OpenOffice in server mode? I know OpenOffice is not multithreaded and now I need to use its services in our server. What can I do to overcome this problem? ...
7
votes
2answers
389 views

What is the (single) best online source for learning OpenOffice.org scripting API

I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative. Where it falls short though ...
6
votes
6answers
5k views

How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Docs Presentation though I can also work on the presenation within Open Office that will include code snippets. Is there any easy way to perform basic ...
5
votes
2answers
220 views

openoffice Complex toolbar in java

is there any example on the web on how to build openoffice complex toolbar in Java? I found examples in C++ but no in Java : ...
5
votes
0answers
185 views

Transferring table styles using OpenOffice::OODoc

I'm attempting to copy the formatting of a table from one OpenOffice Writer file to another... I can tell that I'm writing the name of the style to the second document, but not the style data. I ...
5
votes
5answers
732 views

Reliable and fast way to convert a zillion ODT files in PDF?

I need to pre-produce a million or two PDF files from a simple template (a few pages and tables) with embedded fonts. Usually, I would stay low level in a case like this, and compose everything with a ...
5
votes
3answers
1k views

OpenOffice.org development with pyUno for Windows—which Python?

At home, on Linux, I've experimented with pyUNO to control OpenOffice.org using Python. I've been using Python 2.6. It all seems to work nicely. Now I thought I would try one of my scripts (run a ...
5
votes
4answers
902 views

Uncompress OpenOffice files for better storage in version control

I've heard discussion about how OpenOffice (ODF) files are compressed zip files of XML and other data. So making a tiny change to the file can potentially totally change the data, so delta compression ...
5
votes
6answers
1k views

Formatted output in OpenOffice/Microsoft Word with Python

I am working on a project (in Python) that needs formatted, editable output. Since the end-user isn't going to be technically proficient, the output needs to be in a word processor editable format. ...
5
votes
4answers
2k views

OpenOffice and .NET

Is there a .NET API for OpenOffice? EDIT: Is there a OpenOffice SDK for .NET?
5
votes
1answer
1k views

What are the major drawbacks to using OpenOffice DB vs. Microsoft Access?

I know that Open Office Database uses a java database backend. Does anyone have any insight on how this compares to the Jet Database Engine? Also is the query designer/reporting nearly as robust as ...
5
votes
7answers
2k views

Good way to create PDF from Office documents in Java

I'm looking for a good way to convert Office (mostly Microsoft) documents to PDF in Java. I've been looking at using the OpenOffice SDK but from the samples I've looked at it looks like this requires ...
4
votes
1answer
394 views

How to insert an image in to an openoffice writer document with java?

I'm trying to create an openoffice writer document from a template. I can replace text parts of report with this code private static void searchAndReplace(final String search, final String ...
4
votes
1answer
370 views

Copy an OpenOffice slide from one presentation to another w/ Java

I'm building a Java aplication using the OOo SDK where I'm manipulating slides in an OpenOffice Impress presentation. I know how to get an object containing a single slide, now I'm looking for a way ...
4
votes
3answers
822 views

way to convert word documnet to xsl-fo

I am using ms word 2007 , I would like to convert the word to xsl-fo ,there are some hints in the net but they do so only for renderx.Is there a tool for apache-fop ?
4
votes
3answers
1k views

Git (or Hg) plugin for dealing with Microsoft Word and/or OpenOffice files

Has anyone come across a Git or Hg plugin for "meaningful" diffs/merging/branching of OpenOffice or Microsoft word files. I know I can 'checkin' .doc files but both Git and Hg treat them as binary ...
4
votes
2answers
513 views

How can I count words in complex documents (.rtf, .doc, .odt, etc)?

I'm trying to write a Python function that, given the path to a document file, returns the number of words in that document. This is fairly easy to do with .txt files, and there are tools that allow ...
4
votes
3answers
974 views

Generate ODT documents with dynamic images in PHP

I maintain a couple of web databases based on PHP and mySQL on a shared hosting package. The databases have a mechanism for the user to upload OpenOffice documents with placeholders: [person.name] ...
4
votes
3answers
938 views

Mail Merge with Open Office from C# .NET

I need to be able to mail merge from an ASP.NET web form in C# .net to Open Office. I can connect with OpenOffice and open a file but that is where things stop at the moment. I have a table of mail ...
4
votes
1answer
774 views

OpenOffice syntax highlighting

I have some big documentation to do that will contain pieces of code I'd like to give the conventional "coding language" syntax highlighting. I've searched the styles feature to do such a thing, but ...
4
votes
2answers
420 views

Objective-C wrapper for ODF and ODS (OpenOffice)?

I'd like to import and export from a Cocoa application from/to OpenOffice format. Spreadsheets, in particular, but also potentially text. I've looked, but I can't seem to find the right combination ...
4
votes
3answers
234 views

What are some OOoBasic best practices?

What are some best practices for programming a OOoBasic program? So far I know you should use XRay but there are an awful lot of weird little quirks in there as well.
4
votes
2answers
1k views

ODFPy documentation

I need to manipulate the ODF file format (open document format, the open office's internal format), and I need to do it in Python. It seem's ODFPy is a wonderful library for this porpouse. ...
4
votes
7answers
2k views

How should I save a file in OpenOffice so that it is not a binary file in Subversion?

I'm working on an Open Office document with a partner and we are using subversion to collaborate on it. However, we are saving the document as a .odt file and subversion reads this as a binary file ...
4
votes
6answers
4k views

Automatic field update of current SVN revision for Word/Openoffice document

Subversion's "keyword" feature is great to automatically tag text files with the revision number. I'd really like to do a similar thing for Word and/or OpenOffice documents. I tried this with Word ...
4
votes
4answers
8k views

OpenOffice command line PDF creation

I have some documentation written in OpenOffice, now I would like to include some of it as PDF files in the final build deliveries. Now I would like to do this with the automated build script. Is ...
4
votes
4answers
4k views

How can I create or read OpenOffice spreadsheets from Perl?

What is a good way to create and read an OpenOffice spreadsheet in Perl?
4
votes
5answers
4k views

How to create .odt files with C#.NET?

Note: I found this "Creating a Word Doc in C#.NET", but that is not what I want. Do you know how to create a .odt to create file from C# .NET? Is there a .NET component or wrapper for an ...
4
votes
3answers
6k views

Script to associate an extension to a program

My customer is replacing MS Office with OpenOffice in some workstations. My program export a file to Excel using the .xml extension (using open format) and opens it using the current associated ...
3
votes
2answers
31 views

Regex replace is eating up the whole string! How do I make regex ungreedy?

I'm working with a really large spreedsheet in Open Office and I've had to learn regular expressions to clean it up. Right now I'm trying to remove all <span> tags and I've come up with an ...
3
votes
1answer
102 views

OpenOffice Base - how to change height of Table Control in Macro?

I've got Table Control in Libre/OpenOffice Base form which is filled dynamically. I want to change height of it to match number of rows. How to do it? I've tried changing getSize() / setSize(), and ...
3
votes
1answer
189 views

How to Search and Replace in odt Open Office document?

In my Delphi application I am currently do Search&Replace programmatically for doc and docx word documents using office ole automation. Does anyone has the code to do the same (for doc, docs, odt) ...
3
votes
3answers
358 views

How can an OpenOffice document be created in C++ [closed]

Possible Duplicate: Creating, opening and printing a word file from C++ Hi, I need to create a word document from a c++ program, Im using windows 2008 server,office automation fails ...
3
votes
3answers
307 views

Excel Plugin for ASP.NET application

I am working on an ASP.NET application. I want to embed/display (if possible) an Excel file into the application (in my browser), such that all of its functionality, like adding expressions and ...
3
votes
1answer
185 views

How to build/create simple OpenOffice.org extensions/add-ons?

What are the some of the requirements to create simple OpenOffice.org extensions? I have Perl Program that runs standalone. With this Perl script, I want to create OpenOffice extension. References ...
3
votes
4answers
820 views

Excel File opened under Ubuntu, read by R, OpenOffice

I have a bunch of Excel files which are updated on a daily basis on a Windows machine. I transfer them to a Ubuntu machine and want to open them there. Specifically, I want to read the files as a ...
3
votes
1answer
266 views

Wait till a file editing ends

I have next task. It is necessary to wait of end of editing Microsoft Office files.I use next conventional approach: file is editing While file is busy: function FileIsBusy(AFileName: string): ...
3
votes
1answer
733 views

OOoBeans dead? - What are my alternatives?

recently I've started to explore the Officebean Library, in other words I've tried to get an simple OOoBean example running. Unfortunately I didn't get anything going. First of all I've tried to ...
3
votes
1answer
225 views

Java + OpenOffice, Is interop automation really this difficult?

I'm trying to re-write a C# application of mine in Java. I've chosen Java because our target platform is now Linux, no longer Windows. My C# application used Microsoft Office Interop to automate ...
3
votes
2answers
533 views

Copy a whole ODT (Openoffice Writer) document section to other document with Openoffice Java API (UNO API)

I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far I have managed to copy the text of the section of the source document and paste it ...
3
votes
2answers
244 views

How can I integrate an external word processing application with a Java Swing app?

I need some genius advice on this one. I have a Java Swing application that needs to launch a word processor in order to allow the user to complete some work, and then retrieve the output of that ...

1 2 3 4 5 9