Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 906 for

order

(0.07 sec)
  1. Technical Support | Documentation

    GroupDocs provides unlimited free technical support for all its products. The support is available to all users, including evaluation. If you need help with GroupDocs.Signature Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Signature Forum and it will be answered within a few hours Please note, GroupDocs does not provide technical support over the phone. Phone support is only available for sales and purchase questions...Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/signature/technical-support/
  2. GroupDocs.Assembly Cloud | Documentation

    Welcome to the GroupDocs Assembly Cloud....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/assembly/
  3. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/signature/updatesettings/
  4. Rendering Documents | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render documents to PDF and saves output to storage or stream. Render Document to PDF with Storage URL Output This API renders document to PDF and saves resulted document to storage. It also returns the link of rendered document. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to render document to PDF and save to storage....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/annotation/rendering-docum...
  5. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/signature/supported-barcodes/
  6. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it easier to integrate...

    docs.groupdocs.cloud/metadata/working-with-stor...
  7. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BatchRequest { batch (string[]), } Examples: JSON { "batch": ["Text1", "Text2"] } XML...Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/classification/classifybat...
  8. Template Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/parser/template-operations/
  9. Search for signatures in document | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/signature/search-for-signa...
  10. Size | Documentation

    Size data structure used to specify comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item...Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...

    docs.groupdocs.cloud/comparison/size/