Hi,
I have a password protected docuement. When i try to convert the docuement without giving password using Aspose word for Java, its not throwing any error. Please suggest me some solution.My code looks like,
doc = new Document("C:/vignesh/Aspose/AsposePassword/src/Output1.doc", new LoadOptions(""));
doc.save("src/Output.html", SaveFormat.HTML);
Note:I have attached the document.