editors.pdf.pages
API reference for the editors.pdf.pages module.
# All public classes import directly from the top-level package:from nutrient_sdk import PdfMetadataClasses
| Class | Description |
|---|---|
PdfMetadata | Provides access to PDF document metadata properties including standard document information dictionary fields and XMP metadata. |
PdfPage | Represents a page in a PDF document with size, positioning, and annotation capabilities. This class provides functionality to manage page dimensions, boxes, rotation, and annotations. |
PdfPageCollection | Represents a collection of pages in a PDF document. Provides indexed access to individual PdfPage objects and methods to manipulate the page structure. |