-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pdf2txt error in command line cannot match the files argument #252
Comments
Try replacing file() function with open() and write output file in bytes with 'wb'. |
Hi |
it always says required argument files |
python 3.8.1 |
Getting error even after the above mentioned changes? |
Yes, it runs from administrative power shell but not from command prompt on windows |
C:\Users\Ayesha>pdf2txt.py D:/test.pdf |
Power Shell Output PS D:\EducAtiOn\Thesis\Tasks\2\Parsr> pdf2txt.py D:/simple1.pdf World Hello World H e l l o W o r l d H e l l o W o r l d |
It is strange but what do |
sorry I'm unaware of what might be happening in such case :( |
#164 This issue still remains unresolved on Win10 - python 3.7.1
Has someone found a solution yet?
The text was updated successfully, but these errors were encountered: