Hi Team,
The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private.
@Test
void supp() throws Exceptio…...try (final Redactor redactor = new Redactor(getClass().getResourceAsStream("/abc...redactor.apply(new ExactPhraseRedaction("村山", new ReplacementOptions("**")));...