Thursday, June 7, 2018

HTML to PDF or use PDF library for .NET 4.7

as my client demands .NET 4.7 (not Core) I would like to ask what's the best way to convert a list of data into PDF? We need header & footer, as well as simple styling.

Here's the list of methods I found

  1. WkWrap - place data into HTML & convert it into PDF
  2. iTextSharp LGPL - straight from data into PDF, but header & footer requires hardcode.
HTML to PDF or use PDF library for .NET 4.7 Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team