odf Questions

3

Solved

I want to read, write and create Spreadsheets in the Open Document Format with Java. And I want the resulting Java-program running on a computer without OpenOffice.org or other ODS-capable programs...
Correy asked 19/1, 2009 at 7:20

3

Solved

I am using Qt 4.5.3 and Windows XP. I need my application to generate documents that contains the information that is being used and generated. The information that is being used will be just strin...
Proceeds asked 5/7, 2010 at 4:47

1

Solved

I need to grab all text from odf files (open document format) in C#. I found AODL library, and installed it. I visited AODL's page https://wiki.openoffice.org to find examples on how to do the task...
Acknowledgment asked 7/7, 2016 at 16:22

6

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 purpose. Un...
Fennel asked 4/6, 2009 at 8:3

0

Him I'm using odf-reports gem (https://github.com/sandrods/odf-report) to populate an odt template I have. But then I want to convert it to PDF. They advise to use libreoffice to do the conversio...
Cohin asked 24/3, 2014 at 15:46

1

Solved

I want to use a Open Office / Libre Office Presentation as a template and insert text and images into slides. I am trying to use odftoolkit. If I have a slide with the boxes, they are represented a...
Flavoprotein asked 28/2, 2014 at 18:3

1

Solved

I am trying to convert my script (https://github.com/fletchermoore/n2c2) to use the default package xml.etree instead of lxml. This was an oversight on my part, but now I am realizing it would be i...
Subtangent asked 22/10, 2012 at 19:4

2

Solved

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 m...
Leapfrog asked 30/11, 2009 at 13:1

1

I have the following code that creates an odf-document with a heading and a picture: #!/usr/bin/perl use strict; use warnings; use OpenOffice::OODoc; my $doc = odfDocument( file => 'test.od...
Bragdon asked 19/6, 2011 at 3:11

0

The directory is not mentioned in the OASIS-Specification of ODF. Does anyone know the purpose of this directory? Its structure is as follows: accelerator/current.xml floater images/Bitmaps menub...
Lebensraum asked 23/7, 2011 at 22:22

5

I am unable to find any open source libraries to render ODF documents using C++. I found ODKit suporting Java and AODL for .NET C#. Does any one have any idea or provide me any pointers.
Ebracteate asked 18/1, 2010 at 3:50

2

Solved

I try to edit ODT-documents programmaticly in PHP. In fact I just want to do some text replacement and adding new rows in a table. I know that a normal ODF document is an archive containing XML-fi...
Ahmedahmedabad asked 2/5, 2010 at 19:46

5

Solved

Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies on having openoffice installed ?
Maigre asked 25/10, 2010 at 19:1
1

© 2022 - 2024 — McMap. All rights reserved.