Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 4,304 for

document security

(0.04 sec)
  1. Text search in network | GroupDocs

    This page contains information about full-text searching in the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/text-search-in-n...
  2. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Blended ); } // Indexing documents from the specified folder...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  3. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word Document when editing with GroupDocs.Editor API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/net/font-embedding-op...
  4. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on Document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient Document collaboration tools. One of such tools is a multi-format, cross-platform compatible Document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of Documents and images from any modern web-browser and without having to install any office software or plugins....popular CMS focused largely on document management. At GroupDocs we...and sites with convenient document collaboration tools. One of...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  5. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly to include the latest versions for Document processing and automation....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...On this page is a powerful document processing SDK for Python...

    docs.groupdocs.com/total/python-net/product-ove...
  6. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating Document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-gr...
  7. 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..)....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Features Overview Leave feedback Document Redaction Tool Redacted meaning...

    docs.groupdocs.com/redaction/python-net/feature...
  8. Work with Word Track Changes | GroupDocs

    Learn how to compare Word Documents while respecting Track Changes 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/word-t...
  9. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of Documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of Documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual Document....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/net/work-with-search-...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...