分割PDF
已更新:
需要從一個大PDF中抽取一些頁面嗎? 這個免費的分割PDF工具可以幫助您。上傳文件,選擇頁面,然後精確下載您所需的部分。 當您只需部分內容時非常方便:
- 從手冊中提取單個章節
- 從批量中分離一張發票
- 將掃描件分割成單獨的文件
- 從合同中提取簽名頁
IronPDF的簡介
IronPDF是數千名.NET開發者在生產中信賴的C# PDF程式庫。 它可以從C#分割並提取頁面到單獨的PDF,適合將大型文件分割成清晰的部分。
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#中查看:合併和分割PDF
免費且為日常使用而設計
這個工具是完全免費並為快速、實用的使用而設計,無需註冊,無限制,無附帶條件。 由IronPDF精心打造。
需要不止PDF嗎?
當專案超越了PDF工作時,Iron Suite將十個.NET程式庫捆綁成一個授權:IronOCR用於從125種語言的圖像中讀取文字,IronBarcode用於生成和掃描條碼,加上IronXL、IronWord、IronPPT和更多。 立即開始您的30天Iron Suite試用金鑰,無需信用卡。


