.ODT, the word processing file format of OpenDocument, an open standard for electronic documents
Questions tagged [odt]
217 questions
0
votes
1 answer
Problems with generate odt from Java
I've the following mistakes in the execution of java programming for creation of Odt with odttoolkit.I'm reading about mistake and I've reading is a Maven problem but I don't use Maven.
I'm using Netbeans.
Thanks for your help
Exception in thread…

Felipe Rodriguez Fonte
- 47
- 10
0
votes
1 answer
Row segments in odtphp
I'm currently generating some invoices with odtphp. (https://github.com/cybermonde/odtphp)
I made a segment that contains a table which will be dynamic (and therefore also use a segment) so i use the [!-- BEGIN row.segmentname --] and [!-- END…

Scott Froidevaux
- 1
- 1
0
votes
1 answer
EDMX generated with ODT/ODAC, context class not showing in Domain Service Class
I am following an msdn walkthrough for creating an RIA services solution with Silverlight. Here is the article link. I have followed at least 4 other articles and found like a dozen more over internet but all of those create edmx from SQL server. In…

Taha Rehman Siddiqui
- 2,441
- 5
- 32
- 58
0
votes
2 answers
Extract Data from ODT to PDF in Java
I want to get the data of ODT file in java. I have two approach for that purpose.
1). I get the extract data from ODT file and create a new document
2). Get a print preview of odt document and add it to PDF document as a image like this
Can you…

er_suthar
- 319
- 1
- 8
0
votes
2 answers
Indexing and accessing odt files in solr
How can I post, index and search for content within an odt file stored in my solr_home directory?
I have tried understanding and applying the below mentioned pages and have included a body field in the schema:
Indexing text and html files
Simple…

abhilashLenka
- 101
- 1
- 12
0
votes
0 answers
Deploying ODP.NET website
I am trying to deploy ASP.NET 4.0 based website using "ODAC 12.1.0.1.0 with Oracle Developer Tools for Visual Studio". Ive configured the website on IIS and installed "ODAC 12.1.0.1.0 with Oracle Developer Tools for Visual Studio"
The problem is…

Zeeshan Arif
- 467
- 4
- 14
0
votes
1 answer
VerifyError when Converting .odt to .pdf using xdocReport
I have to convert odt file to pdf file. for that I am using XdocReport.
My code is like this :
public static void convertOdtToPdf(String inputFilename , String outputFilename) throws Exception{
InputStream in= new FileInputStream(new…

iRunner
- 1,472
- 6
- 25
- 40
0
votes
1 answer
odftoolkit NoClassDefFoundError exception
I've read this topic, and I've used odfdom library as was described, but I ve got an excption
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/dom/DocumentImpl
How can I deal with that? Thank you!
P.S.: Here is gist

Skeeve
- 1,205
- 3
- 16
- 31
0
votes
1 answer
getting the first table of a odt document
In my Java application I have to read in data from an .odt document.
Can somebody tell me how to get a reference to the first table in such a document?
I wanted to use the Apache odf toolkit, but there I only found a method to get the table by…

chris
- 247
- 2
- 5
- 16
0
votes
1 answer
How to color a table row depending on data with JODReports?
I'm using JODReports to generate ODT files from templates. I want to fill a table with data so I used a JOOScript with Freemarker directives.
Now I want to conditionally format each row depending on my data:
@table:table-row
[#list rows as row]
[#if…

Marc de Verdelhan
- 2,501
- 3
- 21
- 40
0
votes
1 answer
HTML to ODT – XSLT?
I'm trying to convert single pieces of HTML code to the XML Format the *.odt format (Open Office) is using. For example, This is some text . Of course, this should also work with lists…
This is some text
should be translated to
Ingo Bürk
- 19,263
- 6
- 66
- 100
0
votes
1 answer