Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 1,665 for

security

(0.05 sec)
  1. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/conversion/convert-to-text...
  3. About aspose.cloud - Websites - groupdocs.cloud

    aspose.cloud Low Code APIs to manipulate Word, Excel, PDF, PowerPoint, Outlook and 100+ other file formats in any typ......networking capability and security in mind. Aspose.Words Cloud...files & work with editing, security, & conversion via Node.js...

    websites.groupdocs.cloud/aspose/cloud/
  4. Attachment Pages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Email Attachment Pages List for HTML Rrepresentation Sometimes, it is required to get email attachments as pages. You can retrieve list of attachment pages for HTML representation using following API. It returns object with list of attachment pages or ZIP archive with actual pages as HTML when “application/zip” accept header specified. The following GroupDocs....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/viewer/attachment-pages/
  5. Report Generation Concepts | Documentation

    GroupDocs Assembly Cloud is a powerful Document Automation and Report Generation solution designed to generate data-bound documents through templates....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/assembly/developer-guide/c...
  6. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/conversion/working-with-st...
  7. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/signature/search-options-o...
  8. GroupDocs.Merger Cloud Product Family on Docume...

    GroupDocs.Merger Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Merger Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud C......is easy to use and lets you secure files programmatically. Document...Files using REST API in Python Secure your Excel files with password...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  9. Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description for option objects and object fields. DocumentInfoOptions Provides options for retrieving attachment information. Example DocumentInfoOptions object { "password": "document password", "attachmentPassword": "attachment password", "extractText": false, "renderComments": false, "renderHiddenPages": false, "defaultFontName": "font name", "transforms": [ "Rotate", "Reorder", "AddPrintAction" ], "watermark": { "text": "watermark text", "color": "Magenta", "position": "Diagonal", "size": 50 }, "cellsOptions": { "renderGridLines": false, "paginateSheets": false, "encoding": "utf-8", "internalHyperlinkPrefix": "prefix", "countRowsPerPage": 50, "textOverflowMode": "OverlayIfNextIsEmpty", "ignoreEmptyRows": false }, "cadOptions": { "scaleFactor": 50, "width": 600, "height": 800, "renderLayouts": true, "layoutName": "Master", "layers": ["Layer1"] }, "emailOptions": { "encoding": "utf-8" }, "wordsOptions": { "encoding": "utf-8", "renderTrackedChanges": false }, "pdfOptions": { "enablePreciseRendering": false, "enableInitialContentOrdering": false, "renderLayersSeparately": false }, "slidesOptions": { "renderNotes": false }, "projectOptions": { "pageSize": "unknown", "pageSize": "unknown" } } Info Object Fields (Click here to expand)...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/viewer/options-objects/
  10. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Get Document Information for HTML Representation This API retrieves document information. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments The following GroupDocs.Viewer Cloud REST API resource has been used to get document information(HTML representation). cURL example Request curl -v "https://api.groupdocs.cloud/v1/viewer/Test.msg/html/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Access Token]" Response { "fileName": "Test....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/viewer/document-information/