MVN

com.adobe.pdf : pcfi

Maven & Gradle

Aug 09, 2010
2 stars

PDF Core Font Information · Collection of PDF core font information files downloaded from Adobe's Developer Center and elsewhere. This collection contains font metrics for the 14 PDF core fonts, CMaps for the PDF CJK fonts and the Adobe Glyph List. The files are stored inside the com/adobe/pdf/pcfi directory. See the individual files for exact licensing information and META-INF/LICENSE.txt for a summary.

<dependency>
    <groupId>com.adobe.pdf</groupId>
    <artifactId>pcfi</artifactId>
    <version>2010.08.09</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.pdf : pcfi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2010.08.09

All Versions

Choose a version of com.adobe.pdf : pcfi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2010.08.x
pcfi-2010.08.09
2009.06.x
pcfi-2009.06.14

How to add a dependency to Maven

Add the following com.adobe.pdf : pcfi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.pdf</groupId>
    <artifactId>pcfi</artifactId>
    <version>2010.08.09</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.pdf : pcfi gradle dependency to your build.gradle file:

implementation 'com.adobe.pdf:pcfi:2010.08.09'

Gradle Kotlin DSL: Add the following com.adobe.pdf : pcfi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.pdf:pcfi:2010.08.09")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.pdf : pcfi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.pdf" % "pcfi" % "2010.08.09"

Advertisement