Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 37,586 for

conversion curl

(0.05 sec)
  1. Convert AIFF to WAV using PHP

    REST APIs for documents & images Conversion via PHP. Convert between AIFF, WAV, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images....Conversion Cloud SDK for PHP has been...started with our document conversion REST API, which lets you...

    products.groupdocs.cloud/conversion/php/aiff-to...
  2. Convert AIFF to OGG using PHP

    REST APIs for documents & images Conversion via PHP. Convert between AIFF, OGG, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images....Conversion Cloud SDK for PHP has been...started with our document conversion REST API, which lets you...

    products.groupdocs.cloud/conversion/php/aiff-to...
  3. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Conversion Product Solution GroupDocs...API directly from the browser. cURL example Request * First get...

    docs.groupdocs.cloud/merger/get-document-inform...
  4. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Conversion Product Solution GroupDocs...has been used in the example. cURL example The following example...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  5. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. Curl example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. 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....Conversion Product Solution GroupDocs...properties to extract by name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser 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....Conversion Product Solution GroupDocs...example. HTTP POST ~~/formats cURL example The following example...

    docs.groupdocs.cloud/parser/get-supported-file-...
  7. 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. 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....Conversion Product Solution GroupDocs...exact tag and category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. Curl example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. 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....Conversion Product Solution GroupDocs...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. Curl example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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....Conversion Product Solution GroupDocs...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. Curl example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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....Conversion Product Solution GroupDocs...specified regular expression. cURL example The following example...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...