Skip to content

Releases: ArtifexSoftware/pdf2docx

0.5.12 to 0.5.13

Choose a tag to compare

@MaksymTkachuk MaksymTkachuk released this 01 May 10:53
v0.5.13

added small fixes

v0.5.12

Choose a tag to compare

@MaksymTkachuk MaksymTkachuk released this 09 Mar 17:47

Change license from AGPL to MIT.

v0.5.11

Choose a tag to compare

@MaksymTkachuk MaksymTkachuk released this 06 Mar 13:32
updated version info 0.5.10 to 0.5.11

v0.5.10

Choose a tag to compare

@MaksymTkachuk MaksymTkachuk released this 24 Feb 19:31
  • Fixed bug when extracting the rotated image from pdf page

v0.5.9

Choose a tag to compare

@github-actions github-actions released this 14 Feb 03:57
  • 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

Choose a tag to compare

@github-actions github-actions released this 22 Jan 17:23

v0.5.7

Choose a tag to compare

@github-actions github-actions released this 07 Jan 11:06
  • 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

v0.5.6

Choose a tag to compare

@github-actions github-actions released this 11 Aug 03:06
  • Workaround for UnicodeDecodeError issue: #144, #155
  • Fixed table parsing (small images as dashed borders) issue: #138, #158
  • Improved table parsing (allow one-cell-table with shading): #149

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:42
  • fixed closePath issue for PyMuPDF 1.20+: #146, #147

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:25
  • Ignore hidden text #132
  • Fixed property name deprecated by PyMuPDF 1.20+ #139, #141, #143