---
title: "C# .NET image and PDF manipulation library | Nutrient .NET SDK"
canonical_url: "https://www.nutrient.io/guides/dotnet/editor/manipulation/"
md_url: "https://www.nutrient.io/guides/dotnet/editor/manipulation.md"
last_updated: "2026-05-21T17:12:02.203Z"
description: "Explore PDF and image manipulation techniques in C# .NET using Nutrient .NET SDK. Learn how to edit, transform, and process documents programmatically."
---

# PDF and image manipulation in C# .NET

Manipulate the content of PDF documents and images, as well as individual pages. Blur sensitive information, change the visual appearance of images and pages, and reorganize PDF pages into a new structure.

## Key capabilities

- **Page manipulation** — Change page location, and copy, remove, and extract pages for both PDF documents and images.

- **Modify content** — Perform filtering operations and reshape content.

## Guides for manipulation

**[Rotate pages](https://www.nutrient.io/guides/dotnet/editor/manipulation/rotate.md)**\
Rotate PDF pages and images at any angle

**[Crop](https://www.nutrient.io/guides/dotnet/editor/manipulation/crop.md)**\
Crop images and image backgrounds

**[Change colors](https://www.nutrient.io/guides/dotnet/editor/manipulation/colors.md)**\
Set colors for various applications (creating images, drawing shapes, adding borders or annotations)

**[Blur](https://www.nutrient.io/guides/dotnet/editor/manipulation/blur.md)**\
Simple and advanced blur methods for full images and regions

**[Filters](https://www.nutrient.io/guides/dotnet/editor/manipulation/filters.md)**\
Sharpen, contrast, color effects, and many more image filtering options

**[Move or copy pages](https://www.nutrient.io/guides/dotnet/editor/manipulation/move-or-copy-page.md)**\
Move or copy PDF pages and images

**[Remove pages](https://www.nutrient.io/guides/dotnet/editor/manipulation/remove-page.md)**\
Remove pages from PDF documents and TIFF images

**[Extract pages](https://www.nutrient.io/guides/dotnet/editor/manipulation/extract.md)**\
Extract pages from PDF documents and TIFF images

**Call to Action**

Start your free trial for unlimited access and expert support.

[Learn More](https://www.nutrient.io/sdk/dotnet/getting-started.md)
---

## Related pages

- [Extract pages from a PDF in C#](/guides/dotnet/editor/manipulation/extract.md)
- [Replace colors in an image](/guides/dotnet/editor/manipulation/replace-colors-from-image.md)
- [Image filters using C# .NET](/guides/dotnet/editor/manipulation/filters.md)
- [Blur images in C# .NET](/guides/dotnet/editor/manipulation/blur.md)
- [Set image or PDF colors in C#](/guides/dotnet/editor/manipulation/colors.md)
- [Crop images in C# .NET](/guides/dotnet/editor/manipulation/crop.md)
- [Remove pages from PDFs in C#](/guides/dotnet/editor/manipulation/remove-page.md)
- [Rotate images and PDFs in C# .NET](/guides/dotnet/editor/manipulation/rotate.md)
- [Move or copy PDF pages and TIFF images in C#](/guides/dotnet/editor/manipulation/move-or-copy-page.md)

