Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 4,678 for

document security

(0.69 sec)
  1. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  2. 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...
  3. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Find metadata properties | GroupDocs

    With GroupDocs.Metadata for Python via .NET you can search metadata and extract the properties you need from PDF, DOCX, PPTX, XLSX, images, audio, video and many other file types using simple Python predicates....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...cases one image, video or document contains more than one metadata...

    docs.groupdocs.com/metadata/python-net/find-met...
  5. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from a stream when using GroupDocs.Parser for Python via .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...streams directly. To load a document from a stream, follow these...

    docs.groupdocs.com/parser/python-net/load-file-...
  6. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word Document when editing with GroupDocs.Editor API for Node.js....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  7. View and render documents with GroupDocs.Viewer...

    Render Word, Excel, PDF and 170+ other formats to HTML, PDF or PNG from GroupDocs.Total for .NET, with runnable C# examples and downloadable input and output files....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Total Product Family / GroupDocs...

    docs.groupdocs.com/total/net/developer-guide/vi...
  8. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or cloning our ready-to-run Python examples repository....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Load the document with Editor ( "./sample-document.docx" ) as...

    docs.groupdocs.com/editor/python-net/how-to-run...
  9. Accept or Reject Revisions | GroupDocs

    Extract Word track-change revisions from a DOCX file, decide which to accept or reject, and save the updated Document using GroupDocs.Comparison for Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/python-net/develo...
  10. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...to specify the filter of documents returned as a search result...

    docs.groupdocs.com/search/nodejs-java/image-sea...