푸터 콘텐츠로 바로가기
PDF 도구

How to Delete a Page in PDF Documents

PDF documents are now very popular and used all around the world. People choose to work with PDF documents because they are easy to use and transfer. Users may often need to delete one or more PDF pages according to their needs, and sometimes it can be difficult to work out the best method for doing this efficiently. Don't worry, we've got you covered in this article. We will show you the easiest ways to remove pages from PDF files, so be sure to read through to the end to learn about all the various methods.

IronPDF: a C# Library for Editing PDF Files

IronPDF Licensing Information is a C# library that helps create and edit PDFs. If you are a developer and don't wish to upload your PDF file to an online PDF editor to delete PDF pages, you can efficiently create your PDF page-remover. It provides all the necessary documentation, as well as all the relevant code examples to help make things easy to understand. You can take advantage of the free trial key to test its capabilities.

IronPDF is an excellent tool for developers who frequently work with PDF files. It has many unique features that support a range of editing capabilities for PDF documents. IronPDF provides an efficient way to remove PDF pages, giving you the option to easily delete one or more pages from a PDF from any given PDF file. You can download the C# PDF manipulation cheatsheet for more help with writing code. By writing a few simple lines of code, you can programmatically select a page or pages that will be deleted from a PDF file. IronPDF provides RemovePage() and RemovePages() functions to help delete multiple pages from PDF documents. Using IronPDF, you can save the modified file easily to any destination in your system using the SaveAs() function.

  • You must first create a .Net Core project in Visual Studio.
  • Next, initiate the PdfDocument class using the IronPDF library, and provide the path of the file in parameters.

    // Initialize the PdfDocument class and pass the file path as a parameter.
    PdfDocument PDF = new PdfDocument("File path");
    // Initialize the PdfDocument class and pass the file path as a parameter.
    PdfDocument PDF = new PdfDocument("File path");
    $vbLabelText   $csharpLabel
  • Apply the RemovePage() or RemovePages() function to delete one or more PDF pages.

    // Use the RemovePage method to delete a specific page by its page number.
    PDF.RemovePage(PageNumber);
    // Use the RemovePage method to delete a specific page by its page number.
    PDF.RemovePage(PageNumber);
    $vbLabelText   $csharpLabel
  • To save a new file, apply the SaveAs() function to save the modified file to any destination.

    // Save the modified PDF to a specified path.
    PDF.SaveAs("Path to save new file");
    // Save the modified PDF to a specified path.
    PDF.SaveAs("Path to save new file");
    $vbLabelText   $csharpLabel

Fully working samples for editing PDF files with IronPDF can be found on our sites.

IronPDF supports Microsoft Windows, Mac, Linux, Docker environment setup for Linux, and Azure Operating Systems such as generating PDF in Azure Function service.

How to delete pages from PDF files in Windows

There are multiple ways to delete PDF pages in Windows. Both free and paid software are widely available on the internet to help delete pages from PDF documents.

1. PDF Page Delete

PDF Page Delete Download is a free offline tool that helps remove PDF pages quickly and then saves the new document into a new PDF file on your selected path. Let's see how we can use this software to delete pages from PDF documents.

Steps:

  • Open a PDF file in PDF Page Delete software.
  • Select a page or pages from the left sidebar using the checkbox.
  • Next, click on Delete the Selected Pages.
  • Click the Save button to save the modified file.

How to Delete a Page in PDF Documents, Figure 1: PDF Page Delete PDF Page Delete

2. Adobe Acrobat Document Cloud (Adobe Acrobat DC)

Adobe Document Cloud is a complete package for all types of Adobe PDF-related tasks. It offers impressive features at a very reasonable price. You must buy its subscription to access the advanced features. Let's see how we can delete pages from PDF documents using Adobe Acrobat Pro DC.

Steps:

  • Open the Adobe Acrobat Pro DC application. Next, open your Adobe Acrobat PDF file by clicking on the File menu and selecting Open. (File > Open)

How to Delete a Page in PDF Documents, Figure 2: Adobe Acrobat Pro DC menu Open Adobe Acrobat Pro DC menu Open

  • Select the desired file and click Open.

How to Delete a Page in PDF Documents, Figure 3: Adobe Acrobat Pro DC Select file Adobe Acrobat Pro DC Select file

  • Select Organize Pages from the right panel of the document.

