MVN

com.ironsoftware : ironpdf

Maven & Gradle

Jul 12, 2023
2 stars

com.ironsoftware:ironpdf · IronPDF Java library offers an extensive compatibility range, making it a go-to solution for a wide array of developers. It fully supports JVM languages like Java, Scala, and Kotlin, making it incredibly versatile. This Java PDF library is also compatible with Java 8 and above, providing optimum performance across multiple platforms. It's been designed with a wide range of users in mind Here's a look at what it supports: JVM Languages: Java, Scala, Kotlin.Platforms: Java 8 and above.Operating Systems: Microsoft Windows, Linux, Docker, Azure, AWS.IDEs: Jetbrains IntelliJ IDEA, Eclipse. You can deploy IronPDF Java across various platforms, including Microsoft Windows, Linux, Docker, Azure, and AWS. It is also fully compatible with popular IDEs like Jetbrains IntelliJ IDEA and Eclipse, facilitating smooth project development and management. Your pom.xml file is essentially the backbone of your project when you're using Maven. It's here where you introduce new dependencies that you wish to include. To make IronPDF Java package a part of your Maven project, you simply need to add the following snippets to your pom.xml: Remember to replace '20xx.xx.xxxx' with the latest version of IronPDF. IronPDF Java simplifies the process of creating PDF files. Convert HTML files, HTML strings, or URLs directly to new PDF documents in a few lines of code. The variety of file formats it handles is vast, as it can even transform images into PDF documents and vice versa. Need to use base 64 encoding, base URLs, or custom file paths? No problem! IronPDF Java has got you coveredFor more detail about installing and using IronPDF Java. When you run your project for the first time post-integration, IronPDF's engine binaries will automatically be downloaded. The engine starts its journey when you call any IronPDF function for the first time and takes a breather when your application is either closed or enters an idle state. It is not an open source java PDF library but here's the best part - IronPDF Java is offering a 30-day free trial. So, why wait? Give it a go and boost your PDF operations today.

<dependency>
    <groupId>com.ironsoftware</groupId>
    <artifactId>ironpdf</artifactId>
    <version>2023.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ironsoftware : ironpdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.7.2

All Versions

Choose a version of com.ironsoftware : ironpdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.7.x
ironpdf-2023.7.2
2023.4.x
ironpdf-2023.4.4
2023.3.x
ironpdf-2023.3.2
2023.1.x
ironpdf-2023.1.1
2022.12.x
ironpdf-2022.12.0
2022.11.x
ironpdf-2022.11.1
ironpdf-2022.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ironsoftware</groupId>
    <artifactId>ironpdf</artifactId>
    <version>2023.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ironsoftware : ironpdf gradle dependency to your build.gradle file:

implementation 'com.ironsoftware:ironpdf:2023.7.2'

Gradle Kotlin DSL: Add the following com.ironsoftware : ironpdf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ironsoftware:ironpdf:2023.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ironsoftware : ironpdf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ironsoftware" % "ironpdf" % "2023.7.2"

Advertisement