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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

fontbox-1.8.11-javadoc.jar
fontbox-1.8.11-sources.jar
fontbox-1.8.11.jar
fontbox-1.8.11.pom



Related Tutorials