Skip to main content

Extract ASN.1 from DOCX files

Project description

docx-asn1

Decode asn1 from a docx file. Question for @3gpp: why docx from for the specification ?

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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docx_asn1-1.0.8.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

docx_asn1-1.0.8-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page