Skip to content

Its-Just-Nans/docx-asn1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docx-asn1 version

Decode asn1 from a docx file.

CLI

# download the docx
python -m pip install docx_asn1
python -m docx_asn1 file.docx output.asn1
# or
python -m docx_asn1 file.docx > output.asn1

Python usage

from docx_asn1 import extract_text_from_docx

asn1 = extract_text_from_docx("file.docx")

About

Decode the asn1 in docx

Resources

License

Stars

Watchers

Forks

Contributors

Languages