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/
GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/watermark/python-net/feature...
Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time.
<> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/assembly/java/working-with-o...
The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/metadata/java/set-metadata-p...
Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013:
Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/assembly/net/chart-series-co...
Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013.
Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/assembly/net/individual-seri...
Install from NuGet NuGet is the easiest way to download and install GroupDocs.Redaction for .NET. There are ways to install it in your project.
Install via Package Manager GUI Follow these steps to reference GroupDocs.Redaction using Package Manager GUI:
Open your solution/project in Visual Studio.
Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
docs.groupdocs.com/redaction/net/installation/