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.
我正在开发一个 win32 应用程序。在这个应用程序中,我想在窗口 DC 上显示 postscript 数据。
拜托,有人能建议怎么做吗?
PostScript 是一种解释型编程语言,因此您不能“显示 PostScript 数据”。您需要使用 PostScript 解释器来执行程序。
您使用哪种 PostScript 解释器取决于您,这取决于您是否准备为商业解释器付费,或者是否可以遵守 GPL 开源许可证。
如果您乐于使用 GPL 软件,那么我建议您使用 Ghostscript,这个适用于 Windows 的简单应用程序甚至使用 win32 API 调用来完成我认为您想要的几乎所有操作,因此您可以将其用作工作示例。