Questions tagged [odt]

.ODT, the word processing file format of OpenDocument, an open standard for electronic documents

217 questions
5
votes
0 answers

Aligned glosses in orgmode (for export to odt/doc)

I'm contemplating writing linguistics articles in orgmode in cases where I know I will need to provide a doc(x) file (normally I would otherwise use LaTeX). One of things I will need to be able to is produce numbered examples with aligned…
emacsomancer
  • 597
  • 1
  • 5
  • 14
5
votes
2 answers

Number of pages of a word document with Python

Is there a way to get efficiently the number of pages of a word document (.doc, .docx) with Python ? And for an .odt file ? I want to use this for a web application based on Web2py on Linux. Thank you !
Xavier R.
  • 127
  • 1
  • 1
  • 7
5
votes
1 answer

ODT to PDF conversion using PHP/OO

I am currently trying to convert an ODT to PDF using OO silently from PHP. Here is the code for that: function MakePropertyValue($name, $value,$osm){ $oStruct = $osm->Bridge_GetStruct("com.sun.star.beans.PropertyValue"); $oStruct->Name =…
Resurgent
  • 525
  • 2
  • 9
  • 20
4
votes
1 answer

Oracle Connection in C# - connection string

I'm currently trying to build an application in C# and connecting it to a live db running in Oracle 11g. I have the following connection details Host IP: 10.204.1.3 Port: 1521 DB Name: PROD My source code string connString = "DATA…
Fen Ignacio
  • 111
  • 1
  • 1
  • 7
4
votes
1 answer

Convert .odt to .docx in pandoc

I am trying to convert my libre office document into an ms word document through the following command pandoc CS141Exam.odt -f markdown -t docx -s -o test1.docx but I'm getting the following errors pandoc: Cannot decode byte '\xac':…
Mestica
  • 1,489
  • 4
  • 23
  • 33
4
votes
2 answers

Jasper Reports - Set Document properties (author, title..) in docx, xlsx, odt

Is there any way to set document properties (such as author, title and comment) of docx, xlsx and odt in Jasper Reports from Java? I have a version 3.7.0 of the Jasper Reports.
3
votes
2 answers

odfWeave and MS Word

I use odfWeave for purposes of reproducible research. I've discovered it generally works well on MS Office 2007 using .odt files generated in Word, but \Sexpr{} commands almost always fail. I suspect Word is treating the underlying XML in a…
Bill
  • 533
  • 1
  • 4
  • 16
3
votes
2 answers

declaring arbitrary variables for pandoc conversion using YAML metadata block

I've only recently discovered Pandoc, so I'm still getting to used to it a lot of its features. It looks like an incredibly useful tool and I'm excited to find out some applications for it. I've been consulting the User's Guide, and while there is a…
jbowman
  • 380
  • 3
  • 15
3
votes
2 answers

Open .odp, .odt, .ods files using WebView

I'm using an UIWebView for viewing .pdf, .txt, .xls, .ppt files. I used webView loadRequest method for viewing these files and its working fine. I need to view files such as .odp, .odt, .ods etc, but its showing only blank page in UIWebView. Is…
Vishnu Kumar. S
  • 1,797
  • 1
  • 15
  • 35
3
votes
0 answers

Use Barcode (code128.ttf) in Freemarker via odt template

I'm trying generate PDF file via Freemarker with odt template. I added font code128.ttf in my OS (Windows 7) I created ODT template in Microsoft Office Word 2010. In this template i created field: ${MyBarcode.stringForBarcode}, and applied font…
Sprinter
  • 717
  • 5
  • 11
3
votes
1 answer

R Markdown - no ODT and LaTeX options as an output

I found R markdown/knitr useful tool to document my work and generate summary document. I work with .Rmd (R markdown) files in RStudio. It seems that knitr provide appropriate functionality to generate .odt (Open Document Text) and .tex (LaTeX)…
matandked
  • 1,527
  • 4
  • 26
  • 51
3
votes
2 answers

why LibreOffice creates inverse question mark in equation when odt file imported from word doc or docx

I have equation in .docx file is when I save word file to .odt this equation becomes how can avoid this inverse question mark?
3
votes
0 answers

Add Image with jOpenDocument in odt document (writer)

I'm trying jOpenDocument API and I want to add/insert an Image. Can I do that with this API? I'm interested in jOpenDocument because it enables me to create a template and then process the document afterwards with Java (which I don't think it's…
azelix
  • 1,257
  • 4
  • 26
  • 50
3
votes
2 answers

Dynamically creating ODT using WebODF / Javascript

Using javascript, I need to create an .odt file and populate the contents with data in javascript variables. The only thing that I have found that might work is WebODF. An example that seems similar to it is here. When I am trying to do something…
Joshua I. James
  • 143
  • 1
  • 8
3
votes
2 answers

Python -- Parsing files (docx, pdf and odt) and converting the content into my data model

I'm writing an import/export tool for importing docx, pdf, and odt files; in which a book has been written. We already have a tool for the .epub format, and we'd like to extend the functionality beyond that, so users of the site can have more…
Sam Hammamy
  • 10,819
  • 10
  • 56
  • 94
1
2
3
14 15