Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 47,009 for

page

(0.05 sec)
  1. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....document Leave feedback On this page This REST API allows add attachments...application/json" * cURL example to join pages from several documents into...

    docs.groupdocs.cloud/merger/import-attachment/
  2. docker buildx install

    docker buildx install: Install buildx as a 'docker builder' alias...information Contents: × Page details Edit this page Request changes Contents...

    docs.docker.com/engine/reference/commandline/bu...
  3. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Signature Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Signature API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if Page options, like Page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....consumption Leave feedback On this page Note This example related to...about /join method: if page options, like page number, are set for...

    docs.groupdocs.cloud/signature/metered-consumpt...
  4. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if Page options, like Page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....consumption Leave feedback On this page Note This example related to...about /join method: if page options, like page number, are set for...

    docs.groupdocs.cloud/merger/metered-consumption/
  5. Configure DropBox Storage | Documentation

    You have to complete following steps to configure Dropbox Storage: Log into Dashboard Access the Storages Page Select DropBox Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyDropboxStorage) and click on Generate Token button Log into Dropbox and Authorize our app Dropbox will generate your Access Token and you will be redirected to our Dashboard Press Save button to create storage Now you can use this storage with GroupDocs REST APIs....Storage: Log into Access the Page Select from the ‘Create New...APIs. For example: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/total/configure-dropbox-st...
  6. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Formats Leave feedback On this page This REST API allows getting...preferred language. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  7. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Name Leave feedback On this page This REST API allows to remove...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Split PowerPoint PPT or PPTX Presentations in Ruby

    Online PPTX Splitter tool helps to separate PPTX file Pages fast and easy. This article is about how to split powerPoint PPT or PPTX presentations in Ruby....rearrange a single page or a collection of pages from supported document...using REST API. You can split pages of any PPTX file into separate...

    blog.groupdocs.cloud/2022/06/24/split-powerpoin...
  9. Available SDKs | Documentation

    GroupDocs.Watermark Cloud SDKs GroupDocs.Watermark Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....SDKs Leave feedback On this page GroupDocs.Watermark Cloud SDKs...zero initial cost: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/available-sdks/
  10. 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....SearchResult Leave feedback On this page SearchResult data structure..."filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...

    docs.groupdocs.cloud/signature/searchresult/