How to Delete a Page in PDF Documents, Figure 4: Organize pages feature location Organize pages feature location

  • Hover on the page's thumbnail to delete and press the trash icon. Or, select multiple pages by holding the ctrl key and then pressing the delete key or trash icon on the secondary toolbar.

How to Delete a Page in PDF Documents, Figure 5: Interactive interface to delete page(s) Interactive interface to delete page(s)

  • Finally, press OK to confirm the deletion.

How to delete PDF pages on a Mac

If you are working on a Mac, it is effortless to delete a page from a PDF using the default-free Preview application.

Delete pages from PDFs in Preview on a Mac

  • Open your PDF in the Preview application.
  • Make sure that the Hide Sidebar option is unchecked in the View menu.
  • From the View menu, select Thumbnails (View > Thumbnails). It will display thumbnails on the left side of the document.
  • Select the page or pages you want to delete by clicking on the page thumbnails from the sidebar.
  • Click on the Edit menu and select the delete option (Edit > Delete). Alternatively, press the delete key to delete pages.

You can quickly delete pages in the Preview application on a Mac by following these steps. However, those using Preview can face several problems removing pages.

Why can't I delete a page from a PDF in Preview?

A frequently asked question while deleting pages from PDF in Preview is "Why can't I delete a page in Preview?". There are several reasons why this can happen. Let's have a look at the causes and their solutions.

Not clicking on the Thumbnails before deleting

After selecting the thumbnail, the delete function will not activate if you perform any other action. You have to ensure that your last step before deleting pages is selecting thumbnails. To solve this problem, you must choose a thumbnail image and then go to Edit > Delete without performing other activities. Don't perform any action in the document area after selecting the desired page's thumbnails.

Free PDF online tools to delete pages from PDF documents

There are many online PDF tools available to remove pages from PDF documents. We have selected some very easy-to-use online tools that will help you delete pages from a PDF quickly. Let's talk about these online tools.

1. Smallpdf

SmallPDF PDF Page Removal Tool is an online tool for editing PDF files online. Let's see how we can use this PDF tool to delete PDF pages online.

How to Delete a Page in PDF Documents, Figure 6: Delete Pages from PDF file Delete Pages from PDF file

  • Click on Choose Files, select your desired document, and click Open.

How to Delete a Page in PDF Documents, Figure 7: Upload file for Smallpdf Delete Pages function Upload file for Smallpdf Delete Pages function

  • Pages will be displayed in the form of thumbnails.

How to Delete a Page in PDF Documents, Figure 8: Thumbnails display for easy editing Thumbnails display for easy editing

  • Hover on the thumbnail you want to delete and click on the trash icon.

How to Delete a Page in PDF Documents, Figure 9: Delete a page Delete a page

  • After deleting pages, click on Apply Changes. Then, download the new files to your device.

How to Delete a Page in PDF Documents, Figure 10: Apply and download the new files Apply and download the new files

2. ILovePDF

ILovePDF PDF Page Removal Tool is another online tool that offers all types of PDF document customization. You can use its PDF editor to sign PDFs, convert PDFs, remove PDF pages, and many more advanced options. It is free and provides complete security for your digital files. It is easy to use, and you can easily download your new file to your system.

How to Delete a Page in PDF Documents, Figure 11: Remove PDF pages from ILovePDF Remove PDF pages from ILovePDF

Steps:

  • Go to the ILovePDF Website.
  • Upload your file by clicking on the Select PDF File button.
  • Select a page or multiple pages by holding the Ctrl key on the keyboard.
  • After selection, click on Remove Pages. It will start removing pages.
  • Click on Download PDF to download your new file.
커티스 차우
기술 문서 작성자

커티스 차우는 칼턴 대학교에서 컴퓨터 과학 학사 학위를 취득했으며, Node.js, TypeScript, JavaScript, React를 전문으로 하는 프론트엔드 개발자입니다. 직관적이고 미적으로 뛰어난 사용자 인터페이스를 만드는 데 열정을 가진 그는 최신 프레임워크를 활용하고, 잘 구성되고 시각적으로 매력적인 매뉴얼을 제작하는 것을 즐깁니다.

커티스는 개발 분야 외에도 사물 인터넷(IoT)에 깊은 관심을 가지고 있으며, 하드웨어와 소프트웨어를 통합하는 혁신적인 방법을 연구합니다. 여가 시간에는 게임을 즐기거나 디스코드 봇을 만들면서 기술에 대한 애정과 창의성을 결합합니다.