Hi iText support team,
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Please let me know the correction I need to make. Attached is a screenshot of my code.
Thanks in advance!
In some of the iText examples, logging is used to handle errors.
What you're seeing here is that the logging framework is partially loaded. So it compiles, but at runtime it can't detect any classes that would properly handle logging.
You need to change your POM file to include dependencies on the logging framework of your choice that fits.