c# - 如何将 PDF 文件拆分成页面(最好是 C#)

标签 c# pdf

我的客户有一个多页 PDF 文件。他们需要按页拆分。有谁知道执行此操作的方法 - 最好是在 C# 中。

最佳答案

PDFSharp是一个开源库,它可能就是您想要的:

Key Features

  • Creates PDF documents on the fly from any .Net language
  • Easy to understand object model to compose documents
  • One source code for drawing on a PDF page as well as in a window or on the printer
  • Modify, merge, and split existing PDF files

This sample显示如何将 n 页的 PDF 文档转换为 n 个文档,每个文档一页。

关于c# - 如何将 PDF 文件拆分成页面(最好是 C#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/122109/

相关文章:

c# - autofac:使用不同的依赖项多次注册同一个类

javascript - 在 Cordova InAppBrowser 上打开 createObjectURL Blob

php - 我怎样才能用 TCPDF 省略 Helvetica?

c# - 我的 IEnumerator 正在工作但没有等待

c# - 自动更新IoT核心应用

C# : Out of Memory exception

pdf - 有没有可以处理辅助功能的 PDF 库?

c# - 在 C# 中行走 ANTLR AST 的教程?

java - 无法使用 FileProvider 和外部 PDF 编辑器保存 PDF 文件

pdf - PDF 中的 %%EOF 是否必须出现在文件的最后 1024 个字节内?