Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java.../ Developer Guide / Field Management in GroupDocs.Editor for Java...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET.../ Developer Guide / Field Management / Working with Form Fields...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Developer Guide / Advanced Usage / Managing metadata for specific formats...format structure advanced_usage.managing_metadata_for_specific_formats...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information.
Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...
Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....online document metadata management App Along with full featured...
Explore the process of merging PDF files in Python, utilizing the powerful GroupDocs.Merger library without any third-party software.... which enhances document management and sharing. Steps to Merge...Merger library, allowing you to manage PDF content dynamically. Steps...