Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 5,095 for

signature

(0.06 sec)
  1. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...Signature Product Solution GroupDocs...Comparison Cloud GroupDocs.Signature Cloud GroupDocs.Storage Cloud...

    docs.groupdocs.cloud/total/overview-rest-api/
  2. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Text Signature in Java Applications # GroupDocs.Signature for...sign PDF document with text signatures as sticker. You can rotate...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Signature for .NET Library Support for...syntax for setting up the signature widget. Bugs related to Internet...

    blog.groupdocs.cloud/total/news-groupdocs-april...
  4. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different Signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Signature Cloud SDK for Python is launched...used signature types like text signatures, image signatures, digital...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  5. 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....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/signsettings/
  6. Document Automation REST APIs | GroupDocs Cloud

    Document Automation REST APIs | GroupDocs Cloud Recent content on Document Automation REST APIs | GroupDocs Cloud Extract Text from Word in Node.js | Word Text Extractor API Learn how to extract te......instructions for secure electronic signatures. Edit Text Files with Python...in PHP Using the GroupDocs.Signature Cloud SDK for PHP via REST...

    blog.groupdocs.cloud/index.xml
  7. Documents Manipulation Cloud REST APIs & SDKs –...

    groupdocs.cloud developer newsletter for February 2019 describes GroupDocs document manipulation Cloud APIs and SDKs updates and major feature enhancements....Apply different types of signatures in supported file formats...formats Groupdocs.Signature Cloud SDK for Ruby is launched now. It...

    blog.groupdocs.cloud/total/documents-manipulati...
  8. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "Signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "SignatureType": "Barcode", "pageNumber": 1, "SignatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/searchresult/
  9. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    GroupDocs.cloud Holidays offer – Get 25% off GroupDocs.Total Cloud APIs. Quote HOLOFF2018 when placing your order online....Signature cloud product family offers...to let you add electronic signature capabilities in applications...

    blog.groupdocs.cloud/total/groupdocs.cloud-holi...
  10. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/Signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/get-supported-qr...