Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 2,843 for

file editor

(0.47 sec)
  1. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more Files and get the difference between them....Editor Product Solution GroupDocs...merge two or more files of . The compiled file shows line-by-line...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  2. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...text from files Get source and target text from files Leave feedback...

    docs.groupdocs.com/comparison/java/get-source-a...
  3. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Editor Product Solution GroupDocs...point to manage metadata in files of all supported formats. Extracting...

    docs.groupdocs.com/metadata/net/migration-notes/
  4. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Editor Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/java/indexing-from-di...
  5. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java...Editor Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/java/showcases/
  6. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....Editor Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/
  7. Supported Document Formats | GroupDocs

    The following table indicates the File formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your File format?...Editor Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Classification...

    docs.groupdocs.com/classification/net/supported...
  8. Load document using the local path string | Gro...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...a path to a file. GroupDocs.Viewer opens the file in the read-only...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Editor Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extract text in Accurate mode | GroupDocs

    Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for Python via .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats....Editor Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-te...