Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 682 Bytes

File metadata and controls

17 lines (14 loc) · 682 Bytes
  ,_   _,  _, ,  ,    ,  ,,  , ,_ ,_   _,  ___,_, _,___, 
  | \,/ \,/   \_/     |  ||\ | |_)|_) / \,' | /_,/ ' |   
 _|_/'\_/'\_  / \    '\__||'\|'| '| \'\_/   |'\_'\_  |   v1.0
'     '     `'   `       `'  ` '  '  `'     '   `  ` '   
    
usage: docx_unprotect.py [-h] [-v] [-p PROTECTED] [-u UNPROTECTED]

Docx Unprotect: remove password-based editing restrictions from DOCX files.

options:
  -h, --help            show this help message and exit
  -v, --version         show program version
  -p, --protected PROTECTED
                        path of input protected docx file
  -u, --unprotected UNPROTECTED
                        path of output unprotected docx file```