vignesh
vignesh

Reputation: 1599

Need java code for opening password protected docx file

I want to unzip and read the password protected docx file in java. i want too know the algorithm used..please help me..

Thanks in advance...

Upvotes: 0

Views: 1531

Answers (1)

Asaph
Asaph

Reputation: 162761

Parsing Microsoft format documents (including docx) in Java is typically done with Apache POI. You'll likely need to know the password for your password protected file.

Upvotes: 1

Related Questions