Reputation: 3799
I am looking around for a good free .Net pdf library, in particular to generate data in tables easily and flexibly. I have seen iTextSharp but this requires a license from what I've read. There is also PDFSharp which looks promising using MigraDoc for table generation. Is there anything else anyone recommends?
Thanks in advance.
Upvotes: 0
Views: 4546
Reputation: 10208
ItextSharp 4 released under the GNU Lesser General Public License (LGPL) by using version 4 or earlier you can use without having to buy a license.
For version 4 heres the link, download the code and in bin folder you will get ITextsharp old version dll itextsharp 4
Here the updated Itextsharp dll
Or you can also use client side PDF generation using Jspdf
Upvotes: 2