ghost4j icon indicating copy to clipboard operation
ghost4j copied to clipboard

Java wrapper for Ghostscript C API + PS/PDF document handling API

Results 30 ghost4j issues
Sort by recently updated
recently updated
newest added

Hy, Is it possible to publish 1.0.5 version into Maven ? Thanks, David

Bumps xmlgraphics-commons from 2.3 to 2.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.xmlgraphics:xmlgraphics-commons&package-manager=maven&previous-version=2.3&new-version=2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

`ghost4j` uses a [~10 year old dependency of itext](https://github.com/itext/itextpdf/releases/tag/2.1.7) with a _kinda_ [corrupt dependency declaration](https://repo1.maven.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.pom) on some bouncy castle stuff in its POM file. (It should have been `org.bouncycastle:bctsp-jdk14:1.38` instead...

Trying to build ghost4j:1.0.4 using native Ghostscript 9.55 fails during tests due to the Java VM crashing during initialization of native ghostscript: ``` ------------------------------------------------------- T E S T S -------------------------------------------------------...

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Trying to evaluate ghost4j but am getting an outofmemory error on ghost4j 1.0.1 My env: 64 bit linux (arch) Java 1.8.0_131 Tried multiple times to attach pdf to this ticket.....

question

Hello, I encountered the following situation when using ghost4j as a tool for converting pdf images: We call it in a timed task. The program can run normally at the...

using the following code: ``` Ghostscript gs = Ghostscript.getInstance(); try { synchronized (gs) { String[] gsArgs = new String[9]; gsArgs[0] = "-psconv"; gsArgs[1] = "-dNOPAUSE"; gsArgs[2] = "-dBATCH"; gsArgs[3] =...

bug

Please update your dependencies as they contain lots of security issues. Especially the following security issues in commons-beanutils-1.9.2 are critical: * CVE-2017-15708 * CVE-2015-6420 * CVE-2015-4852 * CVE-2015-7501 * CVE-2019-13116...

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...