Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 7,655 for

joining

(0.09 sec)
  1. Convert MPP to FODP using Ruby

    REST APIs for documents & images conversion via Ruby. Convert between MPP, FODP, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...

    products.groupdocs.cloud/conversion/ruby/mpp-to...
  2. Convert MPT to JPEG using Ruby

    REST APIs for documents & images conversion via Ruby. Convert between MPT, JPEG, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...

    products.groupdocs.cloud/conversion/ruby/mpt-to...
  3. Convert MPT to RTF using Ruby

    REST APIs for documents & images conversion via Ruby. Convert between MPT, RTF, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...

    products.groupdocs.cloud/conversion/ruby/mpt-to...
  4. Convert MPX to EMZ using Ruby

    REST APIs for documents & images conversion via Ruby. Convert between MPX, EMZ, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...

    products.groupdocs.cloud/conversion/ruby/mpx-to...
  5. Convert MPX to ICO using Ruby

    REST APIs for documents & images conversion via Ruby. Convert between MPX, ICO, PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images.... join( ', ' ) } ]" ) end Get Started...

    products.groupdocs.cloud/conversion/ruby/mpx-to...
  6. Credit Calculation issue using GroupDocs.Merger...

    Hi @tilal.ahmad We’ve implemented the Google Cloud Storage support you’ve added for self-hosted docker instances, and it seems the credit increase bug is back. Here are the outputs and logs from some test runs for mergi…...#6 @mixonfreddy6plus We have joined your provided 6 files into...

    forum.groupdocs.cloud/t/credit-calculation-issu...
  7. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” 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....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. 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....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified 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....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/