Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,069 for

authorization

(0.14 sec)
  1. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  2. 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" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  3. 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" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. 将 HTML 转换为 JSON 在 Node.js 中 | 在线网页导出为 JSON

    使用 GroupDocs.Conversion Cloud SDK for Node.js 将 HTML 文件转换为 JSON 格式。通过 REST API 在线将结构化的 HTML 文档转换为 JSON 格式。...application/json" \ -H "authorization: Bearer {JWT_TOKEN}" \ -H...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  5. Status and Error Codes | Documentation

    An overview of GroupDocs Assembly Cloud API status and error codes....have incorrect format 401 Authorization failed. The server is refusing...

    docs.groupdocs.cloud/assembly/getting-started/s...
  6. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...

    docs.groupdocs.cloud/parser/extract-images-from...
  7. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....download link (Requires Authorization). attachments List of document...

    docs.groupdocs.cloud/viewer/viewresult/
  8. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "Authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "...."accept: application/json" -H "authorization: Bearer [Access Token]"...

    docs.groupdocs.cloud/annotation/get-supported-f...
  9. Java JSON 转 HTML | 将 JSON 转换为 HTML | JSON 转网页

    学习如何使用 Java 将 JSON 转换为 HTML。 本指南逐步解释了使用 GroupDocs.Conversion Cloud SDK 进行 JSON 到 HTML 转换的方法。...application/json" \ -H "authorization: Bearer {JWTtoken}" \ -H...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh/conversion/convert-json...
  10. 将 JSON 转换为 HTML 在 Node.js 中 | 在线将 JSON 转换为 Web 格式

    轻松使用 GroupDocs.Conversion Cloud SDK for Node.js 将 JSON 转换为 HTML。了解如何通过 RESTful API 从结构化 JSON 文件生成干净的 HTML。...application/json" \ -H "authorization: Bearer {YOUR_ACCESS_TOKEN}"...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh/conversion/convert-json...