Questions tagged [odt]

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

217 questions
0
votes
0 answers

Error converting odt to java with odftoolkit

This is my first time with odftoolkit and I'm having an extrange error. I have an .odt template and when converting to pdf it looses data. Example: **Title 1:** Text 1. **Title 2:** Text 2. The thing is that cnverted PDF only have Text1 /…
0
votes
2 answers

Copy an Xml Attribute with Linq

I have following xml structure with namespaces:
Canox
  • 557
  • 1
  • 7
  • 20
0
votes
1 answer

Parsing XML tags with hyphens not working as expected

Thanks in part to SO I was able to figure out how I can access XML tags with hyphens (). All the examples I have seen do it something like this. $content = $xml->{'document-content'}; But for me that doesn't work, and this does $content =…
Krik
  • 445
  • 5
  • 15
0
votes
1 answer

ODT File to Byte Array Java

I am Trying to get my odt file into a ByteArray for Uploadting it to my server. I Think i found the way how to do it here :How can I generate Byte array from an ODT file java . But the one Problem I have is how can I use this on the File that is…
FreeKill
  • 13
  • 4
0
votes
1 answer

soffice command: conversion from html to odt produces no desidered output

I try to convert an html file obtained from a Java transformation program. LibreOffice displays correctly this file if I open it from File/Open menu and I choose HTML from type of file. In this case I display the web page rendered from LibreOffice…
Milioli Luca
  • 309
  • 1
  • 8
  • 20
0
votes
2 answers

I can not choose where to save the generated report in Jasper

I have a problem when I click to generate a report ... I would like the moment I clicked the button to generate the report to be shown a window asking where I want to save the document, the way it is now I'm in java code specifying the location and…
Ronald Calazans
  • 71
  • 1
  • 11
0
votes
1 answer

Java : Convert ODF to PDF for prod env without JODConvert

I need to convert ODT document to PDF in using a Java server, embedded on a Tomcat. I found some solutions about JOD Converter but it seems not stable for production environment. Moreover, the software could be received many requests from different…
Azylaans
  • 981
  • 8
  • 18
0
votes
0 answers

ODT with Visual Studio (Oracle 11G)

I began with Visual Studio 2010 and installed the ODT 11G. This worked completely fine and allowed me to open Oracle projects (.oradbproj). I ran into another problem while working on Visual Studio 2015. I thought my problem would be fixed by…
0
votes
1 answer

How to add math formulas in odt document using odfpy?

I need to add mathematical formulas in odt document. I have not found an example of how to do it. I tried the following code. But it generates an empty formula. I don't know how to add to it something like c = a + b. Somebody solved a similar…
user3698839
  • 21
  • 10
0
votes
1 answer

How do I change some strings in an ODT file?

I have an .odt wordprocessing file, to be processed with libre office or Word, and I need to replace a bunch (20+) of strings in the text with other text. I know an .odt file is really a .zip file, containing .xml files and that i need to access…
Erik
  • 894
  • 1
  • 8
  • 25
0
votes
1 answer

How can I generate Byte array from an ODT file java

I am trying to generate a PDF from an ODT template file which contain the fields i need to populate. I wanted to get the byte array of this ODT template which is present in the root folder of my project. My application is in such a way that the byte…
Philip John
  • 5,275
  • 10
  • 43
  • 68
0
votes
0 answers

PHPWord - how to add horizontal line to docx/odt document

I'd started to use PHPWord to generate DOCX/ODT from my PHP application. While it mostly works "out of the box" for me, there is an issue, while trying to add "Horizontal line" to my generated document. This code just adds nothing, and I can't…
Samuel
  • 3,631
  • 5
  • 37
  • 71
0
votes
2 answers

docx4j open odt files

Im trying to convert word files to pdf using docx4j, so far i have successfully converted doc and docx files, but when i try to load an odt file i get InvalidFormatException: Bad [Content_Types].xml and by opening the odt file with zip, i can see…
Ouerghi Yassine
  • 1,835
  • 7
  • 43
  • 72
0
votes
0 answers

Opening *.odt files using Qt

I'm writing a program and I have to write a code which opens *.odt files. My idea is to extract content.xml file from *.odt document, and set the text from this xml file to my QTextEdit object. I made first part of this operation. Now I've got a…
user4611865
0
votes
3 answers

How to "check in" changes on both database and code by just one tag using ODT?

I work in a team developing a .NET code in VS environment as well as an Oracle database in PL/SQL. Now we want to use the Team Foundation Server as version control getting help of Oracle Developer Tool so that we can store both database and the code…
Narges
  • 47
  • 1
  • 7