The library is a fork of the popular open source Jasper Reports and supports the common features provided by Jasper Reports, but offline and for mobile apps. The PDFReporter library supports iOS, Java and Android library. For your document and report design you use the PDFReporter Studio where you can visualize your data.
This project is maintained by OpenSoftwareSolutions
Generating documents and reports, offline enabled and reliable. Design your own reports and documents for your mobile business need while using the PDFReporter Studio.
Generally you can use the library as long as your app is open source and published on one of the common repositories on the web. The library is a multi project and supports the following licenses, Apache License V2.0, GNU General Public License version 3.0 (GPLv3), GNU Library or Lesser General Public License version 3.0 (LGPLv3)
If want to use it commercially please contact sales@pdfreporting.com for further informations. The official webpage from PDFReporter.
There are a few ways of using the library in windows apps. We recommand you to bridge the java library with on of the most common C# solutions - also recommended on the web.
org.oss.pdfreporter.PdfReporter
<dependency>
<groupId>com.pdfreporting</groupId>
<artifactId>pdfreporter-android-bundle</artifactId>
<version>1.X.X</version>
</dependency>
<dependency>
<groupId>com.pdfreporting</groupId>
<artifactId>pdfreporter-java-desktop-bundle</artifactId>
<version>1.X.X</version>
</dependency>
<repository>
<id>OpenSoftwareSolutionsMvn</id>
<name>JSHuntingYard Repo</name>
<url>"https://github.com/OpenSoftwareSolutions/mvn-repo/raw/master/repository/"</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</releases>
</repository>