Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,003 for

detection

(1.71 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Detecting the exact type of a document...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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...
  3. 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 Java...On this page allows you to detect changes between source and...

    docs.groupdocs.com/comparison/java/get-changes-...
  4. Comparing Documents | GroupDocs

    Compare two or more documents, tune sensitivity, customize change styles, accept or reject changes, and handle format-specific scenarios with GroupDocs.Comparison for Python....show_only_changed , show_revisions , detect_style_changes . Visual styling...

    docs.groupdocs.com/comparison/python-net/develo...
  5. 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...
  6. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....source document type is auto-detected, but you could set the source...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  7. 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...
  8. GroupDocs.Metadata ile Belge Metaverisini Karşı...

    Java için GroupDocs.Metadata kullanarak belge sürümleri arasında eklenen, kaldırılan ve değiştirilen metaveriyi tespit etmeyi gösteren pratik bir rehber. Tam fark, sahiplik tespiti, revizyon geçmişi ve dışa aktarma formatları için kod örneklerini içerir....diff = new MetadataDiff (); // Detect added and changed properties...}); // Value changed } } // Detect removed properties for ( Map...

    blog.groupdocs.com/tr/metadata/compare-metadata...
  9. Fail Converting PDF to MD with images and urls ...

    Hey Vladimir Thanks for the update! What about supporting it in GroupDocs.Conversion? Best, Shay... The converter detects stuff like tables and highlights...

    forum.groupdocs.com/t/fail-converting-pdf-to-md...
  10. Redact PDF and Scanned Documents in Java | Blac...

    Redact text in PDF and other documents using Java in your applications. Redact documents to blackout text and also the text within the embedded images.... The following steps will detect and replace the text in the...

    blog.groupdocs.com/redaction/redact-text-and-sc...