---
title: "editors.pdf.pages"
canonical_url: "https://www.nutrient.io/api/python/editors/pdf/pages/"
md_url: "https://www.nutrient.io/api/python/editors/pdf/pages.md"
last_updated: "2026-06-09T10:32:42.528Z"
description: "API reference for the editors.pdf.pages module"
---

API reference for the `editors.pdf.pages` module.

```python

# All public classes import directly from the top-level package:

from nutrient_sdk import PdfMetadata

```

## Classes

| Class                                         | Description                                                                                          |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [`PdfMetadata`](./pdf-metadata/)              | Provides access to PDF document metadata properties including standard document information dicti... |
| [`PdfPage`](./pdf-page/)                      | Represents a page in a PDF document with size, positioning, and annotation capabilities. This cla... |
| [`PdfPageCollection`](./pdf-page-collection/) | Represents a collection of pages in a PDF document. Provides indexed access to individual objects... |

---

## Related pages

- [Pdf Metadata](/api/python/editors/pdf/pages/pdf-metadata.md)
- [Pdf Page Collection](/api/python/editors/pdf/pages/pdf-page-collection.md)
- [Pdf Page](/api/python/editors/pdf/pages/pdf-page.md)

