Hi Team,
Redaction is failing for a potm file in freebsd with below exception.
java.lang.NullPointerException: Cannot invoke "com.groupdocs.redaction.internal.c.a.s.pt.ne(boolean)" because "<local3>" is nul
Code that …...failing try(Redactor redactor = new Redactor(App.class.getResour...redactor.apply(new ExactPhraseRedaction("あ", new ReplacementOptions("*")));...