Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 348 for

detection

(0.06 sec)
  1. Working with metadata in PDF documents | Docume...

    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...
  2. Remove metadata properties | Documentation

    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) with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/remove-m...
  3. Locales for output document | Documentation

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

    docs.groupdocs.com/editor/net/locales-for-outpu...
  4. 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...
  5. Get document info | Documentation

    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. Get changes coordinates | Documentation

    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-...
  7. Remove metadata properties | Documentation

    This article shows that how 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/net/remove-metadata...
  8. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style Detection, change comparison detalization level and more....comparison options like styling for detected changes, comparison detalization...

    docs.groupdocs.com/comparison/java/compare-mult...
  9. 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.... Detecting the exact type of a presentation...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....date/time strings should be detected and parsed to DateTime. specifies...

    docs.groupdocs.com/conversion/nodejs-java/load-...