Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 4,085 for

document security

(0.14 sec)
  1. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Total Product Family / GroupDocs...

    docs.groupdocs.com/total/net/technical-support/
  3. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Total Product Family / GroupDocs...

    docs.groupdocs.com/total/java/technical-support/
  4. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically in Java....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...file } }, }), ); // Indexing documents from the specified folder...

    docs.groupdocs.com/search/nodejs-java/text-file...
  5. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...UNKNOWN and metadata . get_document_info () . is_encrypted !=...

    docs.groupdocs.com/metadata/python-net/removing...
  6. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/net/case-sensitive-se...
  7. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/generating-slide...
  8. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/removing-metadata/
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/python-net/modifyi...