Releases: ArtifexSoftware/pdf2docx
Releases · ArtifexSoftware/pdf2docx
Release list
0.5.12 to 0.5.13
v0.5.13 added small fixes
v0.5.12
v0.5.11
updated version info 0.5.10 to 0.5.11
v0.5.10
- Fixed bug when extracting the rotated image from pdf page
v0.5.9
- Fixed bug when extracting tables with empty cells.
- Update requirements.txt to use PyMuPDF>=1.26.7
- Update setup.py python_requires to >=3.10
v0.5.8
- New documentation link: https://pdf2docx.readthedocs.io/
- Fixed GUI relevant issues #211, #222, #224
- Fixed extra spaces issue at the end of Chinese characters lines #205, #239, #240
- Fixed compatible issues relevant with PyMuPDF upgrading #248, #250
- Fixed empty font name issue #256
- Fixed spacing issue caused by shapes partly out of page #256
v0.5.7
- Support in-memory file such as BytesIO when reading PDF or writing docx: #108, #177, #223
- Fixed tabulation issue when multiple tabs exist: #157
- Fixed cannot find builtin font with name 'Arial' issue: #216, #235, #237, #241
- Fixed importing issue caused by python-docx 1.0.0: #233, #234
- Fixed font name encoding issue: #194, #246
- Fixed duplicated columns (xml) issue: #245