I am looking for an easy way to convert doc and docx extension files to pdf using C # and ASP.NET. I previously used iTextSharp for this purpose, but this requires creating a document from scratch. But I want to convert Word files as PDF. For example, if it includes images, tables, etc., they should be converted to pdf as it is. Is there a free library or code? Thanks in advance.
source share