import os · for i in range(len(pdf_list)): · command = 'pdf2txt.py -o output'+str(i)+'.html -t html '+pdf_list[i] · os.system(command).
確定! 回上一頁