The following will convert all files in the current directory: for file in *.pdf; do pdftotext "$file" "$file.txt"; done.
確定! 回上一頁