معرفی شرکت ها


docx2md-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

convert .docx to .md
ویژگی مقدار
سیستم عامل -
نام فایل docx2md-1.0.1
نام docx2md
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Toshihiko Ichida
ایمیل نویسنده dogatana@gmail.com
آدرس صفحه اصلی https://github.com/dogatana/docx2md
آدرس اینترنتی https://pypi.org/project/docx2md/
مجوز -
docx2md ======= Converts Microsoft Word document files (.docx extension) to Markdown files. Install ------- :: pip install docx2md How to use ---------- :: usage: python -m docx2md [-h] [-m] [-v] [--debug] SRC.docx DST.md positional arguments: SRC.docx Microsoft Word file to read DST.md Markdown file to write optional arguments: -h, --help show this help message and exit -m, --md_table use Markdown table notation instead of <table> -v, --version show version --debug for debug Tables ~~~~~~ A table is output as ``<table id="table(n)">``. ``id`` is the order of output, starting from 1. If ``--md_table`` is specified, the output will use ``|``, but the title line item will be ``#`` fixed. :: | # | # | # | |---|---|---| |a|b|c| |d|e|f| |g|h|i| Pictures ~~~~~~~~ Images will be output as ``<img id="image(n)">``. The ``id`` is output in order starting from 1. Examples -------- - source: `docx <example/example.docx>`__ - result: `Markdown <example/example/README.md>`__ Elements that can be converted ------------------------------ - Tables (including merged cells) - Lists (also with numbers as bullets) - Headings - Embedded images - Page breaks (converted to ``<div class="break"></div>``) - Line breaks within paragraphs (converted to ``<br>``) - Text boxes (inserted in the body) Elements that cannot be converted (only known ones) --------------------------------------------------- - Table of Contents - Text decoration (bold and etc…) License ------- MIT


نیازمندی

مقدار نام
- lxml
- Pillow


نحوه نصب


نصب پکیج whl docx2md-1.0.1:

    pip install docx2md-1.0.1.whl


نصب پکیج tar.gz docx2md-1.0.1:

    pip install docx2md-1.0.1.tar.gz