Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 37,771 for

security

(0.09 sec)
  1. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info API method to retrieve information Note Not all options are supported by all document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/signature/infosettings/
  2. Customers - About - groupdocs.cloud

    Customers Companies around the world rely on GroupDocs Cloud GroupDocs Cloud customers come from a wide variety of in......Sentinel Technologies, Inc Security Weaver Nopetro, LLC Commission...

    about.groupdocs.cloud/customers/
  3. Evaluation and Pricing Plans | Documentation

    GroupDocs Assembly Cloud marketing information on product's evaluation and pricing plans....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/l...
  4. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/comparison/licensing/
  5. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/evaluation/
  6. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/viewer/htmloptions/
  7. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/signature/signsettings/
  8. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/signature/signresult/
  9. Put Password in PDF File | Save PDF File with p...

    Learn how to secure your PDF documents in Node.js using REST API. Implement password protection for added Security and safeguard your valuable data....applications with an added layer of security: passcode protecting PDF files...into this empowering path of secure document management, combining...

    blog.groupdocs.cloud/merger/lock-pdf-with-passw...
  10. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/annotation/annotateoptions/