标签: html printing webkit gecko
有没有办法直接打印html文件或url而不调用.NET中的任何对话框?
答案 0 :(得分:3)
是。试试这个程序:http://cutycapt.sourceforge.net/。它将允许您生成网页的图像(或pdf)。一旦你有了这种方法,有多种方法可以打印它。例如:Print existing PDF (or other files) in C#。