OpenRTF
OpenRTF copied to clipboard
Move packages from com.lowagie to org.openpdf
Since OpenPDF has now moved their classes from com.lowagie to org.openpdf, it would be good to:
- Change the dependency from artifact openpdf to openpdf-core-modern
- Move all classes of OpenRTF from com.lowagie to org.openpdf
Main reason it to avoid facing all those deprecated tags while using both library in the mean time if using the old packages.
It was done here: https://github.com/LibrePDF/OpenRTF/commit/0743bd0349a534829e502fa9f5369bb2f35f2be5
Now we just need a new maven release, bitte. @fridrich