拆分PDF
已更新:
需要从一个大PDF中仅提取几个页面吗? 这个免费的拆分PDF工具可以帮助您。上传文件,选择页面,然后下载您需要的部分。 当您只需要一部分时非常方便:
- 从手册中提取一个单独的章节
- 从一批发票中分离出一个
- 将扫描件拆分为多个独立的文件
- 从合同中提取一个已签名的页面
IronPDF简述
IronPDF 是成千上万.NET开发者在生产中信赖的C# PDF库。 它可以从C#中拆分和提取页面,理想用于将大型文档拆分为整洁的部分。
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
PdfDocument firstPage = pdf.CopyPage(0);
firstPage.SaveAs("page1.pdf");using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
PdfDocument firstPage = pdf.CopyPage(0);
firstPage.SaveAs("page1.pdf");Imports IronPdf
Dim pdf = PdfDocument.FromFile("document.pdf")
Dim firstPage As PdfDocument = pdf.CopyPage(0)
firstPage.SaveAs("page1.pdf")$vbLabelText $csharpLabel
在C#中查看:合并和拆分PDFs
免费且适合日常使用
这个工具完全免费,旨在快速、实用的使用,无需注册,无限制,无附加条件。 由IronPDF爱心打造。
需要的不止是PDF吗?
当项目超出PDF工作,Iron Suite 将十个.NET库打包成一个许可:IronOCR用于从125种语言的图像中读取文本,IronBarcode用于生成和扫描代码,此外还有IronXL、IronWord、IronPPT等。 立即开始您的30天Iron Suite试用密钥,无需信用卡。


