Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 4,086 for

document security

(0.23 sec)
  1. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...indexFolder ); // Indexing documents from the specified folder...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  3. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  4. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/Documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Node.js via Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...hundreds of thousands of documents. When performing search by...

    docs.groupdocs.com/search/nodejs-java/search-by...
  7. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/skip-loading...
  8. Extract metadata from Emails | GroupDocs

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of Document metadata objects; Iterate through the collection and get metadata names and values....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a Document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted Document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) Documents and images (JPG, PNG, BMP, GIF and more..)....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/features-overv...
  10. Extracting common image information | GroupDocs

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/extracting-com...