Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 6,956 for

may

(0.41 sec)
  1. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/synonym-dictionary/
  3. Latest topics - Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....document-conversion 12 1900 May 17, 2024 Rich Text MSG email...

    forum.groupdocs.com/latest
  4. How to Search for QR Code Signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/search-...
  5. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/word-form...
  6. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/homophone...
  7. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ca...
  8. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output.... Warning Some spreadsheets may have different sheet numbers...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API....criteria Usually, large documents may contain too many objects which...sample picture. For example, you may want to find all possible image...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releases. Simplified working with JSON data sources To access JSON data while building a report, you can pass a JsonDataSource instance to the engine as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:...flexible, in some scenarios, you may need to restrict strings to be...note). In some scenarios, you may need to disable recognition of...

    docs.groupdocs.com/assembly/java/working-with-j...