在 C#.net 窗口应用程序中以 PDF 格式打印图像
我想要打印 pdf 图像的代码。我的表单中有一张图像和一个“打印”按钮。当我点击该打印时,图像应该以 pdf 格式打印。
I want the code for Print the image in pdf.I am having one image and one "Print" button in my form. When i click on that print then image should print in pdf.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们经常使用PDFSharp,并且运气很好。我将从这里开始,文档应该可以让您很快实现您的目标。
We've used PDFSharp pretty heavily and had pretty good luck with it. I would start there and the documentation should allow you to get to your goal pretty quickly.
我使用开源 iTextSharp 取得了很好的效果,它可以轻松地将图像添加到 PDF 文件中。以下是 Mike 的 DotNetting 的一篇文章:iTextSharp - 使用图像
I've had good results with the open-source iTextSharp, which can easily add images to PDF files. Here is an article from Mike's DotNetting: iTextSharp - Working With Images