Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 5,062 for

signature

(0.07 sec)
  1. 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/
  2. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud ai summarizer c# ai summarization summarize content api summarize d......with Stamp Signature Sign PDF with Stamp Signature in Node.js...Digital Signatures Sign Word Files in Node.js signature for cloud...

    blog.groupdocs.cloud/ar/tags/index.xml
  3. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud ai summarizer ai text summarization c# ai 요약 생성 summarize content a......with Stamp Signature Sign PDF with Stamp Signature in Node.js...Digital Signatures Sign Word Files in Node.js signature for cloud...

    blog.groupdocs.cloud/ko/tags/index.xml
  4. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud ai summarizer ai text summarization c# ai 總結 summarize content api ......with Stamp Signature Sign PDF with Stamp Signature in Node.js...Digital Signatures Sign Word Files in Node.js signature for cloud...

    blog.groupdocs.cloud/zh-hant/tags/index.xml
  5. 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...
  6. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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.Password Password for password-protected document to be signed....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/verifysettings/
  7. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Summarize Document Content in C# .NET | Document Summarization API How to summarize......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
  8. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud c# extraer texto de html convert html to text extract content from ......with Stamp Signature Sign PDF with Stamp Signature in Node.js...Digital Signatures Sign Word Files in Node.js signature for cloud...

    blog.groupdocs.cloud/es/tags/index.xml
  9. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud ai summarizer ai テキスト要約 c# ai 要約 summarize content api summarize do......with Stamp Signature Sign PDF with Stamp Signature in Node.js...Digital Signatures Sign Word Files in Node.js signature for cloud...

    blog.groupdocs.cloud/ja/tags/index.xml
  10. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 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 -v "https://api.groupdocs.cloud/v1/Signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" 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/supported-qr-codes/