Hi!
This is my first post, so please be gentle :)
I am looking for a C# library that can allow me to create PDF files from my database.
I found these two examples:
http://itextpdf.com/
and
http://www.pdfsharp.com/
does anyone have any other ideas or better alternatives? Does .net 4.0 have any capability to create PDF files?
Thanks.
Loading
Posted Oct 28, 2013, 5:11 AM
Mahesh ChandPosted Nov 9, 2010, 3:36 PM
Suthish NairPosted Nov 9, 2010, 11:37 AM
yes by using free library itextsharp.dll.
Also check Our recommended articles section right side of this screen
support cetePosted Nov 9, 2010, 9:50 AM
Hello Miha,
I am working for ceTe Software Pvt ltd and we have products which suits your requirement. We have different products which you can use. Using our products you can generate PDF documents from scratch, merge existing PDF documents and add new content to existing PDFs, you can generate PDF reports using the data from a database or from a collection of objects. You can also print the PDF files to printer.
You will have to use the "DynamicPDF Generator" product from creating PDF document and "DynamicPDF Merger" for merging and working with existing PDF document. The "DynamicPDF Report Writer" is for creating PDF reports. You can also get all the above products together as DynamicPDF Core Suite.
We do have other products for converting files (word, excel etc) into PDF files (DynamicPDF Converter) and for the printing of the documents to printers (DynamicPDF PrintManager).
You can refer to our website at http://www.cete.com and you can download and evaluate our products. Please feel free to evaluate our products as per your requirements.
Thanks,
Ranga,
ceTe Software Support Team.
ShankeyPosted Nov 2, 2010, 1:45 PM
I had a look at both the url specified by you. But there is a free dll itextsharp.dll, I already used this dll and there are lots of examples that you can find by googling some more.
Best of luck