Hi all,
any arcticle on asp.net core 6,7 i want to generate offer letter full customization
but itextsharp not supported .net 6 or 7 and i'm migrating mvc project in .net core please help
Hi all,
any arcticle on asp.net core 6,7 i want to generate offer letter full customization
but itextsharp not supported .net 6 or 7 and i'm migrating mvc project in .net core please help
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.
Rajesh GamiPosted Nov 15, 2022, 1:07 PM
Hi Tahir
You can use IRON PDF, Latest version of IronPDF support latest .net version.
Please use below link and verify it
https://www.nuget.org/packages/IronPdf/
Rajeev KumarPosted Mar 2, 2023, 12:09 PM
Hi Tahir You use IronPdf Nuget Package released a new version supporting .Net 5 and higher versions you can try. Also, check below article link have an example to show how to use it.
Leon DPosted Nov 17, 2022, 1:43 AM
Hi,
Spire.PDF is compatible with .NET 6 or higher and it's very easy to use. Just install it through NuGet and try it.
https://www.nuget.org/packages/Spire.PDF/
Here is its documentation for your reference:
https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Spire.PDF-Program-Guide-Content.html
Vishal YelvePosted Nov 14, 2022, 12:24 PM
https://code-maze.com/create-pdf-dotnetcore/
https://www.textcontrol.com/blog/2022/02/11/create-or-generate-adobe-pdf-files-in-apsnet-core/
https://dotnetcoretutorials.com/2019/07/02/creating-a-pdf-in-net-core/
https://www.c-sharpcorner.com/UploadFile/a20beb/generate-pdf-file-at-runtime-in-Asp-Net/
Vishal JoshiPosted Nov 14, 2022, 6:10 AM
Hello
IronPdf Nuget Package released a new version supporting .Net 5 and higher versions you can try. Also, check below article link have an example to show how to use it.
https://www.c-sharpcorner.com/UploadFile/a20beb/generate-pdf-file-at-runtime-in-Asp-Net/