lebedov / python-pdfbox

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

Version of .jar file change to 2.0.11 #2

Closed CaioCris closed 6 years ago

CaioCris commented 6 years ago

Hi there!

I had an issue because of the .jar file version, I check in the GitHub is the 2.0.10, but in the PDFBox website is already 2.0.11, so if the version is different when the python-pdfbox/pdfbox/init.py try the download, they got a 404 Not Found.

I would suggest you use an HTML handler lib, like bs4 or xpath, may this help you to do something more generic with the .jar files sources.

lebedov commented 6 years ago

Updated to automatically figure out and download the latest version.