Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 10,427 for

document comparison

(0.1 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...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Create Search Report using C#

    Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....Comparison Product Family GroupDocs...and the number of matched documents. These reports are particularly...

    kb.groupdocs.com/search/net/create-search-repor...
  3. 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); // ....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Remove Metadata from DOCM using C#

    This topic will teach you how to remove metadata from DOCM using C#. You'll also get the code to delete metadata from DOCM in C# without needing any extra software....Comparison Product Family GroupDocs...today’s digital age, the documents we create often carry hidden...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/index-browser/
  6. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/index-browser/
  7. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark images in headers and footers using Python via .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/working...
  8. Technical Support | GroupDocs

    GroupDocs.Conversion for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/technical-su...
  9. Extract data from databases | GroupDocs

    Complete guide to extracting data from databases via ADO.NET using GroupDocs.Parser for .NET. Learn how to connect to SQLite, SQL Server, and other database providers to extract table data....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Comparison Product Family GroupDocs...format for word processing documents, compatible with Microsoft...

    kb.groupdocs.com/conversion/net/how-to-convert-...