在 C#.net 窗口应用程序中以 PDF 格式打印图像

发布于 2024-11-27 15:06:45 字数 118 浏览 2 评论 0原文

我想要打印 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀟灑尐姊 2024-12-04 15:06:45

我们经常使用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.

扶醉桌前 2024-12-04 15:06:45

我使用开源 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文