Hi.
I’m trying to save a word document and preserve the password but it’s not working.
Here’s what I’m doing:
documento = new Document(arquivo.getAbsolutePath(), LoadFormat.DOC, "teste");
documento.save(arquivo.getAbsolutePath(), SaveFormat.DOC);
Thanks.