You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# OpenPDF is an open source Java library for PDF files
2
2
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.
5
7
6
-
## OpenPDF version 3.0.1 released 2026-02-18
8
+
## OpenPDF version 3.0.2 released 2026-02-28
7
9
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
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
146
152
only contain code that you have written yourself. GPL or AGPL licensed code will not be acceptable.
147
153
148
154
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
168
174
- The 1.4.x Branch requires Java 11 or later.
169
175
- The 1.3.x Branch requires Java 8 or later.
170
176
171
-
172
177
### OpenPDF Java package name change from com.lowagie to org.openpdf
173
178
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.
0 commit comments