Combine PDFs c#

前端 未结 7 720
忘了有多久
忘了有多久 2020-12-14 18:50

How can I combine multiple PDFs into one PDF without a 3rd party component?

相关标签:
7条回答
  • 2020-12-14 19:30

    Although it has already been said, you can't manipulate PDFs with the built-in libraries of the .NET Framework. I can however recommend iTextSharp, which is a .NET port of the Java iText. I have played around with it, and found it to be a very easy tool to use.

    0 讨论(0)
提交回复
热议问题