Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 2,230 for

conversion php

(0.04 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...NET, Java, PHP) that your business needs. Using...Next Generation GroupDocs.Conversion Cloud 18.6 monthly release...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...APIs for Word to PowerPoint Conversion Convert DOCX to PPTX or PPT...PPT in Ruby Word to PPTX Conversion with Advance Options APIs...

    blog.groupdocs.cloud/groupdocs.cloud/page/28/
  3. Backroung Brush and Stamp Brush Styles Signatur...

    GroupDocs.cloud developer newsletter of September 2018 describes document manipulation Cloud APIs updates, major feature enhancements and bug fixes within GroupDocs REST APIs....NET, Java, PHP) that your business needs. Using...Documents Comparison Cloud SDK for PHP Applications # Using GroupDocs...

    blog.groupdocs.cloud/total/cloud-rest-apis-to-m...
  4. Available SDKs | Documentation

    GroupDocs.Conversion 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....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Getting Started /...

    docs.groupdocs.cloud/conversion/available-sdks/
  5. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/Conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/working-with-st...
  6. Get Supported File Formats | 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 list of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/Conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/get-supported-f...
  7. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/working-with-fo...
  8. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/working-with-fi...
  9. Getting metered license-information | 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 information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/Conversion/license cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/Conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:...Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/license-informa...
  10. 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....Conversion Product Solution GroupDocs...Documentation / GroupDocs.Conversion Cloud / Developer Guide /...

    docs.groupdocs.cloud/conversion/metered-consump...