Download the PHP package u01jmg3/docx2md without Composer
On this page you can find all versions of the php package u01jmg3/docx2md. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download u01jmg3/docx2md
More information about u01jmg3/docx2md
Files in u01jmg3/docx2md
Download u01jmg3/docx2md
More information about u01jmg3/docx2md
Files in u01jmg3/docx2md
Vendor u01jmg3
Package docx2md
Short Description Convert Microsoft Word files (.docx) to Markdown files (.md)
License MIT
Homepage https://github.com/u01jmg3/docx2md
Package docx2md
Short Description Convert Microsoft Word files (.docx) to Markdown files (.md)
License MIT
Homepage https://github.com/u01jmg3/docx2md
Please rate this library. Is it a good library?
Informations about the package docx2md
docx2md
Convert a .docx
file to markdown using the given command line arguments
- This is a simple converter that will read a
.docx
file and convert it into markdown format.- It works on the command line or included as a standalone script.
On the command line
- Run
php docx2md.php
to see a list of available options and how to use the converter
As a standalone script
Background
- This was put together based on code snippets from a closed-source project written in 2011.
- It would be trivial to extend this script to work on a webserver baring in mind the management of file uploads may need to be considered.
- Since most of the conversion work is left to XSL transformations, this utility could be very easily ported to another language other than PHP.
- PHP was chosen because existing code snippets were already written in the language.
- I look forward to any pull requests or bug reports to help make this converter as reliable as possible.
All versions of docx2md with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.9
The package u01jmg3/docx2md contains the following files
Loading the files please wait ....