Menu
  • HOME
  • TAGS

Problems with generate odt from Java

java,maven,netbeans,odt

The class org.w3c.dom.ElementTraversal is not available in the classpath at runtime. This could simply be because the .jar file containing it is not where you expect it to be. In Netbeans, this can depend on how you specify the jar library used, because that determines whether or not it gets...

Editing a .odt File using python

python-3.x,manipulation,editing,odt

Well i figured it out. nd finished the program. I used a ezodf to create the file, then zipfile to extract and edit the content.xml and then repacked the whole thing via a nice >def thingy< from here. I tried to mess with etree...but i couldnt figure it out... from...

Starting from a template to generate ODT document with JAVA

java,templates,report,odt

I have found XdocReport https://code.google.com/p/xdocreport/ and it does exactly what i'm looking for with complete documentation and samples.

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

oracle,tfs,plsql,odt

TFS will let you check in any file, if it was a Sql Server database then you could have your c# code in one project and your sql code in another project in the same solution and then it would be really simple to check in all the code together....