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.
在我们公司,我收到一个请求,在网站上打印dhl和fedex快递文件,我写了一个类使用gdi打印快递文件,功能选择打印机在服务器上打印文件。现在我们有一个分支也需要这个功能,但是,我怎样才能让他们在本地选择打印机呢?
gdi asp.net 4.0
这是根本不可能的。 服务器无权访问客户端计算机。
相反,您需要提供一个 HTML 页面(或 PDF)并要求用户打印它。