OpenPDF icon indicating copy to clipboard operation
OpenPDF copied to clipboard

Open discussion about the motivation of this project.

Open asturio opened this issue 3 years ago • 2 comments

There is a need to move the classes of OpenPDF (and sibling projects) from the com.lowagie-namespace to a OpenPDF/LibrePDF-namespace.

Also I wanted to checkout how these "projects" in GitHub work :-)

My suggestion is:

  • Move all classes from com.lowagie.* to org.librepdf.*
  • This change should be a major release (e.g. 2.0.0)
  • This should be well documented in the Wiki, and in gh-pages.

This is a Discussion-Issue

asturio avatar Jun 01 '22 13:06 asturio

@LibrePDF/developers What do you think about this?

asturio avatar Jun 01 '22 13:06 asturio

The namespace com.lowagie.* is used in accordance with the LGPL and MPL license, so there is no urgent need to change the package names. Using this package name makes migration to OpenPDF easy and quick.

andreasrosdal avatar Jun 03 '22 04:06 andreasrosdal

The namespace com.lowagie.* is used in accordance with the LGPL and MPL license, so there is no urgent need to change the package names. Using this package name makes migration to OpenPDF easy and quick.

Exactly, I agree. This package is a drop in replacement for the 'com.lowagie:itext:2.1.7' jar. But with support and security fixes. Andrew

Andrew-Russell-fingo avatar Feb 14 '23 01:02 Andrew-Russell-fingo