Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 866 for

merger php

(0.19 sec)
  1. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....Merger Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Stamp Signature...

    docs.groupdocs.cloud/signature/working-with-sta...
  2. Getting metered license consumption | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Merger Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...

    docs.groupdocs.cloud/conversion/metered-consump...
  3. Working with Image Signature | 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 Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....Merger Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Image Signature...

    docs.groupdocs.cloud/signature/working-with-ima...
  4. Supported Platforms | Documentation

    GroupDocs.Parser Cloud is a REST API that can be used with any language: .NET, Java, Php, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Merger Product Solution GroupDocs...with any language: .NET, Java, PHP, Ruby, Python, Node.js and many...

    docs.groupdocs.cloud/parser/supported-platforms/
  5. Supported Platforms | Documentation

    GroupDocs.Metadata Cloud is a REST API that can be used with any language: .NET, Java, Php, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Merger Product Solution GroupDocs...with any language: .NET, Java, PHP, Ruby, Python, Node.js and many...

    docs.groupdocs.cloud/metadata/supported-platforms/
  6. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Merger Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Verify Multiple...

    docs.groupdocs.cloud/signature/working-with-ver...
  7. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....Merger Product Solution GroupDocs...+ e . Message ); } } } } PHP <? php include ( dirname ( __DIR__...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  8. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Merger Product Solution GroupDocs...printStackTrace (); } } } PHP <? php include ( dirname ( __DIR__...

    docs.groupdocs.cloud/comparison/quick-start/
  9. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....Merger Product Solution GroupDocs...+ e . Message ); } } } } PHP <? php include ( dirname ( __DIR__...

    docs.groupdocs.cloud/conversion/convert-to-text...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Merger Product Solution GroupDocs...+ e . Message ); } } } } PHP <? php include ( dirname ( __DIR__...

    docs.groupdocs.cloud/conversion/get-document-me...