Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大约 100 个.rtf文件,我需要将其转换为pdf具有相同名称的文件。
.rtf
pdf
我使用可爱的pdf打印机/插件并打印文件/将其保存为pdf。
是否有自动化的方法或命令行方法?
任何帮助都会非常有帮助。
如果您安装了 Office 2007 或 2010(可以本地导出为 PDF),您甚至不必通过打印机(尽管这也应该可以)。有很多关于如何使用 PowerShell 自动转换为 PDF 的示例:
(是的,他们将 Word 文档转换为 PDF,但 RTF 的过程应该完全相同,它与 Word 文件格式具有相同的功能)。