Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 3,500 for

secure

(0.04 sec)
  1. Iterate through container items | Documentation

    This article explains that how to extract containers items and iterate through container items in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/iterate-through-...
  2. GroupDocs Apps Suite: a One-Stop-Shop for All Y...

    Good news for the document management world! You now have all required online document management apps available under one roof. I’m talking about GroupDocs: a one-stop-shop for all your document management needs. The history of modern document management systems began with development of a set of computer apps, which were used to store and monitor electronic documents. With the advancement of technology, new branches were formed in the system. Now, online document management is not just storing or monitoring your electronic documents, but it’s a system that lets you manipulate your documents any way you want....storage, all your documents are securely stored in the cloud and protected...

    blog.groupdocs.com/total/groupdocs-apps-suite-f...
  3. How to Use New Login Method in Plugins and Serv...

    This article explains how to use the new method LoginUser, added to the new GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other FatFree samples.... Logic # For security reasons the GroupDocs plugins...

    blog.groupdocs.com/total/how-to-use-new-login-m...
  4. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....9, the Metered licensing security has been improved. Metered...

    blog.groupdocs.com/assembly/set-target-file-for...
  5. Working with metadata in PNG images | Documenta...

    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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/net/stop-word-diction...
  7. In-Table List With Alternate Content in Spreads...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft Excel Document Creating a In-Table List With Alternate Content Practising the following steps you can create In-Table List With Alternate Content Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. Enabling language information | Documentation

    Follow this guide to learn how to edit Word documents using locale information and apply spell-checkers to document content written in different languages using GroupDocs.Editor for Node.js and Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  9. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft PowerPoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/in-table-list-...