Entdecken Sie, was es Neues in GroupDocs.Viewer für Node.js 25.12 gibt. Jetzt verfügbar auf NuGet und der GroupDocs‑Website....configuration: // - Embedded resources produces a single self‑contained...
GroupDocs.Metadata for Java 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 getWordProcessingType method to obtain file format information advanced_usage....describe various digital resources. Please find more information...Constants . OutputDoc ); } More resources GitHub examples You may easily...
Learn about FinanceConvertOptions class for financial data formats (XBRL, iXBRL, OFX) in GroupDocs.Conversion for .NET.... More Resources Was this page helpful? Not...
This article shows how to handle search queries if they contain special characters and separator characters.... search ( query ); More resources GitHub examples You may easily...
Explora lo nuevo en GroupDocs.Viewer para Node.js 25.12. Disponible ahora en NuGet y en el sitio web de GroupDocs....configuration: // - Embedded resources produces a single self‑contained...
Run GroupDocs.Comparison for .NET examples from scratch, from the GitHub back-end examples project, or using MVC, WebForms, or Docker sample applications.... The Resources folder contains all the sample...
This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...this example: Additional Resources GitHub Examples You may easily...
GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties
using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... OutputMpp ); } More resources GitHub examples You may easily...