Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 2,043 for

doc to docx

(0.3 sec)
  1. 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. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupDocs.cloud/connect/Token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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": "" }, "SearchCriteria":...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. 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. Linux/MacOS/Bash # 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 environment variables. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents\\input.docx", "StorageName": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupDocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get Client Id and Client Secret. That will be used To invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...= "WordProcessing/four-pages.docx" } }; var item2 = new JoinItem...

    docs.groupdocs.cloud/merger/quick-start/
  4. Extract Metadata By Property Name Match Exact P...

    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 with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents\\input.docx", "StorageName": "" }, "SearchCriteria":...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you To add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how To add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata To a Document (example) curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents\\input.docx", "StorageName": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents/input.docx", "StorageName": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all Document pages. The result is a new Document that has orientation changed for specified pages. There are several ways To specify desired page numbers: 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. For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."/WordProcessing/four-pages.docx"}, "Pages": [ 2, 4 ], "Mode":...

    docs.groupdocs.cloud/merger/change-page-orienta...
  8. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source Documents by providing exact page numbers via Pages collection. The result is a new Document that contains only specified pages from a source Document. For protected Documents, it is also required To provide a password. The following example demonstrates how To extract pages 2,4,7 from a source Document inTo a new Document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."/WordProcessing/sample-10-pages.docx"}, "Pages": [2, 4, 7], "OutputPath":...

    docs.groupdocs.cloud/merger/extract-pages/
  9. Working with QR Code 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 sign a Document with QRCode. It provides methods To create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature To Document You can create QRCode Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...cloud/v1/signature/one-page.docx/qrcode" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-qr-...
  10. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows To remove metadata properties from the Document choosing the properties with specified name. cURL example The following example demonstrates how To remove metadata properties that have exact “NameOfApplication” names. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Join several Documents inTo one (example endpoint) curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents\\input.docx", "StorageName": "" }, "SearchCriteria":...

    docs.groupdocs.cloud/metadata/remove-metadata-b...