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/
查找有关在任何平台上使用 Java 代码转换各种类型的文档和图像的答案。...Metadata Product Family GroupDocs.Search Product Family GroupDocs...
kb.groupdocs.com/zh/conversion/java/page/5/
查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Metadata Product Family GroupDocs.Search Product Family GroupDocs...
kb.groupdocs.com/zh/categories/page/36/
查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...Metadata Product Family GroupDocs.Search Product Family GroupDocs...
kb.groupdocs.com/zh/conversion/page/18/
查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Metadata Product Family GroupDocs.Search Product Family GroupDocs...
kb.groupdocs.com/zh/categories/page/32/
查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...Metadata Product Family GroupDocs.Search Product Family GroupDocs...
kb.groupdocs.com/zh/conversion/page/9/
GroupDocs.Watermark for Java supports the following watermark types.
TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document.
Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
docs.groupdocs.com/watermark/java/adding-waterm...
Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique.
Parameters DataSources An array of data source objects like object[] dataSources.
DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames.
Articles in this section...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
docs.groupdocs.com/assembly/java/working-with-m...