HTML to PostScript Conversion

我是研究僧i 提交于 2019-12-24 06:08:10

问题


I'm searching for a free component or library that could convert HTML to PostScript ( .ps file format ). I'm using .Net framework 1.1. Any one have experience with situation like this ?


回答1:


You could use the HTML viewer control and print the html to a PostScript printer that outputs to a file. Not very elegant, but it would work. I think there are unix tools that does this, so you might find a windows port for one of them and use it via Process.Start.



来源:https://stackoverflow.com/questions/238217/html-to-postscript-conversion

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!