Skip to content

Sample application for the Mustang Project and some pdfbox samples creating PDF/A-3 pdf documents with file attachments.

Notifications You must be signed in to change notification settings

LOGIC-kfritz/PDFA3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFA3

Some samples how to create PDF/A3 files and PDF/A3 files with embedded files using Apache PDFBox and the source code for the Mustang project.

License

Subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html

Running

This project requires Maven to run. Build project with "mvn clean install". This will build the project, test it and install the artifacts to local cache. After that the mustang jar can be used.

More informations in the mustang documentation).

Usage

If you setup a Maven project, you can grab the artifacts from this maven repository.

<repositories>
    <repository>
        <id>mustang-mvn-repo</id>
        <url>https://raw.github.com/Rayman2200/PDFA3/mvn-repo/</url>
    </repository>
</repositories>

As dependency use this

<dependency>
  <groupId>org.mustangproject.ZUGFeRD</groupId>
  <artifactId>mustang</artifactId>
  <version>1.1.1alpha</version>
</dependency>

Contact

Developer: Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de

About

Sample application for the Mustang Project and some pdfbox samples creating PDF/A-3 pdf documents with file attachments.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%