Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows:
GroupDocsJavaAPIGroupDocs Java APIhttps://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using c# programming language and GroupDocs.Merger API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to save signed image with various image formats by GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....app conholdate.com conholdate.cloud conholdate.app containerize...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....app conholdate.com conholdate.cloud conholdate.app containerize...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....app conholdate.com conholdate.cloud conholdate.app containerize...