Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,987 for

one

(0.05 sec)
  1. 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...Optional Barcode Type name (value one of supported Barcode Type names)...Optional Barcode Type name (value one of supported Barcode Type names)...

    docs.groupdocs.cloud/signature/search-options-o...
  2. Sign document with text signature | Documentation

    A Text electronic signature is an arbitrary text that is added to a document in a native way dependent on document type. GroupDocs.Signature Cloud provides text signature feature and allows to customize wide range of text settings - from font name, size and color to alignment, borders, shadow effects etc. This is how text signature may look like: To manipulate with text signatures GroupDocs.Signature Cloud provides various text sign options....'{ "FileInfo": { "FilePath": "one-page.docx" }, "Options": [ {..."OutputFilePath": "signedText_one-page.docx" } }' Windows PowerShell...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. Sign document with QR-code signature | Document...

    QR-code (or Quick Response code) is a sort of two-dimensional barcode that consists of black squares arranged in a square grid on a white background. QR-code can be read by smartphOne camera or specialized devices that are dedicated to QR reading - hand-held scanners, handy terminals, fixed scanners that are used after placing it on a desktop, or embedding it in other devices. Usually QR-codes contain data that points to a website or application, emails, or phOne numbers, product identifiers, or trackers....{ "FilePath": "signaturedocs/one-page.docx" }, "Options": [ {..."signaturedocs/signedQRCode_one-page.docx" } }' Windows PowerShell...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Sending texts for processing | Documentation

    How to send texts for processing to the selected language....variants to return, accepted values One, Two or Three. diversityDegree...synonyms to return, accepted values One to Five and All. Note If the...

    docs.groupdocs.cloud/rewriter/text/request/
  5. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...{ "FilePath": "signaturedocs/one-page.docx" }, "Options": [ {..."OutputFilePath": "signaturedocs/signedImage_one-page.docx" } }' Windows PowerShell...

    docs.groupdocs.cloud/signature/sign-document-wi...
  6. How to Merge Word Documents in Ruby using REST API

    How to Merge Word Documents in Ruby using REST API...instead of processing all files one by one. As a Ruby developer, you...single document, or split up one source document into multiple...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  7. 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.Merger 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/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....ObjectExistsRequest ( "WordProcessing/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Mergers\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/merger/working-with-storage/
  8. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables....Join several documents into one (example) curl -v "https://api...Join several documents into one (example) curl . exe -v "https://api...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  9. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into One curl -v "https://api....join several documents into one curl -v "https://api.groupdocs...join several documents into one curl . exe -v "https://api.groupdocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Convert PDF to TXT in Python with REST API Solu...

    The GroupDocs.Conversion Cloud SDK for Python empowers developers to add document conversion feature in their application seamlessly with high fidelity...(Portable Document Format) is one of the most important and widely...50+ types of documents from one format to another. It offers...

    blog.groupdocs.cloud/conversion/extract-text-fr...