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 Jaspersoft® Studio or PDFReporter Studio(experimental) where you can visualize your data.
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 you want to use it commercially please contact sales@pdfreporting.com for further informations.
You find the core library, android ios sample app at sourceforge. The iOS framework of the library and the static c libraries for iOS (libHaru, libPng) are hosted on github.
- PDFReporter Library (java, android & sample, ios & sample static lib)
- PDFReporter Kit (framework) (Use for iOS apps)
- Maven Repository (use for Android apps)
- PDFReporter Library android sample 1.3.0-SNAPSHOT
- Maven Repository pdfreporter-android-bundle 1.3.0-SNAPSHOT (source in branch android-sample)
- PDFReporter Kit Fix for SF ticket #80
- Our Maven Repository - Desktop / Android
- Jar Files - Desktop
- Jar Files - Android
- iOS (use for iOS apps)
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.
- jni4net
- ikvm
- [Cross platform IDE] (http://www.mono-project.com/download/)
-
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>