How do we create and publish a PDF file using Asp.NET?

Mafiev Dev 1 Reputation point
2021-09-17T14:52:13.137+00:00

Can you recommend a PDF generation library to create PDF documents in ASP.NET ?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,226 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. P a u l 10,406 Reputation points
    2021-09-17T15:08:01.117+00:00

    I've used PdfSharp in the past and didn't encounter any problems with it. Admittedly my requirements were quite basic:
    http://www.pdfsharp.net/wiki/HelloWorld-sample.ashx

    0 comments No comments