File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ generating PDFs from HTML. It is licensed under the LGPL and MPL open source lic
55We welcome contributions from other developers. Please feel free to submit pull-requests and bug reports to this GitHub
66repository.
77
8- ## OpenPDF version 3.0.2 released 2026-02-28
9-
10- Get version 3.0.2 here: https://github.com/LibrePDF/OpenPDF/releases/tag/3.0.2 Other versions
11-
12- - [ OpenPDF 1.4.2 (release 2024-03-30)] ( https://github.com/LibrePDF/OpenPDF/releases/tag/1.4.2 )
13- - [ Previous releases] ( https://github.com/LibrePDF/OpenPDF/releases )
14-
158## Features
169
1710The features of OpenPDF include:
@@ -43,6 +36,12 @@ The features of OpenPDF include:
4336![ Java 25] ( https://img.shields.io/badge/Java-25-blue?logo=java&logoColor=blue )
4437[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-Supported-ADD8E6?logo=kotlin&logoColor=white )] ( https://github.com/LibrePDF/OpenPDF/tree/master/openpdf-kotlin )
4538
39+ ## Get OpenPDF
40+
41+ Get the [ latest version of OpenPDF] ( https://github.com/LibrePDF/OpenPDF/releases/ ) .
42+
43+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.librepdf/openpdf.svg?label=Maven%20Central )] ( https://central.sonatype.com/artifact/com.github.librepdf/openpdf )
44+
4645## Use OpenPDF as Maven dependency
4746
4847Add this to your pom.xml file to use the latest version of OpenPDF:
@@ -52,7 +51,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5251<dependency >
5352 <groupId >com.github.librepdf</groupId >
5453 <artifactId >openpdf</artifactId >
55- <version >3.0.1 </version >
54+ <version >3.0.3 </version >
5655</dependency >
5756```
5857
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >3.0.3-SNAPSHOT </version >
9+ <version >3.0.3</version >
1010 </parent >
1111
1212 <artifactId >openpdf</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >3.0.3-SNAPSHOT </version >
8+ <version >3.0.3</version >
99 </parent >
1010
1111 <artifactId >openpdf-fonts-extra</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.librepdf</groupId >
99 <artifactId >openpdf-parent</artifactId >
10- <version >3.0.3-SNAPSHOT </version >
10+ <version >3.0.3</version >
1111 </parent >
1212
1313 <artifactId >openpdf-html</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >3.0.3-SNAPSHOT </version >
9+ <version >3.0.3</version >
1010 </parent >
1111
1212 <artifactId >openpdf-kotlin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >3.0.3-SNAPSHOT </version >
8+ <version >3.0.3</version >
99 </parent >
1010
1111 <artifactId >openpdf-renderer</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >3.0.3-SNAPSHOT </version >
9+ <version >3.0.3</version >
1010 </parent >
1111
1212 <artifactId >pdf-swing</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >3.0.3-SNAPSHOT </version >
9+ <version >3.0.3</version >
1010 </parent >
1111
1212 <artifactId >pdf-toolbox</artifactId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >3.0.3-SNAPSHOT </version > <!-- artifact.version -->
8+ <version >3.0.3</version > <!-- artifact.version -->
99 <packaging >pom</packaging >
1010
1111 <!-- please run mvn tidy:pom once in a while -->
You can’t perform that action at this time.
0 commit comments