从 Visual Studio 2010 进行彩色打印
我正在尝试将 C# 代码从 Visual Studio 2010 打印到 Konica BizHub 彩色打印机。只有行号是彩色打印的。有谁知道是否有一些 Visual Studio 设置或插件允许以彩色打印代码文本?
I'm trying to print C# code from Visual Studio 2010 to a Konica BizHub Color Printer. Only the line numbers are printing in color. Does anyone know if there is some Visual Studio setting or plug-in to allow the text of the code to be printed in color?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在有一个免费的扩展可用,可以恢复彩色打印。并非所有 2008“功能”都受支持,但您会得到颜色:
http: //visualstudiogallery.msdn.microsoft.com/00ec88c2-1553-47d2-8170-3c5baa0c6e44/
There is a free extension available now, that puts back in color printing. Not all 2008 'features' are supported, but you get color:
http://visualstudiogallery.msdn.microsoft.com/00ec88c2-1553-47d2-8170-3c5baa0c6e44/
如果没有第 3 方工具,这是不可能从 VS2010 做到的。由于时间限制,他们停止了生产。
有一些诸如此类的工具有一个解决方法
http://www.starprinttools.com/
或者您可以随时复制并粘贴到 Word 或电子邮件或其他内容中,
祝您好运!
It's impossible to do from VS2010 without 3rd party tools. They cut in from production due to time constraints.
There are some tools such as this that have a workaround though
http://www.starprinttools.com/
Or you could always copy and paste into Word or an e-mail or something
Good luck!