lebedov / python-pdfbox

Python interface to Apache PDFBox command-line tools.
Other
75 stars 24 forks source link

Fixes stable version for 2.0.27 #32

Closed fakabbir closed 1 year ago

fakabbir commented 1 year ago

Apache pdfbox has released version 3.0.* which has a different command which is not compatible with the previous one. Also the new version is alpha seems not suitable for stable release.

To fix this the version is fixed to final stable version for 2.0.*.

fakabbir commented 1 year ago

Closed as the pdfbox v2 version is reposted on https://github.com/py-hacks/python-pdfbox

mara004 commented 1 year ago

Supposedly this was already fixed with #29, not?

fakabbir commented 1 year ago

@mara004 didn't check afterwards as wasn't able to reach @lebedov and already had python-pdfbox-v2 working. BTW the issue with apache-pdfbox is that they also delete the old jar files and make it difficult to know exactly with version of pdfbox is being used.

mara004 commented 1 year ago

BTW the issue with apache-pdfbox is that they also delete the old jar files and make it difficult to know exactly with version of pdfbox is being used.

From reading the code I didn't find that python-pdfbox auto-updates the jar, or have I overlooked something?