Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Get version 2.2.4 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.2.4

Some of the features of OpenPDF include:

* [Openpdf](openpdf) Creating PDFs: You can use OpenPDF to create new PDF documents from scratch.
* [Openpdf](openpdf-core-modern) Creating PDFs: You can use OpenPDF to create new PDF documents from scratch.
* Manipulating Existing PDFs: OpenPDF allows you to modify existing PDF documents by adding or removing pages, modifying
text, and more.
* [Openpdf-html](openpdf-html) Create PDF files from HTML, using OpenPDF-html which is a fork of Flying Saucer.
Expand Down Expand Up @@ -148,6 +148,14 @@ We have now different versions of OpenPDF, and they require different versions o
- The 1.4.x Branch requires Java 11 or later.
- The 1.3.x Branch requires Java 8 or later.


### OpenPDF Java package name change from com.lowagie to org.openpdf

* [Openpdf-core-legacy](openpdf-core-legacy) - Maven artifactId: openpdf. This is the legacy OpenPDF core package,
which uses the old Java package name `com.lowagie`. This will be removed in the future, so please migrate.
* [Openpdf-core-modern](openpdf-core-modern) - Maven artifactId: openpdf-core-modern. This is the modern OpenPDF
core package, which uses the new Java package name `org.openpdf`. This is the recommended package to use in new code.

### UTF-8 Fonts

As of 1.3.21 the UTF-8 Liberation fonts moved to its own module, to reduce the size of the OpenPDF
Expand Down
5 changes: 3 additions & 2 deletions openpdf/pom.xml → openpdf-core-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<parent>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf-parent</artifactId>
<version>2.2.5-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
</parent>

<artifactId>openpdf</artifactId>
<name>OpenPDF</name>
<name>OpenPDF core legacy</name>
<description>Open and Free PDF library. It uses the old package name `com.lowagie`.</description>

<properties>
<java-module-name>com.github.librepdf.openpdf</java-module-name>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading