This article explains how to provide advanced search for QR Code electronic signatures with GroupDocs.Signature API....NET library, we provide simple but powerful...
This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....NET library, we provide simple but powerful...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....NET library we provide simple, but powerful...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method.
The following code snippet reads metadata associated with a CAD file.
advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Along with full featured Java library we provide simple, but powerful...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....NET library we provide simple, but powerful...
GroupDocs.Conversion Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Product Family on GroupDocs Blog | Document A......Conversion libraries and examples source code from...or the GroupDocs.Conversion library from different NuGet. The plugin...
Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....Search for Java library to your project Use the Index...
Compare two or more PDF files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes.... Java Library to Compare Two or More PDF...
Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....Configure # Get the metadata library from the downloads section...
To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....NET library we provide simple, but powerful...