[ "pdf",// Portable Document Format "doc",// Microsoft Word 97-2003 "docx",// Microsoft Word 2007-2019 "odt",// OpenDocument Text "ott",// OpenDocument Text Template "rtf",// Rich Text Format "txt",// Plain Text "html",// HTML Document "htm",// HTML Document (alternative extension) "xml",// XML Document "wps",// Microsoft Works Word Processor "wpd",// WordPerfect Document "xls",// Microsoft Excel 97-2003 "xlsx",// Microsoft Excel 2007-2019 "ods",// OpenDocument Spreadsheet "ots",// OpenDocument Spreadsheet Template "csv",// Comma-Separated Values "tsv",// Tab-Separated Values "ppt",// Microsoft PowerPoint 97-2003 "pptx",// Microsoft PowerPoint 2007-2019 "odp",// OpenDocument Presentation "otp",// OpenDocument Presentation Template ]
可以看到,主流的文档格式都是支持的。
三 实践
最后我们再来看下这个工具该如何使用。
首先来安装:
1
npm install zerox
Zerox 使用 graphicsmagick 和 ghostscript 进行 PDF 到图像的转换。这些工具应会自动下载,但有时需要手动安装。