Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 5,250 for

file comparison

(0.04 sec)
  1. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Java without third party software installed....Comparison Product Solution GroupDocs...Editor for Java you can edit files of various formats and no third-party...

    docs.groupdocs.com/editor/java/product-overview/
  2. Perform Faceted Search using C#

    In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....Comparison Product Family GroupDocs...such as categories, dates, or file types. After reading this article...

    kb.groupdocs.com/search/net/perform-faceted-sea...
  3. 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...
  4. Քաղեք տեքստ 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...
  5. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Comparison Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Comparison Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Output Format and Password | Documentation

    Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...with a binary nature, support file encryption with a password....

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  8. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a File convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...the class: sets the desired file type the input document should...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  9. Add point annotation | Documentation

    The page describes how to add point annotation to a document using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( point ); annotator...

    docs.groupdocs.com/annotation/java/add-point-an...
  10. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Comparison Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/java/font-embedding-o...