This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ifeatures and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...
In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools.... Integrate this feature into your projects today to...
This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....documents is an essential feature for developers working on automation...
GroupDocs.Metadata allows users to get meta information of a document....To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...
This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Another valuable, but less known feature, is that PDF format provides...
Note This Feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Documents Leave feedback Note This feature is supported by version 18...
We’re constantly working to improve the functionality and user interface of our online document management apps. Today we introduce our online signature app’s new user interface. The changes we are about to discuss are coming within the next weeks.
An Overview of the New Online Signature App Interface The new GroupDocs Signature dashboard will look a lot like the main GroupDocs dashboard so it will feel familiar to GroupDocs users. [caption id=“attachment_216” align=“aligncenter” width=“650” caption=“GroupDocs’ online signature app - the new dashboard”]
[/caption] We developed a completely new workflow which leads you through the signing process step by step:...use the new Drag and Drop feature to add it to an envelope. [caption...
Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....feedback On this page Note This feature available for Microsoft Word...
This article explains that how to extract HTML formatted text from document page in Java....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...
Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information.
Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...