Questions tagged [odt]

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

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…
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…
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

should be translated to This is some text. Of course, this should also work with lists…
Ingo Bürk
  • 19,263
  • 6
  • 66
  • 100
0
votes
1 answer

TinyButStrong insert an html inside an odt file
I'm working correctly with TinyButStrong inside my php project: I can replace parts of an odt template file with custom texts, but now I'd like to insert some inside of it. The problem is that it insert the html code nor the interpreted version. Is…
linuxatico
  • 1,878
  • 30
  • 43
0
votes
0 answers

unable to execute a nested stored procedure

I'm facing to a problem with PL/SQL stored procedure. I have a single SP, named sp1, which i deployed to my oracle schema using ODT for VS2010 and i can execute with no problems. The problem is pulled out when i try to execute sp1 from another…
Riccardo
  • 1,490
  • 2
  • 12
  • 22
0
votes
1 answer

PODConverter as a Service (vb.net) .odt to .pdf

I've been trying to make the PODConverter work as a Service, but it just doesn't want to work. The funny thing is that we used an older version which was working fine or let's just say that it was at least doing something. We have to switch now,…
OhSnap
  • 376
  • 2
  • 10
  • 30
-1
votes
0 answers

Insert HTML formatted text into .odt file with formatting

I have a task to insert an html formatted text like

Example text

into an existing .odt file with html formatting. I tried using ODFToolkit but I didn't find a solution. I can paste the html text but it is not formatted.Is there any…
lsxol
  • 1
  • 1
1 2 3
14
15