Skip to content

Commit 20108a0

Browse files
committed
chore: Update README to 3.0.2
1 parent b3f79e0 commit 20108a0

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# OpenPDF is an open source Java library for PDF files
22

3-
OpenPDF is an open-source Java library for creating, editing, rendering, and encrypting PDF documents, as well as generating PDFs from HTML. It is licensed under the LGPL and MPL open source licenses.
4-
We welcome contributions from other developers. Please feel free to submit pull-requests and bug reports to this GitHub repository.
3+
OpenPDF is an open-source Java library for creating, editing, rendering, and encrypting PDF documents, as well as
4+
generating PDFs from HTML. It is licensed under the LGPL and MPL open source licenses.
5+
We welcome contributions from other developers. Please feel free to submit pull-requests and bug reports to this GitHub
6+
repository.
57

6-
## OpenPDF version 3.0.1 released 2026-02-18
8+
## OpenPDF version 3.0.2 released 2026-02-28
79

8-
Get version 3.0.1 here: https://github.com/LibrePDF/OpenPDF/releases/tag/3.0.1 Other versions
10+
Get version 3.0.2 here: https://github.com/LibrePDF/OpenPDF/releases/tag/3.0.2 Other versions
911

1012
- [OpenPDF 1.4.2 (release 2024-03-30)](https://github.com/LibrePDF/OpenPDF/releases/tag/1.4.2)
1113
- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)
@@ -57,7 +59,8 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5759
## License
5860

5961
OpenPDF uses dual licensing: when using the library, you may choose either Mozilla Public License Version 2.0
60-
or GNU Lesser General Public License 2.1. OpenPDF is the LGPL/MPL open source successor of iText, and is based on some forks of iText
62+
or GNU Lesser General Public License 2.1. OpenPDF is the LGPL/MPL open source successor of iText, and is based on some
63+
forks of iText
6164
4 svn tag.
6265

6366
The SPDX license identifier for OpenPDF licensing is `MPL-2.0 OR LGPL-2.1+`
@@ -76,7 +79,8 @@ We want OpenPDF to consist of source code which is consistently licensed with th
7679
licences only. This also means that any new contributions to the project must have a dual LGPL and
7780
MPL license only.
7881

79-
[Openpdf-html](openpdf-html) and [Openpdf-renderer](openpdf-renderer) are licensed with GNU Lesser General Public License 2.1 only.
82+
[Openpdf-html](openpdf-html) and [Openpdf-renderer](openpdf-renderer) are licensed with GNU Lesser General Public
83+
License 2.1 only.
8084

8185
## Documentation
8286

@@ -88,6 +92,7 @@ MPL license only.
8892
---
8993

9094
### Openpdf-html – HTML to PDF
95+
9196
[Openpdf-html](openpdf-html): Generates PDFs directly from HTML/CSS content.
9297
Ideal for creating styled reports, invoices, and documents from web templates.
9398

@@ -96,7 +101,9 @@ Ideal for creating styled reports, invoices, and documents from web templates.
96101
---
97102

98103
### Openpdf-renderer – PDF Rendering
99-
[Openpdf-renderer](openpdf-renderer): Renders PDF pages to images or displays them in Java webapp/Swing/JavaFX applications.
104+
105+
[Openpdf-renderer](openpdf-renderer): Renders PDF pages to images or displays them in Java webapp/Swing/JavaFX
106+
applications.
100107
Useful for previews, thumbnails, or embedding PDFs in GUIs.
101108

102109
**Maven artifact:** `com.github.librepdf:openpdf-renderer`
@@ -133,16 +140,15 @@ OpenPDF ancestors in GitHub (in fork order):
133140
4. [@ymasory](https://github.com/ymasory) / [iText-4.2.0](https://github.com/ymasory/iText-4.2.0) -
134141
original parent on GitHub
135142

136-
137-
138-
139143
## Android
140144

141145
OpenPDF can be used with Android, more info
142146
here: [Android-support](https://github.com/LibrePDF/OpenPDF/wiki/Android-support)
143147

144148
## Contributing
145-
We welcome contributions from other developers. Make sure that your contributions can be released with a dual LGPL and MPL license. In particular, pull requests to the OpenPDF project must
149+
150+
We welcome contributions from other developers. Make sure that your contributions can be released with a dual LGPL and
151+
MPL license. In particular, pull requests to the OpenPDF project must
146152
only contain code that you have written yourself. GPL or AGPL licensed code will not be acceptable.
147153

148154
To contribute code to the OpenPDF project, your GitHub account must contain your real name, so that
@@ -168,10 +174,9 @@ We have now different versions of OpenPDF, and they require different versions o
168174
- The 1.4.x Branch requires Java 11 or later.
169175
- The 1.3.x Branch requires Java 8 or later.
170176

171-
172177
### OpenPDF Java package name change from com.lowagie to org.openpdf
173178

174-
The OpenPDF 3.0 version uses the new org.openpdf package name.
179+
The OpenPDF 3.0 version uses the new org.openpdf package name.
175180

176181
### UTF-8 Fonts
177182

0 commit comments

Comments
 (0)