GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information.
Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...
Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize page fitting using GroupDocs.Conversion for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...