Menu

Tree [b93281] master /
 History

HTTPS access


File Date Author Commit
 .settings 2015-01-12 Daniel Novak Daniel Novak [84058e] Mavenize java project and tests
 pdfreporter-android 2016-07-18 donatmueller donatmueller [380e48] fix testcases for streamid images
 pdfreporter-android-bundle 2016-08-21 donatmueller donatmueller [d28b45] add reference image
 pdfreporter-android-sample 2015-06-29 Magnus Karlsson Magnus Karlsson [325273] java 1.7 (from 1.6) in the maven configuration,...
 pdfreporter-core 2016-11-05 donatmueller donatmueller [c889ff] fix parameter value
 pdfreporter-extensions 2016-11-07 donatmueller donatmueller [519708] streamed and raw image
 pdfreporter-ios 2017-07-31 Donat Müller Donat Müller [b93281] fix pom version and api change
 pdfreporter-java-desktop 2016-10-26 donatmueller donatmueller [85293c] Implemented i18n
 pdfreporter-java-desktop-bundle 2016-08-21 donatmueller donatmueller [d28b45] add reference image
 pdfreporter-java-shared 2016-10-28 donatmueller donatmueller [1c14d2] add encoding to api
 pdfreporter-portable 2016-08-21 donatmueller donatmueller [083e22] fix unit tests, skip some
 pdfreporter-test 2016-12-04 donatmueller donatmueller [34d1ba] fix unit tests
 pdfreporter-test-desktop 2016-10-26 donatmueller donatmueller [85293c] Implemented i18n
 pdfreporter-test-jasperreports 2016-12-04 donatmueller donatmueller [34d1ba] fix unit tests
 pdfreporter-test-portable 2016-12-04 donatmueller donatmueller [34d1ba] fix unit tests
 pdfreporter-testdata 2016-11-06 donatmueller donatmueller [ea067b] fix utf-8 encoded properties resources
 pdfreporter-xcode 2016-12-04 donatmueller donatmueller [34d1ba] fix unit tests
 .gitignore 2015-06-29 Magnus Karlsson Magnus Karlsson [90cd82] eclispe settings
 .gitmodules 2016-07-24 Jakub Petrik Jakub Petrik [8197b4] Add PDFReporterKit submodule
 .project 2015-12-07 donatmueller donatmueller [977e56] add source attachment to jasperreports library
 .travis.yml 2015-09-09 Magnus Karlsson Magnus Karlsson [1368d8] tests integrated in the CI process (3 errors cu...
 LICENSE.md 2015-02-12 Magnus Karlsson Magnus Karlsson [3a457e] Create LICENSE.md
 README-ANDROID-SAMPLE.txt 2015-01-05 Daniel Novak Daniel Novak [7d1914] Convert android sample project to gradle
 README-IOS-SAMPLE.txt 2016-07-24 Jakub Petrik Jakub Petrik [f69bcc] Update README-IOS-SAMPLE.txt
 README.md 2015-06-26 Magnus Karlsson Magnus Karlsson [a62024] Update README.md
 pom.xml 2016-08-21 donatmueller donatmueller [083e22] fix unit tests, skip some

Read Me

PDFReporter

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.

Licensing

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.

Webpages & Informations

Download the PDFReporter

Using PDFReporter on Windows Applications (experimental)

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

Bridge your C# class against the API Class

Using in Maven

Android

<dependency>
    <groupId>com.pdfreporting</groupId>
    <artifactId>pdfreporter-android-bundle</artifactId>
    <version>1.X.X</version>
</dependency>

Java (Desktop)

<dependency>
    <groupId>com.pdfreporting</groupId>
    <artifactId>pdfreporter-java-desktop-bundle</artifactId>
    <version>1.X.X</version>
</dependency>

add our Repository to your pom.xml

<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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.