Closed KlemenVrhovec closed 3 years ago
Just tested. Works fine if path contains spaces.
My path: "C:\Users\xxxxx\OneDrive - XXXXXXX\Dokumenter\xxxxxx\xxxxx_xxxxxxxx\Georeferencing".
Thnx planning to fix a bunch of issue in next release
Just tested again. Doesn't work now. Even without spaces, I can't get it to convert pages to images.
Fixed in 1.1 release
I noticed that script is not working if it is on a path that include spaces (C:\Users\user\test pdf2jpg\test.py). I am using windows.
I fixed this inside library by adding quotas to jarPath right after it is defined inside convert_pdf2jpg function.
jarPath = f'"{jarPath}"'