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;iGroupDocs.Watermark Product Solution GroupDocs...
Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
It does not require any external software or third party tool to be installed...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows how to handle missing document password exception with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows how to handle missing document password exception with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This short guide explains how to convert Image to PDF in Java. You can also learn about document conversion by looking at the sample Java code to convert JPG to PDF....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
In this article, you'll get guidance on how to convert TXT to DOCX using C#, including code example to export TXT to DOCX in C# on any operating system....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...