0
votes
1answer
18 views
OpenOffice PDF Export Library
I am looking for a library which will allow me to render text and graphics output onto a PDF document. (Cairo is certainly an option.) I would like to know how OpenOffice writes PDF files to see if I …
0
votes
0answers
11 views
OpenOffice UNO time out ?
I'm using OpenOffice (headless) to analyse (page count, title, etc.) some files from a Java application using the Uno API.
However, OpenOffice file loading can last more than 1 minute, and that's no …
1
vote
1answer
52 views
Generate ODT/DOC(X) and convert to PDF, without OO.o/MS
I have a WSGI application that generates invoices and stores them as PDF.
So far I have solved similar problems with FPDF (or equivalents), generating the PDF from scratch like a GUI. Sadly this …
0
votes
3answers
53 views
How to Use OpenOffice.org Spell Checker in My App (VB6)
It is possible to use Microsoft Word to spell chek an arbitrary document.
What I want is to use OpenOffice.org to do the same.
Is it possible? How?
4
votes
2answers
50 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] …
1
vote
6answers
77 views
PDF conversion service
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I have used a piece of software from …
1
vote
0answers
21 views
How do I reconnect to OpenOffice.org once it has been closed?
Here is a sample application that creates a Window with a single Button inside. When clicked, it connects to OOo (if not already connected) and creates a text document.
This works fine unless all …
0
votes
1answer
80 views
In OpenOffice, how do I check if my XComponentContext has been closed?
I have a small application that generates three different template documents in OOo Writer. When one of the three "generate" buttons is clicked, this is part of the code that is executed (in C#):
// …
0
votes
1answer
98 views
Openoffice3.1 pyuno confusing errors
I'm trying to get the sample and other sample codes i find for pyuno running with openoffice 3.1.1 and python 2.5 with no luck.
Unfortunately, pyuno does not give any clues about what goes wrong.
…
3
votes
2answers
70 views
What do I need to do in order to get OpenOffice.org Calc to read the VBA code in an Excel file?
My employer is considering installing OpenOffice.org's suite of Office products instead of using Microsoft Office. I've written several advanced applications in Access and Excel, and I'm trying to …
4
votes
2answers
215 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 …
1
vote
1answer
76 views
how to export a checkbox to a .doc document in OpenOffice ?
Hi all,
I use OpenOffice through the java API, and make him open the .odt file, fill in some values and save as .doc and .pdf. The .doc have no checkboxes in it.
I'm basically looking for a …
0
votes
1answer
87 views
How do I compile OpenOffice::UNO for Solaris 10?
I want to use OpenOffice with Perl to create some PDFs. However, I can't seem to get the OpenOffice::UNO module installed on Solaris/OpenSolaris: .
The module was recently updated but it doesn't …
0
votes
1answer
26 views
Keeping text on same page in OpenOffice document
I am converting a bunch of html pages into an OpenOffice document (.odt), which will then be converted to a PDF. Is there any way to get a bunch of text lines to stay on the same page (like the keep …
0
votes
1answer
57 views
How do I create an XTextTable in OpenOffice.org uno using C#?
Discussion on OOoForum.org
In python, using pyuno, I can do it like this:
table = self.model.createInstance("com.sun.star.text.TextTable")
This doesn't seem to work in C#. Here is my test code (I …
