Document converter: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
m (add print2flash.com)
 
(188 intermediate revisions by the same user not shown)
Line 2: Line 2:


<onlyinclude>
<onlyinclude>
<div style="float:right">[[{{SERVER}}{{localurl:{{NAMESPACE}}:Document converter|action=edit}} 編輯]]</div>
<includeonly><div style="float:right">[[{{SERVER}}{{localurl:{{NAMESPACE}}:Document converter|action=edit}} 編輯]]</div></includeonly>


=== 多種文件類型相互轉換 ===
=== OpenDocument 格式 (.ODT) 轉換... ===
* 多種文件類型相互轉換
OpenDocument (.odt)轉 Word (.doc)
** 可批次轉換文件 - [http://www.scribd.com/ Scribd] - .doc (Microsoft Word), .pdf (Adobe Acrobat), .txt (Plain text), .ppt (Microsoft Powerpoint), .xls (Microsoft Excel), .ps (Adobe postscript), .lit (MS reader ebook)轉檔為多種格式 flashpaper, PDF, word, mp3, and text
* [https://errerrors.blogspot.com/2019/06/batch-convert-opendocument-odt-to-txt-or-word-docx.html 如何批次轉換 OpenDocument 格式 (.odt) 檔案為純文字 (.txt) 或 Word 格式 (.docx)]
** [http://docs.google.com/ Google Docs & Spreadsheets] ([https://spreadsheets.google.com/pub?key=p4EzYjyKmNIaC9UaO-rIKBg file conversion table])
* [http://download.ithome.com.tw/article/index/id/2120 用Word開啟ODT格式的檔案]: [http://sun-odf-plugin-for-microsoft-office.softpedia.com/ Sun ODF Plugin for Microsoft Office]
** [http://www.zamzar.com/ Zamzar]
* [http://www.zamzar.com/ Zamzar - Free online file conversion]
* 批次轉換Word(.doc)為html/txt/rtf 或是將 文字檔案轉成Word格式
* [https://drive.google.com/ Google Drive] 檔案大小上限: 20 MB
** Microsoft Word 批次轉換範本[http://support.microsoft.com/kb/826174/zh-tw]
* 批次轉換html, .htm, .doc, .rft 為文字檔案 .txt
** [http://www.ipodebookmaker.com/alltotxt/ All to Text 1.501 - By Finch Soft]


=== 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}} 可批次


=== ODT轉換... ===
<pre>
* OpenDocument(.odt)轉Word(.doc)
## 如果是 docx 轉換成 txt
** [http://www.zamzar.com/ Zamzar - Free online file conversion]
textutil -convert txt /path/to/*.docx
** [https://docs.google.com/ Google Docs]


## 如果是 doc 轉換成 txt
textutil -convert txt /path/to/*.doc
</pre>


=== Word轉換成其他檔案類型...  ===
* [https://drive.google.com/drive/my-drive Google 雲端硬碟]
* Word(DOC檔)轉換...
* [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}}
** Word(.doc)轉換成  OpenDocument(.odt):
* [http://www.recoverytools.com/docx/migrator/ DOCX Migrator] v. 2.0 on {{Win}} trial 版本一次可批次5個檔案
*** [http://sourceforge.net/projects/odf-converter OpenXML/ODF Translator Add-in for Office]
* [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}}
** Word(.doc)轉換成  PDF 或 OpenDocument(.odt):
* [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 檔
*** [http://govforge.e-land.gov.tw/modules/ossiimsconv/ 政府機關 OSS 交流網 - 文件格式轉檔服務] (需註冊成會員, 詳細[http://140.111.66.34/modules/news/article.php?storyid=88 說明])
* [[Comparison of docx to txt converter]]: Pandoc, LibreOffice and Apache Tika
*** [http://www.openoffice.org/ OpenOffice.org]
*** {{Gd}} [http://docs.google.com/ Google Docs & Spreadsheets]或[http://www.zamzar.com/ Zamzar]
** Word(.doc)轉換成 HTML: [http://www.google.com.tw/search?q=DOC2HTML DOC2HTML - Google 搜尋]
** [http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=zh-tw 2007 Microsoft Office 增益集:Microsoft 另存 PDF 或 XPS 檔]
** 批次把Word轉成PDF: [http://www.topdf.de/InfoGB.htm WordToPDF Pro] ([http://blog.xuite.net/emisjerry/tech/7223699  emisjerry的中文介紹])
** Word 2007 (.docx)轉成Word 2003(.doc) 或 .doc轉成.docx: [http://www.microsoft.com/downloads/details.aspx?displaylang=zh-tw&FamilyID=941b3470-3ae9-4aee-8f43-c6bb74cd1466 Microsoft Office Word、Excel 及 PowerPoint 2007 檔案格式相容性套件]


=== 文件(Word, PPT...)轉換成PDF ===
=== Word 轉換成 Markdown檔 (md) ===
* 文件轉換成PDF:  
[https://word-to-markdown.herokuapp.com/ Word to Markdown Converter] {{access | date=2018-03-15}}
** {{Gd}} [http://sourceforge.net/projects/pdfcreator/ PDFCreator] 教學: [http://attila01.blogspot.com/2008/09/pdf-pdfcreator.html 人間研究所: PDF 檔的效率高手 - PDFCreator] (可批次轉檔: 拖曳檔案至轉換清單)
 
** [http://www.pdfpdf.com/batch.html Batch Convert] (trial)
=== Word 轉換成其他檔案類型... ===
** [http://www.primopdf.com/ Free PDF Converter - create high-quality PDF from any printable file type]
 
** 線上轉換服務:  
Word(.doc)轉換成  OpenDocument(.odt):
*** [http://www.convertfiles.com/ Convert Files - free and simple online file converter] 中文Word轉成PDF有問題[[Image:Icon exclaim.gif| ]] last visited: 2009-05-02
* [http://sourceforge.net/projects/odf-converter OpenXML/ODF Translator Add-in for Office]
*** [http://www.pdfonline.com/ Create PDF Online Free] from documents or images
 
*** [http://www.freepdfconvert.com/ PDF Converter, Create PDF Online Free, Document to PDF Conversion Service - Convert Office, Word, Excel, PowerPoint, Images, Web Pages to PDF]...
Word(.doc)轉換成  PDF 或 OpenDocument(.odt):  
*** [http://www.youconvertit.com/convertfiles.aspx Free online media file conversion (Document, Images, Audio, Video & Archives)] 中文Word轉成PDF有問題[[Image:Icon exclaim.gif| ]] last visited: 2009-05-19
* [http://govforge.e-land.gov.tw/modules/ossiimsconv/ 政府機關 OSS 交流網 - 文件格式轉檔服務] (需註冊成會員, 詳細[http://140.111.66.34/modules/news/article.php?storyid=88 說明])
* [http://www.openoffice.org/ OpenOffice.org]
* {{Gd}} [http://docs.google.com/ Google Docs & Spreadsheets]或[http://www.zamzar.com/ Zamzar]
 
Word(.doc)轉換成 HTML:
* [http://www.google.com.tw/search?q=DOC2HTML DOC2HTML - Google 搜尋]
 
批次把Word轉成PDF:
 
* [http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=zh-tw 2007 Microsoft Office 增益集:Microsoft 另存 PDF 或 XPS 檔]
* [http://www.topdf.de/InfoGB.htm WordToPDF Pro] ([http://blog.xuite.net/emisjerry/tech/7223699  emisjerry的中文介紹])
* [https://support.microsoft.com/zh-tw/help/826174/how-to-convert-many-documents-to-word-format-automatically-in-word-200 HOW TO:在 Word 2003 中將多份文件自動轉換為 Microsoft Word 格式]
 
Word(.doc)轉換成 Word 2007 (.docx)檔
* Word 2007 (.docx)轉成Word 2003(.doc) 或 .doc轉成.docx: [http://www.microsoft.com/downloads/details.aspx?displaylang=zh-tw&FamilyID=941b3470-3ae9-4aee-8f43-c6bb74cd1466 Microsoft Office Word、Excel 及 PowerPoint 2007 檔案格式相容性套件] {{exclaim}}有時候安裝了相容性套件,仍無法順利轉檔。可以試試上傳到[https://drive.google.com/ Google Drive]線上預覽文件內容。
* [http://www.doc.investintech.com/ Convert DOCX to DOC Online Free] 教學: [http://www.freegroup.org/2011/02/free-convert-docx-to-doc-online/ 線上 DOCX 轉 DOC 工具,免填信箱、免下載立即用]
* [https://softwarerecs.stackexchange.com/questions/11687/library-for-converting-microsoft-doc-to-docx-in-python Library for converting Microsoft .doc to .docx in Python - Software Recommendations Stack Exchange] ''un-tested'' 可批次
* [https://pypi.org/project/python-docx/ python-docx · PyPI] "python-docx is a Python library for creating and updating Microsoft Word (.docx) files." ''un-tested'' 可批次
 
=== Apple Pages 文件檔案 (.pages) 轉換成其他檔案類型...  ===
* [https://beta.icloud.com/#pages iCloud - Pages] 可以轉換成 PDF (文字可以選取複製), Word, ePub。操作方式: (1) 上傳 .pages 檔案 (2) 點選扳手 &#128295; 圖示 (此處圖示用來示意,並非 iCloud 圖示):檢視 Pages 工具 (3) 下載拷貝 (4) 選擇檔案類型
* [https://www.apple.com/tw/pages/ Pages] on {{Mac}} 可以轉換成 PDF (文字可以選取複製), Word, TXT, RTF, ePub
* [https://cloudconvert.com/pages-to-docx pages to docx - CloudConvert] 可以轉換成 PDF (文字可以選取複製), Word, 圖檔等<ref>[https://cloudconvert.com/formats/document/pages pages - Pages Document - CloudConvert]</ref>
* {{exclaim}} 「預覽程式.app」版本 10.0(944.5) on {{Mac}} 可以轉成 PDF ,但是遇到內容被截掉一半的問題,而且 PDF 文字不可以選取複製。
 
=== Apple Keynote 簡報檔案 (.key) 轉換成其他檔案類型...  ===
Mac Keynote 簡報檔 (key) 轉成 PDF
* ''$'' 將 key 檔案上傳到 [https://www.icloud.com/ iCloud] --> 列印輸出成 PDF 檔。 (跟 Mac 版 Keynote 軟體輸出的 PDF 檔案大小比較大) {{access | date = 2020-07-17}}
* ''$'' [https://www.apple.com/tw/mac/keynote/ Apple - Mac 版 Keynote]
* {{exclaim}} Mac 本身的「預覽程式 版本 7」可以將 key 輸出成 PDF 檔,但是版面可能會跑掉,導致頁面下方內容被截掉。{{access | date = 2014-08-11}}
* {{exclaim}} Google Drive 可線上預覽 Keynote 簡報檔內容。{{access | date = 2020-07-17}}
* {{exclaim}} [http://www.slideshare.net/upload  SlideShare] 還不支援線上預覽 Keynote 簡報檔 (key)。{{access | date = 2014-08-11}}
 
Mac Keynote 簡報檔 (key) 轉成 微軟 PowerPoint (pptx)
* ''$'' [https://www.apple.com/tw/mac/keynote/ Apple - Mac 版 Keynote]
 
=== 文字 (TXT) 轉換成PDF ===
文字轉成 PDF
* {{Gd}} 將文字檔拖曳到瀏覽器,在另存成 PDF
* {{exclaim}} [https://pdfcandy.com/tw/ PDF轉換器 +46個線上PDF工具–PDF Candy] 中文變成亂碼
* ''$'' Microsoft Word
 
=== 文件 (Word, Excel, PPT, ePub ...) 轉換成PDF ===
文件轉換成PDF 桌面軟體:
* Windows 10 內建的 Microsoft Print to PDF 虛擬印表機
* {{Gd}} [http://www.bullzip.com/products/pdf/info.php Bullzip PDF Printer] 教學: [http://briian.com/?p=7242 Bullzip PDF Printer v9.0 支援任意文件格式的 PDF 轉檔工具(繁體中文版)]
* [http://www.pdfpdf.com/batch.html Batch Convert] (trial)
* [http://www.primopdf.com/ Free PDF Converter - create high-quality PDF from any printable file type]
* [http://sourceforge.net/projects/pdfcreator/ PDFCreator] 教學: [http://attila01.blogspot.com/2008/09/pdf-pdfcreator.html 人間研究所: 轉 PDF 檔的效率高手 - PDFCreator] (可批次轉檔: 拖曳檔案至轉換清單) {{exclaim}} 有時候會遇到產生空白 PDF 的問題
 
ePub 轉成 PDF
* [http://www.epubconverter.com/epub-to-pdf-converter/ Free EPUB to PDF Converter, Convert EPUB to PDF, EPUB to PDF] 線上轉換服務 {{access | date = 2015-06-17}}
 
Excel 轉換成PDF
# 安裝 [http://www.pdfforge.org/pdfcreator PDF Creator] 等虛擬印表機
# 列印 Excel 檔案到 PDF 虛擬印表機即可產生 PDF 檔案。
 
文件轉換成PDF 線上轉換服務:  
* [https://skydrive.live.com/ Microsoft SkyDrive]  列印文件(Word, PPT, PPTX 不包含Excel)轉換成PDF
* [http://www.pdfonline.com/ Doc2PDF Online] from documents or images (檔案大小限制: 2MB) 教學: [http://www.freegroup.org/2010/11/doc2pdf-online/ Doc2PDF Online 將檔案轉成PDF格式,無須下載安裝軟體]
* [http://www.convertfiles.com/ Convert Files - free and simple online file converter]  
** 中文Word轉成PDF有問題[[Image:Icon exclaim.gif| ]] last visited: 2009-05-02
** 中文epub電子書檔案轉成PDF OK {{access | date = 2012-11-04}}
* [http://www.freepdfconvert.com/ PDF Converter, Create PDF Online Free, Document to PDF Conversion Service - Convert Office, Word, Excel, PowerPoint, Images, Web Pages to PDF]...
* [http://pdfaid.com/doc2pdf.aspx Doc, Excel, Ppt to Pdf Online] 檔案大小限制: 200 KB; 教學: [http://briian.com/?p=7362 (免費) PDFaid 7合1線上PDF轉檔工具(支援中文)]
* [http://www.youconvertit.com/convertfiles.aspx Free online media file conversion (Document, Images, Audio, Video & Archives)] 中文Word轉成PDF有問題[[Image:Icon exclaim.gif| ]] last visited: 2009-05-19
* [http://docs.google.com/viewer Google 文件 - 檢視器] 將網路上的Word檔轉成PDF {{access | date = 2011-04-23}} 教學: [http://www.labnol.org/internet/convert-web-docs-to-pdf/19219/ Convert Web Documents to PDF with Google Docs Viewer]
* [https://www.wordtopdf.com/ Word to PDF Converter]


</onlyinclude>
</onlyinclude>


{{Tip | tip= 簡報(PPT)轉檔成PDF注意事項:
{{Tip | tip= 簡報(PPT)轉檔成 PDF 注意事項:
: 如果簡報本身有設置動作,生成的PDF檔只會顯示原本轉檔最上一層的動作畫面}}
: 如果簡報本身有設置動作,產生的 PDF 檔只會顯示原本轉檔前簡報檔最上一層的動作畫面}}
[[Category:Tips]]
[[Category:Tips]]


<onlyinclude>
<onlyinclude>
=== 文件(TXT, CSV...)轉換成Excel ===
[[Microsoft_Excel#Batch_convert_TXT.2FCSV_to_EXCEL | Batch convert TXT/CSV to EXCEL]] '''可批次'''


=== 文件(Word, PPT...)轉換成Flash ===
=== 文件(Word, PPT...)轉換成Flash ===
* [http://print2flash.com/index.php Print2Flash] ([http://print2flash.com/samples/sample2.php sample]) Supported types: doc, ppt, xls, rtf, htm, html, pdf, jpg, jpeg, tif, tiff, bmp, gif, png, txt, odt, odg, odp, odf
* [http://print2flash.com/index.php Print2Flash] ([http://print2flash.com/samples/sample2.php sample]) Supported types: doc, ppt, xls, rtf, htm, html, pdf, jpg, jpeg, tif, tiff, bmp, gif, png, txt, odt, odg, odp, odf
=== 文件轉換成圖片 ===
文件檔案轉換成圖片檔案
* 使用 [http://www.azofreeware.com/2009/09/virtual-imageprinter-155.html Virtual ImagePrinter 2.1 - 把任何檔案列印成圖片 - 阿榮福利味 - 免費軟體下載]
* 使用 [http://www.rarefind.com/paperlessprinter/ Paperless Printer] for {{Win}} v. 6.0.0.1,將檔案列印成圖片或 PDF。
* 將文件轉成 PDF ,再轉成圖片
* 使用 [[Screen Capture | 截圖軟體]],將所選區域另存成圖片
=== 文字轉換成圖片 ===
* {{Gd}} [http://www.irfanview.com/ IrfanView] v.4.10 選取文字複製後,直接貼到IrfanView。
* [http://www.getpaint.net/ Paint.NET] 選取文字複製後,直接貼到Paint.NET。 {{exclaim}} 缺點: 文字會變大
* MS Word: 選取文字複製後,選擇「選擇性貼上」,再選「圖片 (增強型中繼檔)」。貼到另一個 MS Word 新檔案,再另存圖檔 (背景已去背) {{exclaim}} 缺點: 如果只是要將單字轉成圖片,產生的圖形過長,多了多餘的空白。 (也可以選擇貼到小畫家,但是產生的圖片比較小<ref>[https://briian.com/7186/ 把 Word 轉成 JPG 圖檔,放到網路上! – 【重灌狂人】]</ref>)
==== Excel 轉成圖片 ====
* 選取 Excel 的儲存格區域,複製貼上到小畫家,另存圖檔 (png, jpg) 即可。教學: [https://dotblogs.com.tw/knightzone/2013/10/29/126115 將Excel試算表文件轉圖片]
==== PPT轉換成圖片 ====
* {{Gd}} 選取該頁簡報的全部物件,貼到小畫家上
* 使用[[Screen Capture | 擷圖軟體]]手動擷取簡報畫面為圖檔
* MS PowerPoint 2002: 選單 -> 另存檔案 -> 檔案類型選擇圖檔。 {{exclaim}} 微軟正黑體的文字,轉換後會糊掉。


=== 網頁 轉成 PDF ===
=== 網頁 轉成 PDF ===
[[%E7%B6%B2%E9%A0%81%E6%AD%B8%E6%AA%94#.E7.B7.9A.E4.B8.8A.E7.B6.B2.E9.A0.81.E8.BD.89.E6.AA.94.E6.88.90PDF.E6.9C.8D.E5.8B.99|網頁 轉成 PDF]]
[[%E7%B6%B2%E9%A0%81%E6%AD%B8%E6%AA%94#.E7.B7.9A.E4.B8.8A.E7.B6.B2.E9.A0.81.E8.BD.89.E6.AA.94.E6.88.90PDF.E6.9C.8D.E5.8B.99|網頁 轉成 PDF]]


=== PDF轉換成其他檔案類型... ===
批次轉換pdf 為 html:
* [http://clie.ws/bbs/index.php?showtopic=3486 PDF 檔案轉換為 HTML 再轉為 iSilo PDB檔]


PDF轉換成HTM:
=== 網頁表格 轉成 CSV/Excel ===
* [http://www.clicktoconvert.com/index.html Click to Convert - Create PDF and HTML Files from any Document.](''$'') demo: [http://www.acunetix.com/vulnerability-scanner/wvs6manual/websecurity-scanner.htm Introduction to Acunetix Web Vulnerability Scanner]
[[Convert HTML Table To CSV/Excel]]
 
=== Markdown ===
* 網頁轉 Markdown: [[Convert webpage to markdown]]
* Markdown 轉表格:[https://tableconvert.com/markdown-to-excel Convert Markdown Table to Excel Online - Table Convert Online]
* [https://gist.github.com/mkweskin/5414303 Convert markdown to mediawiki with pandoc]
*# [https://pandoc.org/installing.html Pandoc - Installing pandoc]
*# Key in the command: {{kbd | key=<nowiki>pandoc -f markdown -t mediawiki test.md -o test.txt</nowiki>}}
* [https://tools.planetoid.info/markdown-to-mediawiki/ Markdown 轉 MediaWiki]
 
=== 文字 (CSV, TSV) 轉成 網頁表格 ===
[https://www.mattsbits.co.uk/webtools/text_to_html/index.php Text To HTML Converter] {{access | date=2020-08-18}}
 
=== Excel ===
==== Excel 轉成 ODS (OpenDocument 試算表) ====
* {{Gd}} [https://github.com/dagwieers/unoconv dagwieers/unoconv: Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.][http://dag.wiee.rs/home-made/unoconv/] 使用 command 轉換。在 {{Win}} 使用 wildcards 會遇到問題<ref>[https://ask.libreoffice.org/en/question/4152/batch-conversion-with-unoconv-in-windows/ batch conversion with unoconv in Windows [closed] - Ask LibreOffice]</ref>,但是因為使用 command 可以自行組合多行命令,達到批次轉換檔案格式的目的。
* zamzar: [http://www.zamzar.com/convert/xls-to-ods/ Convert your XLS file to ODS now - Free, Simple and Online] 一次可以選 10 個檔案進行批次轉換 {{exclaim}} 遇到部分 ODS 檔案無法開啟的狀況 {{access | date = 2019-07-10}}
* [https://onlineconvertfree.com/convert-format/xlsx-to-ods/ Convert XLSX to ODS online, free .xlsx to .ods changing] 免費版一次同時可以 2 個檔案進行批次轉換
* [https://www.aconvert.com/document/xlsx-to-ods/ XLSX to ODS - Convert document online] (中文介面: [https://www.aconvert.com/tw/document/xlsx-to-ods/ XLSX轉ODS - 在線轉換文檔文件]) 一次只能選擇一個檔案上傳 {{access | date = 2019-07-10}}
* [http://www.convertfiles.com/converter.php Convert Files - free online file converter and flash video downloader.Convert videos, audio files, documents and ebooks.Flash video to MP3] {{exclaim}} 遇到部分 Excel 檔案無法轉換的狀況,錯誤訊息 "An error occurred during conversion of your file. " {{access | date = 2019-07-10}}
* [https://support.office.com/zh-hk/article/%E4%BD%BF%E7%94%A8-Excel-%E9%96%8B%E5%95%9F%E6%88%96%E5%84%B2%E5%AD%98-OpenDocument-%E8%A9%A6%E7%AE%97%E8%A1%A8-ods-%E6%A0%BC%E5%BC%8F%E7%9A%84%E5%B7%A5%E4%BD%9C%E8%A1%A8-60eb7a91-dc21-44a5-b4ac-c269565c59bf 使用 Excel 開啟或儲存 OpenDocument 試算表 (.ods) 格式的工作表 - Excel]
* [https://www.coolutils.com/TotalExcelConverter Excel Converter That Supports All Types Of Spreadsheets] v. 5.1.0.241 {{exclaim}} 遇到部分 ODS 檔案損壞的狀況
 
 
==== Excel 轉成 PowerPoint (簡報) ====
[[Convert excel to powerpoint]]


PDF轉換成Word或RTF:
==== Excel 轉成 CSV 檔案 ====
* {{Gd}} [http://convertpdftoword.net/ Convert pdf to word] 線上服務 ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文測試ok],測試日期: 2008-12-07。)
* [http://www.pdftoword.com/ Convert PDF to Word (DOC) Online]([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文測試ok],測試日期: 2009-03-03。)
* MS Office 2003 Document Imaging ([http://fun.idv.tw/fun/2008/12/ms_office_ocr.html 你也可以輕鬆做文字辨識(OCR)])
*# (.pdf檔案轉為.mdi) PDF列印到 MS Office 2003 Document Imaging
*# (.mdi檔案轉為word檔) MS Office 2003 Document Imaging(.mdi) -> 使用OCR辨識/傳送文字到Word 
* [http://www.e-pdfconverter.com/pdf-to-word/index.html e-PDFToWordConverter] (''$'')
* [http://www.solidpdf.com/ Solid Converter PDF] (''$'') - 轉換時有提供記錄檔。
* [http://media-convert.com/zh/ Media-Convert]線上服務: PDF轉成RTF ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)
* [http://www.zamzar.com/ Zamzar - Free online file conversion]線上服務: PDF轉成Word ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)


PPT轉換的PDF,再還原成文件檔:
1. 1. Obtain and install [https://zh-tw.libreoffice.org/download/download-libreoffice/ LibreOffice]
* [http://www.zamzar.com/ Zamzar]將PDF轉成RTF的效果比Acrobar v7好,後者是轉成圖。
* Able2Extract 5.0 (''$'') - [http://www.investintech.com/prod_a2e.htm Convert PDF to Excel, Word with the PDF Converter]


PDF轉換成純文字:
2. Open your terminal and execute the following command <ref>[https://stackoverflow.com/questions/5256733/convert-xlsx-file-to-csv-using-batch excel - Convert xlsx file to csv using batch - Stack Overflow]</ref>
* {{Gd}} [http://media-convert.com/zh/ Media-Convert]線上服務: PDF轉成TXT ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文測試ok],測試日期: 2008-12-07。)
<pre>
* {{Gd}} [http://pdftextonline.com/ PDF Text Extraction In Your Browser - PDFTextOnline]線上服務,擷取PDF檔中的文字。(檔案大小不能超過10M) ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文測試ok],測試日期: 2008-12-07。)
soffice --headless --convert-to csv *
* [http://www.convertpdftotext.net/ Convert pdf to Text - Convert pdf to txt - Convert online pdf to Text] ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)
</pre>
* [http://www.zamzar.com/ Zamzar - Free online file conversion]線上服務: PDF轉成TXT ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)


For Mac users, use the full path to soffice:
<pre>
/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to csv *
</pre>


PDF轉換成圖檔:
=== 電子書 (epub) 轉成網頁檔 (html) ===
* [http://www.convertpdftoimage.com/ Convert pdf to image - Convert pdf to jpg - Convert online pdf to image] 線上服務 ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)
[[Convert epub to html]]
* [http://convert.neevia.com/ Document Converter eXPress]線上服務 offered by [http://neevia.com/ Neevia Technology, Inc] ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文轉換失敗],測試日期: 2008-12-07。)
* [http://www.freepdfconvert.com/convert_pdf_to_source.asp PDF to Word Converter. Convert PDF to Word DOC or Excel XLS Online, Extract Images from PDF.]線上服務: PDF轉換成圖檔的品質比Zamzar好, 但是有每30分鐘轉一個檔案的限制 ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文轉換失敗],測試日期: 2008-12-07。)
* [http://www.softpedia.com/get/Office-tools/Other-Office-Tools/Some-PDF-Image-Extract.shtml Some PDF Image Extract] 擷取PDF檔中的圖檔
* [http://www.zamzar.com/ Zamzar - Free online file conversion]線上服務: PDF轉成PNG ([http://www.chsn.taipei.gov.tw/site/41f5d1af/4510b756/451a2a18/files/9706021.pdf 中文變亂碼],測試日期: 2008-12-07。)


=== 圖片 轉成 PDF ===
* {{Win}}  [http://web.newsguy.com/lmgava/i2pdf/index.php i2pdf] 教學: [http://briian.com/?p=6546 i2pdf 將大量圖檔轉成PDF文件檔] '''可批次處理'''{{Gd}}
* {{Mac}} [[Convert many images to one PDF on Mac | Convert many images to one PDF]] 使用預覽程式 '''可批次處理'''


=== PDF 轉換 ===
[[PDF conversion]]


=== 其他 ===
=== 其他 ===
文字轉成圖片
* {{Gd}} [http://www.irfanview.com/ IrfanView] v.4.10 將文字複製後, 直接貼到IrfanView。
* [http://www.getpaint.net/ Paint.NET] 將文字複製後, 直接貼到Paint.NET。缺點: 文字會變大
* MS Word: 將文字複製後, 選擇「選擇性貼上」,再選「圖片」。缺點: 產生的圖形過長,多了多餘的空白。


電子書
電子書
* 將[http://www.microsoft.com/reader/default.mspx Microsoft Reader]的電子書.LIT格式轉換成[http://www.idpf.org/ 開放格式](擷取出網頁與圖檔): [http://www.convertlit.com/ ConvertLIT] 1.8
* 將[http://www.microsoft.com/reader/default.mspx Microsoft Reader]的電子書.LIT格式轉換成[http://www.idpf.org/ 開放格式](擷取出網頁與圖檔): [http://www.convertlit.com/ ConvertLIT] 1.8


[[Document online viewer]]
Excel 檔案 <-> CSV 檔案
* [http://bytescout.com/?q=/products/enduser/spreadsheettools/spreadsheettools.html Batch convert XLS, XLSX, CSV into HTML, PDF, XLSX, XLS and CSV formats with Bytescout Spreadsheet Tools]
Youtube
* 將 Youtube 影片底下的留言轉成圖片的工具 https://kolpower.cc/cmt/
references
<references />


</onlyinclude>
</onlyinclude>

Latest revision as of 10:01, 26 September 2025



OpenDocument 格式 (.ODT) 轉換...[edit]

OpenDocument (.odt)轉 Word (.doc)

Word 轉換成文字檔 (txt)[edit]

## 如果是 docx 轉換成 txt
textutil -convert txt /path/to/*.docx

## 如果是 doc 轉換成 txt
textutil -convert txt /path/to/*.doc

Word 轉換成 Markdown檔 (md)[edit]

Word to Markdown Converter [Last visited: 2018-03-15]

Word 轉換成其他檔案類型...[edit]

Word(.doc)轉換成 OpenDocument(.odt):

Word(.doc)轉換成 PDF 或 OpenDocument(.odt):

Word(.doc)轉換成 HTML:

批次把Word轉成PDF:

Word(.doc)轉換成 Word 2007 (.docx)檔

Apple Pages 文件檔案 (.pages) 轉換成其他檔案類型...[edit]

  • iCloud - Pages 可以轉換成 PDF (文字可以選取複製), Word, ePub。操作方式: (1) 上傳 .pages 檔案 (2) 點選扳手 🔧 圖示 (此處圖示用來示意,並非 iCloud 圖示):檢視 Pages 工具 (3) 下載拷貝 (4) 選擇檔案類型
  • Pages on macOS icon_os_mac.png 可以轉換成 PDF (文字可以選取複製), Word, TXT, RTF, ePub
  • pages to docx - CloudConvert 可以轉換成 PDF (文字可以選取複製), Word, 圖檔等[2]
  • Icon_exclaim.gif 「預覽程式.app」版本 10.0(944.5) on macOS icon_os_mac.png 可以轉成 PDF ,但是遇到內容被截掉一半的問題,而且 PDF 文字不可以選取複製。

Apple Keynote 簡報檔案 (.key) 轉換成其他檔案類型...[edit]

Mac Keynote 簡報檔 (key) 轉成 PDF

  • $ 將 key 檔案上傳到 iCloud --> 列印輸出成 PDF 檔。 (跟 Mac 版 Keynote 軟體輸出的 PDF 檔案大小比較大) [Last visited: 2020-07-17]
  • $ Apple - Mac 版 Keynote
  • Icon_exclaim.gif Mac 本身的「預覽程式 版本 7」可以將 key 輸出成 PDF 檔,但是版面可能會跑掉,導致頁面下方內容被截掉。[Last visited: 2014-08-11]
  • Icon_exclaim.gif Google Drive 可線上預覽 Keynote 簡報檔內容。[Last visited: 2020-07-17]
  • Icon_exclaim.gif SlideShare 還不支援線上預覽 Keynote 簡報檔 (key)。[Last visited: 2014-08-11]

Mac Keynote 簡報檔 (key) 轉成 微軟 PowerPoint (pptx)

文字 (TXT) 轉換成PDF[edit]

文字轉成 PDF

文件 (Word, Excel, PPT, ePub ...) 轉換成PDF[edit]

文件轉換成PDF 桌面軟體:

ePub 轉成 PDF

Excel 轉換成PDF

  1. 安裝 PDF Creator 等虛擬印表機
  2. 列印 Excel 檔案到 PDF 虛擬印表機即可產生 PDF 檔案。

文件轉換成PDF 線上轉換服務:


Owl icon.jpg 簡報(PPT)轉檔成 PDF 注意事項:
如果簡報本身有設置動作,產生的 PDF 檔只會顯示原本轉檔前簡報檔最上一層的動作畫面


文件(TXT, CSV...)轉換成Excel[edit]

Batch convert TXT/CSV to EXCEL 可批次

文件(Word, PPT...)轉換成Flash[edit]

  • Print2Flash (sample) Supported types: doc, ppt, xls, rtf, htm, html, pdf, jpg, jpeg, tif, tiff, bmp, gif, png, txt, odt, odg, odp, odf

文件轉換成圖片[edit]

文件檔案轉換成圖片檔案

文字轉換成圖片[edit]

  • Good.gif IrfanView v.4.10 選取文字複製後,直接貼到IrfanView。
  • Paint.NET 選取文字複製後,直接貼到Paint.NET。 Icon_exclaim.gif 缺點: 文字會變大
  • MS Word: 選取文字複製後,選擇「選擇性貼上」,再選「圖片 (增強型中繼檔)」。貼到另一個 MS Word 新檔案,再另存圖檔 (背景已去背) Icon_exclaim.gif 缺點: 如果只是要將單字轉成圖片,產生的圖形過長,多了多餘的空白。 (也可以選擇貼到小畫家,但是產生的圖片比較小[3])

Excel 轉成圖片[edit]

PPT轉換成圖片[edit]

  • Good.gif 選取該頁簡報的全部物件,貼到小畫家上
  • 使用 擷圖軟體手動擷取簡報畫面為圖檔
  • MS PowerPoint 2002: 選單 -> 另存檔案 -> 檔案類型選擇圖檔。 Icon_exclaim.gif 微軟正黑體的文字,轉換後會糊掉。

網頁 轉成 PDF[edit]

網頁 轉成 PDF


網頁表格 轉成 CSV/Excel[edit]

Convert HTML Table To CSV/Excel

Markdown[edit]

文字 (CSV, TSV) 轉成 網頁表格[edit]

Text To HTML Converter [Last visited: 2020-08-18]

Excel[edit]

Excel 轉成 ODS (OpenDocument 試算表)[edit]


Excel 轉成 PowerPoint (簡報)[edit]

Convert excel to powerpoint

Excel 轉成 CSV 檔案[edit]

1. 1. Obtain and install LibreOffice

2. Open your terminal and execute the following command [5]

soffice --headless --convert-to csv *

For Mac users, use the full path to soffice:

/Applications/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to csv *

電子書 (epub) 轉成網頁檔 (html)[edit]

Convert epub to html

圖片 轉成 PDF[edit]

PDF 轉換[edit]

PDF conversion

其他[edit]

電子書

Document online viewer


Excel 檔案 <-> CSV 檔案

Youtube


references