Download fontbox-2.0.7.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 2.0.7 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

fontbox-2.0.7-javadoc.jar
fontbox-2.0.7-sources.jar
fontbox-2.0.7.jar
fontbox-2.0.7.pom



Related Tutorials