Advanced GroupDocs.Metadata for Python via .NET techniques: loading and saving options, property management, interpreted values, and the EXIF, IPTC, and XMP metadata standards....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements:
The report must be generated in the Text Document format Adding Syntax to be evaluated by GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Python applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP Metadata.
Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF Metadata section.
More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...