How can merge pdf file into single Pdf using Asp.net mvc5?
Loading
How can merge pdf file into single Pdf using Asp.net mvc5?
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.
Marvin ReidPosted Jun 1, 2023, 2:58 PM
You can use the PDFFile MergeWith method to combine multiple PDF files in one PDF file. Here is some code which demonstrates this:
https://www.leadtools.com/help/sdk/dh/pdf/pdffile-mergewith(string[],string).html
https://www.leadtools.com/help/sdk/tutorials/dotnet-winforms-merge-pdf-files-to-single-pdf-file.html
Leon DPosted Mar 30, 2023, 1:24 AM
Hello Sunny,
You can merge pdf files into a single pdf easily with Spire.PDF.
Here is a simple example for you:
You can visit this link for more detailed information:
https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Merge-PDF-Files-with-New-Method-in-C.html#1
Jignesh KumarPosted Mar 30, 2023, 12:28 AM
Hello sunny,
You can do in various way using Itextsharp, IronPdf, Aspose,
Please refer below links,
https://www.c-sharpcorner.com/article/merge-multiple-pdf-files-into-single-pdf-using-itextsharp-in-c-sharp/
https://products.aspose.com/words/net/merge/pdf/
https://www.c-sharpcorner.com/article/merge-pdf/
Ali BenchaabanPosted Mar 29, 2023, 9:21 PM
Hello Sunny,
https://www.c-sharpcorner.com/article/merge-pdf/
BENCHAABAN Ali