简体   繁体   中英

Merging 2 PDF in .Net

I have a windows application in which I have a static PDF file(File1). Another PDF file(File2) is created on the runtime. I need to add the contents of the File1 to File2 as a new page of File2. Is there a method in .Net to do this without using any external libraries or softwares.

Regards, Abhishek Jain

I do not know of any method in .net that is capable of doing that. What we used here is abcpdf to merge/append 2 pdf.

If you don't want to go to all of the trouble of re-inventing the wheel, you can try ITextSharp . It's an external library, though. The .NET Framework doesn't have any built-in PDF classes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM