Document converter: Difference between revisions
Jump to navigation
Jump to search
→Word 轉換成文字檔 (txt)
| Line 12: | Line 12: | ||
=== Word 轉換成文字檔 (txt) === | === Word 轉換成文字檔 (txt) === | ||
* [https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/textutil.1.html textutil(1) Mac OS X Manual Page]: [http://osxdaily.com/2014/02/20/batch-convert-docx-to-txt-mac/ How to Batch Convert DOCX Files to TXT Format with textutil in Mac OS X] on {{Mac}} 可批次 <pre>textutil -convert txt /path/to/ | * [https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/textutil.1.html textutil(1) Mac OS X Manual Page]: [http://osxdaily.com/2014/02/20/batch-convert-docx-to-txt-mac/ How to Batch Convert DOCX Files to TXT Format with textutil in Mac OS X] on {{Mac}} 可批次 | ||
<pre> | |||
## 如果是 docx 轉換成 txt | |||
textutil -convert txt /path/to/*.docx | |||
## 如果是 doc 轉換成 txt | |||
textutil -convert txt /path/to/*.doc | |||
</pre> | |||
* [https://drive.google.com/drive/my-drive Google 雲端硬碟] | * [https://drive.google.com/drive/my-drive Google 雲端硬碟] | ||
* [http://www.zamzar.com/ Zamzar - Free online file conversion]([http://www.zamzar.com/conversionTypes.php Conversion Types]): 單一檔案上限為 50 MB<ref>[http://www.zamzar.com/faq.php#Q12 What's the maximum size of files that I can upload ?]</ref>、同時間可以執行10個檔案的轉檔。需輸入Email資料。{{access | date=2017-12-19}} | * [http://www.zamzar.com/ Zamzar - Free online file conversion]([http://www.zamzar.com/conversionTypes.php Conversion Types]): 單一檔案上限為 50 MB<ref>[http://www.zamzar.com/faq.php#Q12 What's the maximum size of files that I can upload ?]</ref>、同時間可以執行10個檔案的轉檔。需輸入Email資料。{{access | date=2017-12-19}} | ||