Questions tagged [opendocument]

opendocument is intended for questions related to one of the XML file formats defined in the Open Document Format for Office Applications specifications.

opendocument is an ISO standard which encompases three file formats:

  • .odt (word processor documents)
  • .ods (spreadsheet documents)
  • .odp (presentation documents)

These formats are defined by the following specifications:

  • ODF 1.0
  • ODF 1.0 (Second Edition)
  • ODF 1.1
  • ODF 1.2
  • ODF 1.3 (In Development)

Apache OpenOffice is the reference implementation.

References

88 questions
0
votes
2 answers

How to issue file permission on AWS

Perhaps I'm on the wrong approach, however here is what I'm trying to do on AWS: I have a collection of OpenDocument files (calc, base) and I need to share those to other people; each user should access an instance of the file, meaning he/she can…
S. W. G.
  • 433
  • 1
  • 6
  • 19
0
votes
1 answer

What base64 format to use for images in opendocument/odt , possibly base64ing with nodejs?

I'm attempting to save an image base64'ed with nodejs in a raw format to an ODT file for display in OpenOffice Writer. The spec was not very clear, but I found an example. However, when I post the following base64'd image (that looks fine in html),…
Jeremy John
  • 13,686
  • 2
  • 16
  • 16
0
votes
1 answer

Document creation libraries and formats?

I am going to start my final project for spring semester at school and looking at feasibility before I put my leg in it. One of my potential projects requires me to make an archiveable document of web sessions. These archives should be searchable…
Lalith
  • 19,396
  • 17
  • 44
  • 54
0
votes
1 answer

New line in field with jOpenDocument in ODT document

I'm trying to fill out a template from java with jOpenDocument library. I want to start a new line in a field. The normal new line sign (\n) does not work. When I do this manually in a document and look in the xml file (content.xml), I see why this…
user7732300
0
votes
1 answer

How to create opendocument ods files with optimal row height

Application creates OpenDocument spreadsheets (ods file) in code. Some rows contains caption with bigger font sized. They are only partially visible if opened in LibreOffice. All rows have same style ro1 which has…
Andrus
  • 26,339
  • 60
  • 204
  • 378
0
votes
1 answer

send my intent to a app chooser to open ms word doc

please see this code bellow as you can see my FilePath only gets this path /document/1393, so how do i get my absolute path like /sdcard/document/test.docx ? // Get Result Back @Override public void onActivityResult(int requestCode, int…
anuloo
  • 15
  • 10
0
votes
1 answer

JOpenDocument: problems with blank rows and cells

I have a problem when I parse .ods file with JOpenDocument . There are three rows and four columns in my file, but when I parse this file I get 1024 columns and too many rows. There are many blank cells. I opened this .ods file like xml and it…
Mexoff
  • 103
  • 3
0
votes
1 answer

Retrieving PDF report from BO 4.1 Webservice

I am trying to migrate my web service client from BO 3.x to BO 4.1 RESTful. The existing implementation of BO 3.x uses BO Java SDK to get CUID and doc properties to get the PDF report by using below inputs. Report Path : path://InfoObjects/Root…
Raja
  • 627
  • 1
  • 9
  • 24
0
votes
2 answers

I want to write multiple images to an odt file either in python or php

I want to write multiple image files to a odt file. I will be specifying a dir and the script will take it from there thru a loop. But where do i start? I have never done anything like this before! I found this python code, which can convert html 2…
esafwan
  • 17,311
  • 33
  • 107
  • 166
0
votes
1 answer

How to import two spreadsheets in mysql using PHPMyADMIN?

I imported a spreadsheet mdetail.ods using PHPMyADMIN in mysql database named as mdv. After it was imported filename sheet1 appears in the database mdv. And again I import another spreadsheet ndetails.ods but this time the filename sheet1 is…
sigdelsanjog
  • 528
  • 1
  • 11
  • 30
0
votes
1 answer

jOpenDocument: problems trying to generate PDF from ODS in

I have an .ods file and want to export it as PDF using jOpenDocument (Java). I use following code: // load the ODS file final OpenDocument filledCertificate = new OpenDocument(); …
user4942391
0
votes
1 answer

Error accessing Xpage using $$OpenDominoDocument.xsp method on database replica

I have a Form called 'Contact Level\Customer Contact | Customer Contact', which is a response document, and in the properties I have associated the customerContact XPage to the form. In all view panel controls I have use the 'XPage associated with…
0
votes
1 answer

Run A Function Every Time a Map Document is Opened

I am working with C# and ArcObjects. I have some functions that I need to run every time a map document is opened (.mxd, or any other type of map file as well). I have no idea of the code needed to accomplish this though. An example would be that…
user1898629
  • 329
  • 1
  • 4
  • 22
0
votes
0 answers

How to Apply Insert key action for all opened Documents

I want to apply Insert key Action(Available in keyboard as "Insert" key) for all the opened Documents.By default It didn't work for any document.I write the code for Insert key.But,In my program Insert key Action has worked for only recent opened…
0
votes
1 answer

Pie Chart colors in OpenDocument

I am using the phpdocx library to create pie chart diagrams in a .docx file. The (only) respective part I found regarding the color scheme is
Adrian Föder
  • 770
  • 1
  • 7
  • 22