Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 9,920 for

file comparison

(0.08 sec)
  1. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Comparison Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  2. GroupDocs.Metadata for .NET 17.10.2 Release Not...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.10.2 Major Features There is one bug fix in this hotfix monthly release. TIF - Bit Depth is affected when removing metadata All Changes Key Summary Category METADATANET-1931 TIF - Bit Depth is affected when removing metadata Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Metadata for .NET 17.10.2 It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Comparison Product Solution GroupDocs...RemoveXmpData (); // and save file to another format . Save ( destinationPath...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. User roles | Documentation

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...= new Annotator ( "input.pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  4. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. Perform Faceted Search using C#

    Perform Faceted Search using C# to enhance document retrieval. Learn full-text search with Boolean operators in C# for precise and efficient results in applications....Comparison Product Family GroupDocs...such as categories, dates, or file types. After reading this article...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  6. Delete indexed paths | Documentation

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Comparison Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/java/delete-indexed-p...
  7. GroupDocs.Signature for Java 18.11 Release Note...

    Note This page contains release notes for GroupDocs.Signature for Java 18.11 Major Features There are about 38 improvements, new features and fixes in this regular release. Most new features are related to cells positioning that was improved to support pixels locations,improvements of cells positioning, implementation of different measure types for Cells signature options,introduced Metadata Signature type implementation for signing and searching for Pdf Documents. Text Signature options were updated with ability to align text inside signature area....Comparison Product Solution GroupDocs...Text for all supported Document file formats Implemented ability...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  8. Search results | Documentation

    This article shows that how to perform the operations on search results....Comparison Product Solution GroupDocs...object containing the file path, the file type, the format family...

    docs.groupdocs.com/search/net/search-results/
  9. Քաղեք տեքստ DOC-ից C#-ի միջոցով

    Այս հոդվածը ցույց է տալիս, թե ինչպես կարելի է տեքստ հանել DOC-ից՝ օգտագործելով C#: Այն ներառում է կոդի օրինակ, որը կօգնի ձեզ DOC-ից տեքստ հանել C#-ով` առանց լրացուցիչ ծրագրակազմ օգտագործելու:...Comparison Product Family GroupDocs...task. Extracting text from DOC files using C# is a common requirement...

    kb.groupdocs.com/hy/parser/net/extract-text-fro...
  10. Rendering column and row headings | Documentation

    This article explains how to adjust text-overflow in cells when viewing Spreadsheets with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...Then we’ll process the same file with GroupDocs.Viewer and compare...

    docs.groupdocs.com/viewer/java/how-to-show-spre...