Download fontbox-1.8.1.jar file - Jar f

Jar examples for f:fontbox

Description

The Apache FontBox library is an open source Java tool to obtain low level information from font files. FontBox is a subproject of Apache PDFBox.

You can download jar file fontbox 1.8.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add fontbox-1.8.1.jar to your project.

<dependency>
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>fontbox</artifactId>
   <version>1.8.1</version>
</dependency>
compile group: 'org.apache.pdfbox', name: 'fontbox', version: '1.8.1'
libraryDependencies += "org.apache.pdfbox" % "fontbox" % "1.8.1"
<dependency org="org.apache.pdfbox" name="fontbox" rev="1.8.1"/>
@Grapes(@Grab(group='org.apache.pdfbox', module='fontbox', version='1.8.1'))
'org.apache.pdfbox:fontbox:jar:1.8.1'

Download

Click the following link to download the jar file.

fontbox-1.8.1-javadoc.jar
fontbox-1.8.1-sources.jar
fontbox-1.8.1.jar
fontbox-1.8.1.pom



Related Tutorials