How to Generate pdf using Asp.net web api
How to Generate pdf using Asp.net web api
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Sep 12, 2021, 5:30 AM
Leon DPosted Sep 10, 2021, 1:02 AM
jack richerdsonPosted Sep 9, 2021, 11:15 PM
Adam GreenPosted Feb 14, 2018, 9:16 PM
Peter HanksPosted Feb 14, 2018, 8:31 PM
Hussam BarouqaPosted Nov 28, 2017, 12:27 PM
Depending on what source you are using to generate the PDF, there is more than one way to do this. Consider using a professional toolkit like LEADTOOLS (https://www.leadtools.com/sdk/document/document-converter) which a number of classes and features that you can implement using server side ASP.NET.
For example, if your source is an image format and you want to save image PDF, you can use the following .NET code in a service:
If the source is a document such as Word or HTML, you can use the LEADTOOLS Document Converter to produce document PDF. The following code shows how the JavaScript Document Converter Control does that:
Ravi Kiran ChanduriPosted Nov 28, 2017, 1:04 AM
Ankit SharmaPosted Nov 27, 2017, 3:26 AM