将 C# 中的 PS 转换为 PDF
我必须制作将 PS 文件转换为 PDF 文件的实用程序。
是否有任何免费的 .net API 可用或任何其他解决方案。
I have to make utility that converts PS files to PDF files.
Is there any FREE .net API available or any other solution for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕除了Ghostscript 之外,没有太多免费的了。
看一下 一个简单的 C# 包装器对于 Ghostscript。
如果你想要更方便的东西,那就放弃免费的要求。
I am afraid there is not much free can be found except of Ghostscript.
Take a look at A Simple C# Wrapper for Ghostscript.
If you want something more convenient then drop the FREE requirement.