Document converter: Difference between revisions
Jump to navigation
Jump to search
m
→Word 轉換成文字檔 (txt)
Tags: Mobile edit Mobile web edit |
|||
| Line 17: | Line 17: | ||
* [http://www.recoverytools.com/docx/migrator/ DOCX Migrator] v. 2.0 on {{Win}} trial 版本一次可批次5個檔案 | * [http://www.recoverytools.com/docx/migrator/ DOCX Migrator] v. 2.0 on {{Win}} trial 版本一次可批次5個檔案 | ||
* [https://github.com/PHPOffice/PHPWord PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents] ([http://phpword.readthedocs.io/en/latest/installing.html Installing/configuring — PHPWord 0.14.0 documentation]) {{exclaim}} 實際使用時遇到解析錯誤 {{access | date=2017-11-18}} | * [https://github.com/PHPOffice/PHPWord PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents] ([http://phpword.readthedocs.io/en/latest/installing.html Installing/configuring — PHPWord 0.14.0 documentation]) {{exclaim}} 實際使用時遇到解析錯誤 {{access | date=2017-11-18}} | ||
* [https://tika.apache.org/ Apache Tika - a content analysis toolkit] <pre>java -jar /path/to/tika.jar --text --encoding=UTF-8 ./input.docx > ./output.txt</pre> 將 DOCX 檔案轉成 UTF-8 編碼的 TXT 檔 | * [https://tika.apache.org/ Apache Tika - a content analysis toolkit] <pre>java -jar /path/to/tika-app-1.24.1.jar --text --encoding=UTF-8 ./input.docx > ./output.txt</pre> 將 DOCX 檔案轉成 UTF-8 編碼的 TXT 檔 | ||
* [[Comparison of docx to txt converter]]: Pandoc, LibreOffice and Apache Tika | * [[Comparison of docx to txt converter]]: Pandoc, LibreOffice and Apache Tika | ||