lebedov / python-pdfbox

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

java path and input file path containing spaces are not working. #11

Closed sahasourav123 closed 4 years ago

sahasourav123 commented 5 years ago

path having spaces causing trouble while executing cmd from python. Need to add quotes to mean it as it is.

lebedov commented 4 years ago

Shouldn't be an issue anymore as python-pdfbox now uses jpype rather than calling the java interpreter directly.