odftoolkit
odftoolkit copied to clipboard
Java ODF toolkit project
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade org.apache.maven.plugin-tools:maven-plugin-tools from 3.12.0 to 3.13.0. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0. :information_source: Keep your dependencies...
I am working with alternative texts for images, which are saved as SvgTitleElement, a childnode of an OdfDrawFrame object. The odftoolkit parses an odt-file correctly, but when saving it, the...
Adding test case to prove existence of after a round-trip (loading & saving the test file from #294) The stated problem could not be reproduced. Even when loaded and saved...
Sorry, because I clicked the wrong order and it closed #292 . When I manually add the following dependencies, ``` Kotlin implementation("xerces:xercesImpl:2.12.2") implementation("com.fasterxml.woodstox:woodstox-core:6.6.2") ``` `java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/xerces/dom/DocumentImpl;`error will...
The ODF RNG Grammar has several attributes, which have different types dependent on their parent element. ODF Source Code generation must reflect this.
For the release candidate of ODF TOOLKIT 0.12.0 I have done so far the following: 1. Adjusted dependencies of ODF 1.2 to ODF 1.3, 2. Re-generated ODFDOM calling: mvn clean...
I have started a [branch of the 0.9.0 version to support ODF 1.3](https://github.com/tdf/odftoolkit/tree/0.9-ODF1.3). but decided in discussions with Michael Stahl and Oliver Rau afterwards that it might be easier to...
Hi, i currently face the problem of exporting data from a database into an odf-table. Inserting data seems to work fine, but formating goes cracy since i dont want to...
Version 0.10.0 depends on `org.json:json:20190722`. The license of this library is the "JSON license", which is not OSI compliant: http://json.org/license.html. See for instance https://lwn.net/Articles/707510/ for an explanation of this issue.