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