Creating PDF files using C# 4? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
开发者_JS百科 Improve this questionWhat library would you guys recommend I use to create a PDF document from a given collection of images?
I don't want to write text to the document or anything, just grab an Image object and save it to the PDF document.
Any suggestions?
Migradoc
I recomend pdfSharp and Migradoc
http://www.pdfsharp.net/wiki/MainPage.ashx
Docotic.Pdf library can be used to quite easily create PDF files from images.
Please take a look at sample that shows how to add images to PDF.
Disclaimer: I work for the company.
iText is a good library : http://itextpdf.com/
iTextsharp
http://sourceforge.net/projects/itextsharp/
http://www.devshed.com/c/a/Java/Creating-Simple-PDF-Files-With-iTextSharp/
I like ABCPdf.net. You might look at PrinceXML too.
精彩评论