Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 39,150 for

documents

(0.15 sec)
  1. Add point annotation | Documentation

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...basics / Add annotation to the document / Add point annotation Add...

    docs.groupdocs.com/annotation/net/add-point-ann...
  2. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/java/alias-dictionary/
  3. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/net/alias-dictionary/
  4. Remove annotation replies | Documentation

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...the class. Specify the input document path or stream. Call the method...

    docs.groupdocs.com/annotation/net/remove-annota...
  5. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...To obtain revisions from a document, accept or reject revisions...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  6. compare two word documents

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats.... Als een document meerdere keren is gewijzigd...verschillende versies van dat document met elkaar vergelijken. Voor...

    blog.groupdocs.com/nl/tag/compare-two-word-docu...
  7. Document Classification in CSharp on GroupDocs ...

    Document Classification in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Classification in CSharp on GroupDocs Blog | Document Autom......Document Classification in CSharp on GroupDocs Blog | Document...Developers Recent content in Document Classification in CSharp on...

    blog.groupdocs.com/fr/tag/document-classificati...
  8. Document viewer API on GroupDocs Blog | Documen...

    Document viewer API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document viewer API on GroupDocs Blog | Document Automation Solutions for .NET & J......Document viewer API on GroupDocs Blog | Document Automation Solutions...content in Document viewer API on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/fr/tag/document-viewer-api/i...
  9. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  10. 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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/extracting-comm...