> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/android/page-manipulation/manipulation.md).

# PDF Manipulation Library for Android

Easily manipulate PDF pages with PDF PageMaster tools. Add, remove, rearrange, rotate, and more. Generate thumbnails, create new pages, merge, split, and edit PDFs efficiently. Try now! The Apryse And

Page manipulation is the ability to perform changes to pages.

Apryse SDK benefits include:

* Split pages
* Merge and append pages
* Split and combine PDF pages
* Replicate and reorder pages
* Assemble new documents from a mixture of dynamic and static documents
* Remove existing pages
* Crop and rotate pages
* Adjust page dimensions (e.g. adjust media/crop/bleed box)
* Reposition page content
* Work with PDF page labels (read or edit existing labels and create new labels)
* Edit text directly on PDF files (experimental feature).

## Get started

[View thumbnails](/android/page-manipulation/thumbnails-view-a.md) To allows users to manipuate pages of a document including add, remove, re-arrange, rotate and duplicate pages.

[Create thumbnails](/android/generate/pdf-thumbnails.md) To generate a thumbnail bitmap image for each page in a document.

[Create a PDF page](/android/page-manipulation/create.md) To create a new blank PDF page in a PDF document.

[Insert/copy/merge pages](/android/page-manipulation/merge.md) To insert/copy/merge pages into a PDF document.

[Remove pages](/android/page-manipulation/remove.md) To remove pages from a PDF document.

[Rotate a page](/android/page-manipulation/rotate.md) To rotate a page in a PDF document.

[Crop a page](/android/page-manipulation/crop.md) To crop a page in a PDF document.

[Reorder pages](/android/page-manipulation/reorder.md) To reorder pages in a PDF document.

[Split PDF pages](/android/page-manipulation/split.md) To split a PDF document into multiple pages.

[Page label editor](/android/page-manipulation/page-label-editor-a.md) To add or modify page labels in a document.

## Tools & Utilities

[PDF PageMaster](/cli/pdf-pagemaster/pdf-pagemaster.md) A command-line tool that can be used for splitting, merging, editing, and securing PDF documents.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/android/page-manipulation/manipulation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
