需要调用API的自定义打印机插件

需要调用API的自定义打印机插件

本文介绍了需要调用API的自定义打印机插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当用户尝试打印某个文件时,需要在C#中创建一些打印机插件(比如CustomPrinterWCF),在打印机选项中,我应该能够看到CustomPrinterWCF并选择它(即在各个系统中安装插件后) 。



选择它并单击打印按钮后,需要调用我在C#中开发的自定义逻辑(自定义逻辑通过发送请求在内部调用WCF服务)作为打印文件)



不确定这个概念是什么。但这是我们的需要。



如果任何一个显示方式,那将是很好的......

Need to create some printer plugin (lets say "CustomPrinterWCF") in C# whenever user tries to print some file, in printer options i should able to see "CustomPrinterWCF" and select it (i.e. after installing the plugin in respective system).

Once select it and click on the print button, then my custom logic needs to be invoked which is developed in C# (custom logic internally calls WCF service by sending request as the print file)

Not sure what this concept is called.but this is our need.

it would be great full if any one show the way......

推荐答案


这篇关于需要调用API的自定义打印机插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 13:38