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

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...).

License

License

Categories

Categories

PDF Data
GroupId

GroupId

fr.opensagres.xdocreport
ArtifactId

ArtifactId

org.apache.poi.xwpf.converter.pdf
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

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...).
Project URL

Project URL

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

Download org.apache.poi.xwpf.converter.pdf

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
fr.opensagres.xdocreport : org.apache.poi.xwpf.converter.core jar 1.0.6
fr.opensagres.xdocreport : fr.opensagres.xdocreport.itext.extension jar 1.0.6

provided (1)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 4.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0