I am trying to run pdftotext using python subprocess module. import subprocess pdf = r"path\to\file.pdf" txt = r"path\to\out.txt" pdftotext ...
確定! 回上一頁