zippy1978 / ghost4j

Java wrapper for Ghostscript C API + PS/PDF document handling API
http://www.ghost4j.org
GNU Lesser General Public License v3.0
64 stars 38 forks source link

iText dependency is quite outdated. Any plans to upgrade it? #54

Open mismatch opened 7 years ago

mismatch commented 7 years ago

iText maven coordinates and package names are now different so PDFDocument won't work if I just exclude outdated version and add new one. Do you have some reason to keep such outdated version of iText (wondering)?

rflammia commented 7 years ago

I am trying to use the library on a project but I can't because I have a dependency on itextpdf-5.5.7 that is not compatible with your library. Is it in scope an upgdate?

rflammia commented 7 years ago

upgdate is a join from upgrade and update ;-)

mandrean commented 5 years ago

@mismatch, @rflammia I created a PR for this: https://github.com/zippy1978/ghost4j/pull/66

mandrean commented 3 years ago

FYI, bumped the PR with some new stuff!