jstaerk 3e81c7036f creating pdf/a files using this config file:<fop version="1.0">
<!-- Strict user configuration -->
  <strict-configuration>true</strict-configuration>

  <!-- Strict FO validation -->
  <strict-validation>true</strict-validation>

  <!-- Base URL for resolving relative URLs -->
  <base>./</base>

  <!-- Font Base URL for resolving relative font URLs -->
  <font-base>./</font-base>

  <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
  <source-resolution>72</source-resolution>
  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
  <target-resolution>72</target-resolution>

  <!-- default page-height and page-width, in case
       value is specified as auto -->
  <default-page-settings height="11in" width="8.26in"/>

  <!-- etc. etc..... -->

  <renderers>
   <renderer mime="application/pdf">
   <fonts>
       <font kerning="no" embed-url="file:///C:/Users/jstaerk/temp/timesbd.ttf" embedding-mode="subset">
           <font-triplet name="Times" style="normal" weight="bold" />
       </font>
       <font kerning="no" embed-url="file:///C:/Users/jstaerk/temp/timesbd.ttf" embedding-mode="subset">
           <font-triplet name="SourceSerifPro" style="normal" weight="normal" />
       </font>
   </fonts>
   </renderer>
</renderers>

</fop>
2023-07-26 20:23:56 +02:00
2023-05-16 08:08:53 +02:00
2019-04-07 13:26:38 +02:00
2020-02-20 20:08:37 +01:00
2023-06-16 13:07:49 +02:00
2020-02-13 21:54:20 +01:00
2020-02-13 21:54:20 +01:00
2019-04-06 22:05:46 +02:00
2023-04-17 11:23:16 +02:00
2023-02-13 09:47:56 +01:00
2023-05-16 08:08:53 +02:00

Mustangproject

Source code repository for the Mustang project open source java PDF invoice metadata library in ZUGFeRD format.

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 information in the mustang documentation.

Usage

If you setup a Maven project, you can grab the artifacts using

<dependency>
  <groupId>org.mustangproject</groupId>
  <artifactId>library</artifactId>
 <version>2.6.1</version>
</dependency>

Contact

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

Description
No description provided
Readme Multiple Licenses 30 MiB
Languages
XSLT 96%
Java 2.9%
HTML 1.1%