Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 3,666 for

secure

(0.15 sec)
  1. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/query-language-s...
  2. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  3. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/queries-in-text-...
  4. Get possible conversions | Documentation

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/nodejs-java/get-p...
  5. Classify Documents with IAB-2 & Document Taxono...

    Taxonomic classification of documents using C# within .NET applications. Classify PDF, Word, & password-protected documents with IAB-2 & document taxonomy....using C# # If your document is secured with a password, you can just...

    blog.groupdocs.com/classification/taxonomic-cla...
  6. View and Annotate Documents Online with GroupDo...

    The Internet has transformed our lives. We buy things with click of a mouse, be it entertainment, grocery, or accessories. The consumer-web relationship will only grow in the near future. As a result, enterprises and small, as well as start-ups understand the need to engage and collaborate with consumers to get an edge and thrive. So, the need for online document management systems arose. Online document management systems allow you to view and share documents, increase productivity, facilitate collaboration, and save cost....[/caption] Document storage and security are widely debated concerns...

    blog.groupdocs.com/viewer/view-annotate-documen...
  7. GroupDocs.Assembly for Java 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 19.8 Major Features Supported saving of assembled Markdown documents to Word Processing formats and saving of assembled Word Processing documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  8. Enabling inline CSS styles | Documentation

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/editor/java/inline-styles/
  9. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/net/load-note-doc...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Us Contact Customers Legal Security Events Acquisition Ask AI...

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