Installation#

pdf2docx can be installed from either PyPI or the source code.

Install from PyPI#

Type the command below for a new installation:

$ pip install pdf2docx

Or, upgrade this library with:

$ pip install --upgrade pdf2docx

Install from source code remotely#

Install pdf2docx directly from the master branch:

$ pip install git+git://github.com/dothinking/pdf2docx.git@master --upgrade

Note

In this way, pdf2docx might have a higher version than PyPI, which is not released yet.

Install from source code locally#

Clone or download pdf2docx, navigate to the root directory and run:

$ python setup.py install

Or, install it in developing mode:

$ python setup.py develop

Uninstall#

$ pip uninstall pdf2docx

This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.

Discord logo