如何使用pdfsharp从Windows窗体中的图片框导出图像

问题描述:

我正在开发Windows应用程序以在pdfsharp.dll文件的帮助下生成pdf。我想将picturebox中的图像转换为pdf。

I'm developing windows application to generate pdf with the help of pdfsharp.dll file.I want to get image in picturebox into pdf.

请参考以下链接...



对于ITextShpar ...



http://www.mikesdotnetting.com/article/87/itextsharp-working-with-images [ ^ ]



将图像文件转换为PDF [ ^ ]



对于PDFSharp ...



http:/ /stackoverflow.com/questions/18854935/overlay-image-onto-pdf-using-pdfsharp [ ^ ]



http://www.pdfsharp.net/wiki/Images-sample.ashx [ ^ ]



http://www.billrowell.com/2010/12/ 13 /添加一个图像到一个pdf文档使用-c和pdfsharp / [ ^ ]
Please refer below links...

For ITextShpar...

http://www.mikesdotnetting.com/article/87/itextsharp-working-with-images[^]

Converting Image Files to PDF[^]

For PDFSharp...

http://stackoverflow.com/questions/18854935/overlay-image-onto-pdf-using-pdfsharp[^]

http://www.pdfsharp.net/wiki/Images-sample.ashx[^]

http://www.billrowell.com/2010/12/13/adding-an-image-to-a-pdf-document-using-c-and-pdfsharp/[^]