Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,069 for

authorization

(0.07 sec)
  1. Remove Metadata By Property Name | Documentation

    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 may have names containing “Application” string. 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....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example 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 get document information curl -v "https://api....application/json" \ -H "Authorization: Bearer <jwt token>" Response...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  3. Word to HTML | DOC to HTML Online | DOCX to HTM...

    使用 GroupDocs.Conversion Cloud SDK for Node.js 将 Word 文档转换为 HTML。了解如何使用 Node.js 将 DOC、DOCX 文件转换为 web 友好的 HTML。...application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  4. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible to have support to translation PDF ( en to other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_token”, error_de…...provide as a value for “Authorization” key “Bearer {your_token}”...“tls”: { “reused”: false, “authorized”: true, “authorizationError”:...

    forum.groupdocs.cloud/t/help/5457
  5. 下一代GroupDocs.Annotation Clou首次公开发布

    GroupDocs.Annotation for Cloud API 为开发人员提供了一个 API,用于创建支持文本和图形注释的高级在线文档注释工具...application/json" \ -H "authorization: Bearer xxxxxxxxxxxxxxxxxxxx”...T18:19:14" }]}]" \ -H "authorization: Bearer xxxxxxxxxxxxxxxxxxxx”...

    blog.groupdocs.cloud/zh/annotation/first-public...
  6. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....application/json" \ -H "authorization: Bearer [Acccess Token]...

    docs.groupdocs.cloud/classification/supported-f...
  7. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to 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. curl -v "https://api....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. C# Excel to PDF | XLS to PDF | XLSX to PDF online

    Seamlessly convert Excel workbooks to PDF using C# .NET. Expert techniques for XLS and XLSX files into high-quality PDF documents conversion....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  9. Java: Convert MPP to PDF | MPP to PDF Converter...

    Learn how to convert MPP to PDF using Java REST API. Simplify project sharing, enhance accessibility, and ensure compatibility with a universal PDF format....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  10. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....application/json" \ -H "Authorization: Bearer <jwt token>" -d...

    docs.groupdocs.cloud/metadata/get-document-info...