Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 4,086 for

document security

(0.11 sec)
  1. Announcing Windows Azure Integration with Group...

    We’re excited to announce that Windows Azure has been integrated with GroupDocs. This allows you to setup a new storage provision for storing your GroupDocs files. With this enhancement, you can configure Microsoft Azure as your default storage provider from within GroupDocs and store your files in the Azure container. GroupDocs provides you with flexible storage options, which is an essential element when opting for an efficient Document management solution. This integration puts you in charge of selecting your preferred storage provider, making your Document management process user friendly and flexible....when opting for an efficient document management solution . This...storage provider, making your document management process user friendly...

    blog.groupdocs.com/total/announcing-windows-azu...
  2. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed Documents with text labels without the need for re-indexing....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/net/document-attributes/
  3. Load document from stream | GroupDocs

    This article demonstrates how to convert Document presented as stream using GroupDocs.Conversion for Node.js via Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Barcode Image Generation in Spreadsheet Documen...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.xlsx The Code...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/barcode-image-...
  5. Add annotation to the document | GroupDocs

    The page describes Document annotations of different types and how to add annotations to a Document using GroupDocs.Annotation API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/add-annotati...
  6. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic Document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/extracting-docum...
  7. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation Document format. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013. In your Document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/multicolored-n...
  8. Sign document with Digital signature - advanced...

     This article explains how to sign Document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/sign-document...
  9. Add document to Presentation via OLE | GroupDocs

    This article explains how to add Document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/net/add-document-to-p...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from Documents on the local disk. The following example shows how to load the Document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the Document // If text extraction isn't supported, a reader is null System....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/load-document-fr...