Combine site photos and field notes from today's visit into one organized [packet] and save to the project folder, the…
Open your PDF file in Adobe Acrobat.
Select the Organize Pages tool from the right pane.
In the page thumbnail view, click and hold the thumbnail of the page you want to move.
Drag the selected page thumbnail to the desired position among the other pages.
Release the mouse button to drop the page in its new location.
Repeat steps 3–5 for any additional pages you wish to rearrange.
Click Save or File > Save to keep your changes.
Best practiceIf you need to move multiple pages at once, hold Ctrl (Windows) or Command (Mac) while clicking thumbnails to select them before dragging.
You can preview the new page order instantly in the thumbnail view before saving your changes.
This runs in the Acrobat app - there is no separate API for this task.
Page manipulation refers to actions like inserting, reordering, replacing, deleting, or rotating pages within a PDF document using the API. It allows developers to programmatically control the structure and content flow of PDFs. This is useful for automating document preparation tasks on a large scale without manual intervention.
Yes, when you delete pages using the Organize Pages tool, Acrobat automatically renumbers the remaining pages. This ensures your document always has a continuous sequence of page numbers. You do not need to manually adjust them.
It's important to check page numbering after moving pages because while Acrobat renumbers automatically, you need to ensure the new order makes sense for your document's content. Mistakes in page order can confuse readers or make a document invalid. A quick check confirms everything is correct.
| Action | Result |
|---|---|
| Moving a page | The page changes its position from one spot to another within the document. It exists only once in the new location. |
| Copying a page | The page is duplicated. An identical copy is placed in a new spot, while the original page stays in its first location. You will have two identical pages. |