Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 1,409 for

doc to docx

(0.04 sec)
  1. Set Metadata By Tag | Documentation

    This REST API allows To set Document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how To set metadata information To all properties with the “CreaTor” tag name. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  2. Working With Folder | Documentation

    GroupDocs.Classification Cloud Working With Folder...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."value" : [ { "name" : "four-pages.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/classification/working-wit...
  3. Join Document Pages | Documentation

    This REST API allows merging the source Document with specific Document pages from joined Documents inTo one resultant Document by specifying desired page numbers or page ranges. There are several ways To specify page numbers needed from each Document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'WordProcessing/sample-10-pages.docx' }, 'Pages': [ 3, 6, 8 ], }...

    docs.groupdocs.cloud/merger/join-document-pages/
  4. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With STorage...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/classification/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/classification/working-wit...
  5. Join Multiple Documents | Documentation

    This REST API allows merging two or more Documents inTo a single resultant Document. For the simplest scenario of combining several Documents Together it’s only needed To provide sTorage path for each file. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified for each joined Document. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name It could be omitted for default sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'/WordProcessing/four-pages.docx', 'Password': 'password' } }...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  6. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupDocs.cloud/v1.0/merger/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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/merger/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/merger/working-with-storage/
  7. Remove Metadata By Tag | Documentation

    This REST API allows To remove metadata properties from the Document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To remove all metadata properties with the “Created” tag name. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Remove Metadata By Property Value | Documentation

    This REST API allows To remove metadata properties from the Document choosing the properties which values are matching the specified. cURL example The following example demonstrates how To remove metadata 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. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Property Name | Documentation

    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 date and time information in all properties that may have names containing “Date” 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

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