Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 932 for

detection

(0.66 sec)
  1. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...On this page allows you to detect changes between source and...

    docs.groupdocs.com/comparison/net/get-changes-c...
  2. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for Java API....Word (or other program) will detect (or choose) the document locale...

    docs.groupdocs.com/editor/java/locales-for-outp...
  3. GroupDocs.Comparison für .NET 25.10 – Neueste U...

    Entdecken Sie, was es Neues in GroupDocs.Comparison für .NET 25.10 gibt. Jetzt verfügbar auf NuGet und der GroupDocs‑Website....performance and accuracy in detecting identical pages in PDFs. ...

    blog.groupdocs.com/de/comparison/groupdocs-comp...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Detecting source and target documents...

    blog.groupdocs.com/groupdocs.blog/page/42/
  5. Compare Folders | GroupDocs

    Compare two folders to detect added, deleted, and modified files using the directory_compare option of GroupDocs.Comparison for Python via .NET....that the example-runner can detect them as shared sample directories...

    docs.groupdocs.com/comparison/python-net/develo...
  6. Compare Word Documents | GroupDocs

    Compare Microsoft Word (.doc, .docx) documents and detect text, formatting, and style differences using GroupDocs.Comparison for Python via .NET....revisions compare_bookmarks Detect changes inside bookmarked ranges...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....mentions of John from the detected metadata) var affected = metadata...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  8. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....documents Leave feedback Detecting the version of a PDF document...sample of code will help you to detect the PDF version a loaded document...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how to search multiple text-based documents across folders with precision using regular expressions....The regex in the code below detects words with consecutive repeated...

    blog.groupdocs.com/search/search-in-documents-b...
  10. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....which includes: File format (detected by the internal structure)...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...