GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Redaction for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify repository configuration/location in your project as follows:
Maven GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Gradle repositories { maven { url "https://repository.groupdocs.com/repo/" } } Kotlin repositories { maven(url = "https://repository.groupdocs.com/repo/") } Ivy
docs.groupdocs.com/redaction/java/installation/
Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more.
docs.groupdocs.com/redaction/net/how-to-run-exa...
Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it.
docs.groupdocs.com/redaction/python-net/basic-u...
GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page.
docs.groupdocs.com/redaction/net/redaction-filt...
This article explains that how to integrate any paid or free OCR solution....This article explains that how to integrate any paid or free OCR solution.
docs.groupdocs.com/redaction/net/ocr-usage-basics/
GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources.
For more details please refer to the following guides:...GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources.
For more details please refer to the following guides:
docs.groupdocs.com/redaction/java/loading-docum...
This article show how to enable you to load password-protected documents and load documents from different sources...This article show how to enable you to load password-protected documents and load documents from different sources
docs.groupdocs.com/redaction/net/loading-docume...
This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.
docs.groupdocs.com/redaction/python-net/remove-...
This article explains that how to integrate any paid or free OCR solution in Java....This article explains that how to integrate any paid or free OCR solution in Java.
docs.groupdocs.com/redaction/java/ocr-usage-bas...