Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,262 for

document security

(0.44 sec)
  1. Load document from Amazon S3 Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint Documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/load-document...
  2. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a Document with GroupDocs.Viewer within your .NET applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/net/specify-file-type...
  3. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint 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.pptx 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-...
  4. eSign document with multiple signatures | Group...

    This article explains how to sign Document with multiple signatures of various type by GroupDocs.Signature API...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Scatter Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Email Document format. Scatter Chart in Email Document Note This feature is supported by version 17.8.0 or greater Creating a Scatter Chart Please following below steps to create Scatter Chart in MS Outlook 2013: Create a new Email. Click in the email where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  6. Add document to Diagram via OLE | GroupDocs

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

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Retrieve the document information | GroupDocs

    Retrieving information about a Document with GroupDocs.Viewer for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  8. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_Document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source Document data path Set up the source Document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Generate sample report for document with variable Generate sample...

    docs.groupdocs.com/assembly/python-net/barcode/
  9. Classify document by path | GroupDocs

    Classify Document by path with IAB-2 taxonomy and return 2 best results Classifying of the Document could be performed with the next steps Call Classify method for “Document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("Document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify Document by path with Documents taxonomy and return 4 best results Call Classify method for “Document....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Classification Product Family...

    docs.groupdocs.com/classification/net/classify-...
  10. Split document | GroupDocs

    This guide describes how to split Document of PDF, Word, Excel, PowerPoint and many other formats into several resultant Documents using GroupDocs.Merger for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/java/split-document/