In this C# tutorial, you learn how to redact or remove sensitive image content from PDF files in C#.
You can quickly redact PDF images to protect confidential information inside the images. You can call our image redaction API to redact PDF images. Same as text redaction, you can specify custom text to appear over the image redaction area.
The C# sample code below explains how to redact an image from the PDF page using C#.
How do you redact an image in PDF?
Most free or paid PDF editing applications support image redaction on a PDF file. For example, in Acrobat, you can redact image from a PDF using the following steps:
Open pdf file in Acrobat. Choose "Tools" > "Protect & Standardize" > "Redact" > "Mark for Redaction" > "Text and Images".
Using RasterEdge C# PDF component (dll) api, you can mark a specified area, and redact all images in the area from a PDF page in your C# ASP.NET Core, MVC web applications.
Can you redact an image in Adobe?
Yes. You can apply image redaction in Adobe Acrobat pro (paid version). If you want to redate images without any cost, you can
use C# program to build a desktop or web tool to make image redaction using XDoc.PDF C# library.
How to redact in PDF without the redact tool?
You can remove the images from a PDF file, instead of redaction. Using C# PDF sdk api, you can easily enable image removing and/or redaction functions in your
Visual Studio .NET projects.
How to remove graph lines from Adobe PDF?
You can remove graph lines from PDF directly or redate lines from the PDF using PDF editing programs. You can enable
deleting PDF lines feature in your ASP.NET web or desktop tool using RasterEdge PDF C# library.
How do I black out a box in PDF?
You can remove the box from a PDF directly using PDF editing function, or apply redaction to black out the box in the PDF.
Using C#.net PDF library, you can quickly add PDF content deleting and redaction functions to your ASP.NET webforms, MVC raster page.
How to Redact shapes in Adobe?
Using PDF editing application, such as Acrobat, you can redact PDF shapes from: "Tools" > "Protect & Standardize" > "Redact" > "Mark for Redaction" > "Text and Images".
Select the PDF page area to redact shapes.
Using C# PDF library, you can specifiy a rectangle area to make redaction, and apply the redaction to remove and redact all shapes inside in your C# applications.
How to remove a rectangle in Adobe Acrobat?
Same as redaction shapes in PDF document, you can specify the redaction area (rectangle) and apply redaction to remove a rectangle in Acrobat.
Using C# PDF library, you can specify the redaction space, and the library will delete and redact all contents (including text, image, rectangle, and other shapes)
from the PDF page in C# web and desktop applications.