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.
我需要找到一种使用 C#/.NET 将 Word Doc 文件转换为 Tiff 文件的 Jpeg 的方法。我无法使用任何虚拟打印驱动程序,例如 Microsoft Office Document Imaging。我只能使用 C# 和/或 C++ 库。是否有任何免费的方法或 API 可以实现这一点?
您必须先将其转换为某种东西 - 例如 PDF。然后您可以运行 ghostscript 将其转换为您的 jpg/tiff 文件。
你可以用 c# 编写一个程序。
我知道你说你不能使用虚拟打印驱动程序,但我很确定你必须这样做。