Combine PDFs c#

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

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

7条回答
  •  借酒劲吻你
    2020-12-14 19:26

    AFAIK C# has no built-in support for handling PDF so what you are asking can not be done without using a 3rd party component or a COTS library.

    Regarding libraries there is a myriad of possibilities. Just to point a few:

    http://csharp-source.net/open-source/pdf-libraries

    http://www.codeproject.com/KB/graphics/giospdfnetlibrary.aspx

    http://www.pdftron.com/net/index.html

提交回复
热议问题