开发者

Print the image in PDF in C#.net window application

开发者 https://www.devze.com 2023-03-24 08:09 出处:网络
I want开发者_Go百科 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. We\'ve used PDFSharp prett

I want开发者_Go百科 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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消