移除PDF頁面
已更新:
需要刪除空白頁或是不想發送的部分嗎? 這個免費的移除PDF頁面工具可以修剪它。 上傳文件,選擇要刪除的頁面,然後下載一個更乾淨的PDF。 非常適合修剪多餘部分:
- 刪除多餘的空白頁
- 在分享前剪掉內部部分
- 從掃描中移除重複的頁面
- 將草稿修剪到最終頁面
IronPDF的簡介
IronPDF是數千名.NET開發者在生產中信賴的C# PDF程式庫。 它在程式碼中移除PDF中的特定頁面,非常適合從批次中去掉封面頁或內部備註。
using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.RemovePage(2);
pdf.SaveAs("trimmed.pdf");using IronPdf;
var pdf = PdfDocument.FromFile("document.pdf");
pdf.RemovePage(2);
pdf.SaveAs("trimmed.pdf");Imports IronPdf
Dim pdf = PdfDocument.FromFile("document.pdf")
pdf.RemovePage(2)
pdf.SaveAs("trimmed.pdf")$vbLabelText $csharpLabel
在C#中查看:合併和分割PDF
免費且為日常使用而設計
這個工具是完全免費並為快速、實用的使用而設計,無需註冊,無限制,無附帶條件。 由IronPDF精心打造。
需要不止PDF嗎?
當專案超越了PDF工作時,Iron Suite將十個.NET程式庫捆綁成一個授權:IronOCR用於從125種語言的圖像中讀取文字,IronBarcode用於生成和掃描條碼,加上IronXL、IronWord、IronPPT和更多。 立即開始您的30天Iron Suite試用金鑰,無需信用卡。


