---
title: "Image cleanup demo"
canonical_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/image-cleanup-demo/"
md_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/image-cleanup-demo.md"
last_updated: "2026-05-18T15:55:45.958Z"
description: "Explore the features of DocuVieware for document cleanup, including cropping, deskewing, and despeckling, in this interactive demo application."
---

# Image cleanup demo

This sample application demonstrates DocuVieware as an application designed to clean up documents that have been acquired.

It comes with a preloaded document that contains various processing candidates that will conveniently enable you to test the cleanup features available in the demo.

[Try demo](https://www.docuvieware-demo.com/image_cleanup.aspx)

Operations that you’ll be able to use are black border cropping, deskew, punch hole removal, negative, despeckle, and 90-degree rotation in both directions.

> The black border cropping internally calls the `DeleteBlackBorders` method from the `GdPictureImaging` class, which requires a 1-bit-per-pixel image. Therefore, this method can’t be applied to the last page, which is a grayscale image.

## Points of interest

- How to trigger server-side code dynamically on user action using a [custom action](https://www.nutrient.io/api/docuvieware/PostCustomServerAction.html)

- How to access GdPicture.NET features server-side and work on the loaded document

- Thumbnails snap-in showing all the document pages and enabling direct navigation

- Save the document (partially or all of it) with or without the annotations as a PDF or a TIFF document

- Print the document (partially or all of it) to either an actual printer or to a file output, with or without the annotations

## Related APIs

- [`PostCustomServerAction`](https://www.nutrient.io/api/docuvieware/PostCustomServerAction.html)
---

## Related pages

- [Blog integration demo](/guides/docuvieware/demo-applications-overview/blog-integration-demo.md)
- [Annotations demo](/guides/docuvieware/demo-applications-overview/annotations-demo.md)
- [Custom toolbar demo](/guides/docuvieware/demo-applications-overview/custom-toolbar-demo.md)
- [Gallery demo](/guides/docuvieware/demo-applications-overview/gallery-demo.md)
- [Customizable viewer demo](/guides/docuvieware/demo-applications-overview/customizable-viewer-demo.md)
- [Demo applications overview](/guides/docuvieware/demo-applications-overview.md)
- [PDF form fields demo](/guides/docuvieware/demo-applications-overview/pdf-form-fields-demo.md)
- [TWAIN acquisition demo](/guides/docuvieware/demo-applications-overview/twain-acquisition-demo.md)
- [Standalone viewer demo](/guides/docuvieware/demo-applications-overview/standalone-viewer-demo.md)
- [Online barcode recognition demo](/guides/docuvieware/demo-applications-overview/online-barcode-recognition-demo.md)

