Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 1,636 for

docx to doc

(0.06 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. 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...ObjectExistsRequest ( "WordProcessing/one-page.docx" , Common . MyStorage ); var...

    docs.groupdocs.cloud/merger/working-with-storage/
  3. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source Documents inTo a single resultant Document. You can specify the exact order and selection of pages from each Document, enabling advanced Document composition scenarios. To mix pages, provide: A list of source Documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages To take from which Document and in what order. The output path for the resultant Document....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...es.docx' }, { 'FilePath': 'WordProcessing/four-pages.docx' }...

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

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  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.Annotation 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/annotation/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/annotation/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/annotation/working-with-st...
  6. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  7. Verify QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify a signed Document. It provides methods To verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2Fs%2Fbzx1xm68zd0c910%2FPieChart.docx" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  8. Working With Folder | 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 the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Parser Cloud API Reference lets you 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 expose....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."value" : [ { "name" : "four-pages.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/parser/working-with-folder/
  9. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example To get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

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

    docs.groupdocs.cloud/metadata/extract-metadata-...