We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PdfUtilities.convertPdf2Png(inputPdfFile) outputs this:
PdfUtilities.convertPdf2Png(inputPdfFile)
log4j:WARN No appenders could be found for logger (org.ghost4j.Ghostscript). log4j:WARN Please initialize the log4j system properly.
The conversion works fine, but the warning is annoying :)
The text was updated successfully, but these errors were encountered:
Ghost4J uses Log4J for logging, which needs a log4j.properties file, which can be found in the tess4j package.
log4j.properties
Sorry, something went wrong.
Here the mentioned log4j.properties example: tess4j/src/test/resources/log4j.properties
Closing issue.
4F2E4A2E
No branches or pull requests
Using
PdfUtilities.convertPdf2Png(inputPdfFile)
outputs this:The conversion works fine, but the warning is annoying :)
The text was updated successfully, but these errors were encountered: