Skip to content

friedeas/boot-fop-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MVC and Apache FOP PDF Barcode Example

Example PDF Document

This example is using Apache FOP and the TTF font Free 3 of 9 from http://www.squaregear.net/fonts/free3of9.shtml

Further documentation for Code 39 and example PDF URL can be found here:

Guides

The class org.apache.fop.fonts.apps.TTFReader was used to generate the included TrueType font metrics file. This can be done in a batch run via a script of with the shown Java code:

String[] arguments = new String[] { "/PATH_TO/free3of9.ttf", "/PATH_TO/free3of9.xml" };
TTFReader.main(arguments);

Additional Documentation

Releases

No releases published

Packages

No packages published