.ODT, the word processing file format of OpenDocument, an open standard for electronic documents
Questions tagged [odt]
217 questions
0
votes
2 answers
How can I add lines in text box in odt file using php and openTBS plugin
I would like to merge data into a text area. the mailing address that I would like to merge can have from 1 to 3 lines. I put this address in an array by splitting with '\n' and I would like to merge this array in the text area. How to display only…
0
votes
1 answer
Oracle Developer Tools for Visual Studio 2017 (ODT)
I have created an Oracle Database Project Version 2 on visual studio 2017 and imported an existing database to the project to obtain the database schema on my project, and I got an SQLfile for such object in my project. The problem is when I'm…

M.M
- 21
- 3
0
votes
1 answer
TinyButStrong Set font color in table rows
Is there a way to set the font color in table rows? I'm using the PHP class of tbs and ODT documents. It would be perfect to be able setting individual colors to each row. But I don't know if it's possible.
I have a HTML table with different colors…

Martin
- 59
- 1
- 6
0
votes
1 answer
Swift/macOS: how to open odt (open document format) in Text View?
I'm trying to make a small macOS viewer app that will display the content of ODT (Open Document) files but not allow editing in the way that TextEdit does. With the help of an online tutorial I've put together an RTF viewer that includes this code…

emendelson
- 416
- 5
- 18
0
votes
1 answer
emacs org-mode exports odt file but opens with PDF viewer
For some reason org-mode correctly exports to an ODT file but opens it with the default PDF viewer (okular) instead of libreoffice. I have tried all the solutions mentioned in a similar post without any luck. For reference I am copying below the…

Ajned
- 523
- 5
- 21
0
votes
1 answer
How to apply conditional format to odt file?
I need to evaluate a cell on a table on a odt, file, and apply conditional format if value is > 0.
Not in speedsheet, is for writer

Mariano DAngelo
- 920
- 5
- 18
- 39
0
votes
2 answers
Converting odt document to pdf with fr.opensagres.xdocreport: variables remain empty
opensagres.xdocreport to convert odt documents to PDF in the past. But this time the variables in the PDF document remain empty even though the pojo and the context have all the Information. I use this Code:
private ByteArrayOutputStream…
user5354385
0
votes
1 answer
print truth table in to odt file
i want to print truth table in to a table in an adt file, t got a program but i don know how to get vale or value to print to odt file, this program just print result on screen !
sub truth_table {
my $s = shift;
#print "$s\n";
my …

Mạch Điện Tử
- 35
- 9
0
votes
0 answers
Clickable href in QTextDocument (MS Windows platform)
I am facing a strange behavior of Qt (5.3.1 - I cannot use a newer version), when creating programmatically an odt file, I can add an href by doing:
QTextDocument* l_doc = new QTextDocument();
QTextCursor l_cursor(l_doc);
QTextCharFormat…

JuanDeLosMuertos
- 4,532
- 15
- 55
- 87
0
votes
1 answer
Change picture using OpenTBS
I saw many post about changing picture in OpenTBS but I don't understood how to do that.
I have a .odt file which has an image and I need to replace it from php with another one.
From documentation I see the Example: [ onshow.x;ope=changepic] but I…

SMatt
- 31
- 2
- 9
0
votes
2 answers
ODTPHP and segments
I'm using odt-php library to customize .odt template with personnal datas.
I'm currently stuck during the 6th tutorial, where I want to duplicate a row of a table.
The code is running fine when I use the default segment name : articles
$app =…

Atnaize
- 1,766
- 5
- 25
- 54
0
votes
0 answers
py3o odoo odt make sure it has been added with the set_image_path or set_image_data methods
I have an error when I want to print my invoice_report with py3o system
TemplateException: Can't find data for the image named
'py3o.staticimage.logo'; make sure it has been added with the
set_image_path or set_image_data methods.
its seems…

Ramzi
- 1
- 1
0
votes
1 answer
How to set the document language in ODT?
Help needed for developing the pandoc tool, namely ODT generation -- https://github.com/jgm/pandoc/issues/1667#issuecomment-310770083:
Does anyone know what needs to be done to set the document language in ODT?

imz -- Ivan Zakharyaschev
- 4,921
- 6
- 53
- 104
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
0 answers
XDocReport : ODT generated with wrong values
I've generate ODT with XDocReport version 1.0.6, in result, the ODT file contain some wrong values.
Here is a part of my initial template in ODT :
C.A du gérant du $bean.beginDay au $bean.endDay $bean.month : $bean.ca
The java bean contain…

Pasja95
- 93
- 1
- 15