How can I split up a PDF file into pages (preferably C#)

前端 未结 4 1143
再見小時候
再見小時候 2020-12-28 18:27

My client has a multi-page PDF file. They need it split by page. Does anyone know of a way to do this - preferably in C#.

4条回答
  •  粉色の甜心
    2020-12-28 19:07

    Siberix offers a reasonably costed commercial library for creating PDF's on the fly in .NET: http://siberix.com You can create the PDF's programmatically or through an XML transformation (and a combination of both IIRC).

    I've used their library on a couple of projects and have found that not only is their library easy to work with, but their email support is incredible. And the license is quite cheap as well.

提交回复
热议问题