Jar examples for f:fontbox
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.5 in this page.
Apache License, Version 2.0
You can use the following script to add fontbox-2.0.5.jar to your project.
<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>fontbox</artifactId> <version>2.0.5</version> </dependency>
compile group: 'org.apache.pdfbox', name: 'fontbox', version: '2.0.5'
libraryDependencies += "org.apache.pdfbox" % "fontbox" % "2.0.5"
<dependency org="org.apache.pdfbox" name="fontbox" rev="2.0.5"/>
@Grapes(@Grab(group='org.apache.pdfbox', module='fontbox', version='2.0.5'))
'org.apache.pdfbox:fontbox:jar:2.0.5'
Click the following link to download the jar file.
fontbox-2.0.5-javadoc.jar