pdf2docx icon indicating copy to clipboard operation
pdf2docx copied to clipboard

Open source Python library for converting PDF to DOCX.

Results 122 pdf2docx issues
Sort by recently updated
recently updated
newest added

### Description of the bug We have a pdf file which has some invalid characters, like \uffff. An error occurred during the conversion. Please help. ### How to reproduce the...

### Description of the bug python3-fitz now has the following files: /usr/lib/python3/dist-packages/fitz_old /usr/lib/python3/dist-packages/fitz_old/__init__.py /usr/lib/python3/dist-packages/fitz_old/__main__.py /usr/lib/python3/dist-packages/fitz_old/_fitz_old.cpython-312-x86_64-linux-gnu.so /usr/lib/python3/dist-packages/fitz_old/fitz_old.py /usr/lib/python3/dist-packages/fitz_old/table.py /usr/lib/python3/dist-packages/fitz_old/utils.py So starting pdf2docx even without arguments fails with: File "/usr/local/lib/python3.12/dist-packages/pdf2docx-0.5.8-py3.12.egg/pdf2docx/converter.py", line 9,...