Do you want to count pages in multiple PDF files? If so, this post is worth reading, in which MiniTool PDF Editor offers you 2 ways to do that easily. You can have a try.
PDF is a file format that can present documents (including text formatting and images) independently of application software, hardware, and operating systems. Because of this, many organizations prefer to use this file format on official occasions in today's work or life.
Therefore, with the increase in the amount of information and the increase in work tasks, you may find yourself dealing with many PDF files and the number of pages in PDF files is very large.
To better understand the PDF files, you may want to count the number of PDF pages in multiple PDF files.
The most direct way to count the number of pages in multiple PDF files is to open all PDFs one by one using a PDF reader, and then count the pages of each document one by one. This method can intuitively count the number of pages in multiple PDF files. However, when you have a large number of PDFs, the manual method will be a waste of time.
In this article, I will introduce 2 methods to help you easily count PDF pages in multiple PDFs. No matter how many PDF files you have, you can quickly get the total number of these documents.
Way 1. Use MiniTool PDF Editor
To automatically count PDF pages in multiple PDFs, a dedicated PDF editor is needed. With its help, you can effortlessly and correctly count the number of PDF pages in multiple PDF files. Here, you can use a professional PDF page counter - MiniTool PDF Editor to show you how to easily count pages in multiple PDF files.
When counting multiple PDFs with MiniTool PDF Editor, the first thing is to merge all PDF documents into one and then check the page count.
As an all-in-one PDF editor, MiniTool PDF Editor can also help you convert, merge, split, compress, extract, protect, and annotate PDF files in a flash.
MiniTool PDF EditorClick to Download100%Clean & Safe
Now, let’s follow the steps below to learn how to count pages in multiple PDF files with MiniTool PDF Editor.
Step 1: Download and install MiniTool PDF Editor. Right-click on a PDF file and then click Open with > MiniTool PDF Editor.
Step 2: Once the PDF file is opened, go to the Home tab and then click the Merge feature.
Step 3: On the pop-up window, click Add Files to select all the PDF files you need to count.
Step 4: Type File Name and select Output Path. Then click Start to begin merging.
After merging, open the merged PDF file in MiniTool PDF Editor. It will show the page number at the bottom of the screen, where you can find the page you are visiting and jump directly to the next/previous/last/first page.
Way 2. Use Adobe Acrobat
The second way to count PDF pages is to use Adobe Acrobat, a professional PDF editor. Adobe Acrobat provides more PDF editing features, such as modification, annotation, signature, etc.
It is very convenient to count PDF pages using the PDF page counter - Adobe Acrobat. There are two ways to count the pages in multiple PDF files. You can merge PDF files or use command line tools. Please choose one according to your needs.
Way 1. Merge PDF and count pages
- Launch Adobe Acrobat Pro DC.
- Go to Tools > Combine Files.
- Import all the PDFs you want to count in the following pop-up window.
- Merge these documents and open the merged file. Then you can see the total number on the top navigation bar.
Way 2. Use command line tools
Step 1: Open Adobe Acrobat Pro DC and select Tools > Action Wizard.
Step 2: Copy the following JavaScript code to create an action:
if (global.pagesCounter==null) global.pagesCounter=0;
global.pagesCounter+=this.numPages;
Step 3: Create a custom command using the following code:
if (global.pagesCounter==null) app.alert("You must run the "Count Pages" action first.");
else {app.alert("Pages counted: " + global.pagesCounter,3); delete global.pagesCounter;}
Step 4: Run the previously created action for the files or folders you want to count pages for. When you click the command, the tool will automatically display the page numbers for the selected file.
Bottom Line
Learning an effective way to count PDF pages can save you from tedious and meaningless work while ensuring the accuracy of the results. If you need to find out how many pages are contained in multiple PDF files, this article can help you.
We highly recommend you use MiniTool PDF Editor. Because it can not only count pages in multiple PDF files but also can edit/convert/compress/extract/annotate/translate PDF files.
If you have any problems when using MiniTool PDF Editor, you can contact us by sending an email to [email protected]. We’ll get back to you as soon as possible.