fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).

Лицензия

Лицензия

Группа

Группа

fr.opensagres.xdocreport
Идентификатор

Идентификатор

org.apache.poi.xwpf.converter.xhtml
Последняя версия

Последняя версия

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
Ссылка на сайт

Ссылка на сайт

http://code.google.com/p/xdocreport/org.apache.poi.xwpf.converter.xhtml/

Скачать org.apache.poi.xwpf.converter.xhtml

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/ -->
<dependency>
    <groupId>fr.opensagres.xdocreport</groupId>
    <artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/
implementation 'fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:1.0.6'
// https://jarcasting.com/artifacts/fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml/
implementation ("fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:1.0.6")
'fr.opensagres.xdocreport:org.apache.poi.xwpf.converter.xhtml:jar:1.0.6'
<dependency org="fr.opensagres.xdocreport" name="org.apache.poi.xwpf.converter.xhtml" rev="1.0.6">
  <artifact name="org.apache.poi.xwpf.converter.xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.xdocreport', module='org.apache.poi.xwpf.converter.xhtml', version='1.0.6')
)
libraryDependencies += "fr.opensagres.xdocreport" % "org.apache.poi.xwpf.converter.xhtml" % "1.0.6"
[fr.opensagres.xdocreport/org.apache.poi.xwpf.converter.xhtml "1.0.6"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
fr.opensagres.xdocreport : org.apache.poi.xwpf.converter.core jar 1.0.6

provided (1)

Идентификатор библиотеки Тип Версия
org.osgi : org.osgi.core jar 4.2.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

XDocReport

Maven Central Build Status

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).

Please read Getting Started

Samples & Demo

You can test our online demo :

You can find source code of thoses demo at https://github.com/opensagres/xdocreport.samples

License

XDocReport code is license under MIT license but the samples are licensed under LGPL license, this is why.

XDocReport Core

Because we love to share our code, we prefer a very weak license. That's why we choose MIT License for our core modules.

MIT License is called a weak license which allow redistribution and modification (Although we appreciate contributions).

Issue with iText based PDF converter

iText is a very powerful Java library for creating PDF. Our iText based converter is by far the best PDF converter that we provide. iText 2.1.7 comes with a LGPL license which is not compliant with our MIT License.

Thus, people that would use and redistribute xdocreport with iText based converter will have to comply with the LGPL license. This is exactly what we do with our XDocReport Samples.

Which are licensed under LGPL license and not the MIT License.

Версии библиотеки

Версия
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0