Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,106 for

get pages

(0.03 sec)
  1. 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" ] }, ..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.conversion Cloud REST...

    docs.groupdocs.cloud/conversion/get-supported-f...
  2. Get Supported File Types | Documentation

    This REST API allows to Get list of all file formats supported by GroupDocs.Metadata 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....Info Operations / Get Supported File Types Get Supported File Types...feedback On this page This REST API allows to get list of all by...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  3. Get Supported File Formats | Documentation

    This REST API allows Getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the Get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to Get supported file types. 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....Developer Guide / Get Supported File Formats Get Supported File...feedback On this page This REST API allows getting list of all by...

    docs.groupdocs.cloud/editor/get-supported-file-...
  4. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Guide / Basic usage / Get Supported QRCodes Get Supported QRCodes...QRCodes Leave feedback On this page GroupDocs.Signature Cloud REST API...

    docs.groupdocs.cloud/signature/get-supported-qr...
  5. Get Supported File Formats | Documentation

    This REST API allows Getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the Get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to Get supported file types. 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....Developer Guide / Get Supported File Formats Get Supported File...feedback On this page This REST API allows getting a list of all...

    docs.groupdocs.cloud/merger/get-supported-file-...
  6. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of 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.Comparison 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/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Comparison Cloud REST...

    docs.groupdocs.cloud/comparison/get-supported-f...
  7. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive Pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....N Consecutive Pages Convert N Consecutive Pages Leave feedback...feedback On this page This example demonstrates how to convert consecutive...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  8. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Operations / Get Metadata Tags Information Get Metadata Tags...Information Leave feedback On this page This REST API allows to obtain...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  9. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....Operations / Get Container Items Information Get Container Items...Information Leave feedback On this page This REST API endpoint allows...

    docs.groupdocs.cloud/parser/get-container-items...
  10. 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....Info Operations / Get Supported File Formats Get Supported File...feedback On this page This REST API allows getting a list of all...

    docs.groupdocs.cloud/watermark/get-supported-fi...