简体   繁体   English

C# 中的 IPP 打印 - 有可能吗?

[英]IPP Printing in C# - Is it possible?

We have two offices which are linked by a secured VPN (I'm not IT, so I'll try to explain as best I can).我们有两个通过安全 VPN 连接的办公室(我不是 IT,所以我会尽力解释)。

During a recent audit, it was noted our file transfers of PDF files to the printers in the other office were open to packet sniffing at the switches, which is prior/after connection to the VPN.在最近的一次审计中,我们注意到我们将 PDF 文件的文件传输到另一个办公室的打印机对交换机的数据包嗅探是开放的,这是在连接到 VPN 之前/之后。

To ensure security, a recommendation was to use IPP to submit the files directly to the printer.为确保安全,建议使用 IPP 将文件直接提交给打印机。

I've tried various techniques, but I cannot find a solution to using IPP with C#.我尝试了各种技术,但找不到将 IPP 与 C# 结合使用的解决方案。

Is this possible or should I look for an alternate solution?这是可能的还是我应该寻找替代解决方案?

Assuming your print destination supports it you should use IPPS instead of IPP.假设您的打印目的地支持它,您应该使用 IPPS 而不是 IPP。 I don't understand why you'd have to write C# code to do this, but if that's what you want you might use the external ipptool as explained here .我不明白为什么你必须写C#代码要做到这一点,但如果这是你想要的,你可能会使用外部ipptool作为解释在这里 Or look a very basic implementation and port it to C#.或者查看一个非常基本的实现并将其移植到 C#。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM