Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,441 for

jwt

(0.02 sec)
  1. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/comparison/create-document...
  2. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FilePath': 'P...

    docs.groupdocs.cloud/conversion/convert-using-c...
  3. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...\ -H "Authorization: Bearer <jwt token>" --data-binary "@path/to/file"...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove 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....- H "Authorization: Bearer <jwt token>" \ - d "{ \"FileInfo\":...

    docs.groupdocs.cloud/annotation/delete-annotati...
  5. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. 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....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/search-for-digit...
  6. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  7. 在 Node.js 中将 Word 转换为 PDF | DOCX 转 PDF 在线 REST API

    学习如何使用 Node.js API 将 Microsoft Word 文档 (DOC, DOCX) 转换为 PDF。一个可靠且可扩展的 REST API 用于 Word 到 PDF 的转换。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...PDF 文件的名称,将 JWTTOKEN 替换为个性化的 JWT 访问令牌。 DOC to PDF 转换 - 将输出保存到本地驱动器:...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  8. 将 PDF 转换为 Word 在 Node.js 中 | 在线 PDF 转 DOCX 或 DOC

    学习如何使用 Node.js API 将 PDF 转换为可编辑的 Word 格式 (DOC/DOCX)。轻松在线将 PDF 内容导出到 Microsoft Word 文档中。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...替换为生成的Word文档的名称,将 JWTTOKEN 替换为个性化的JWT访问令牌。 PDF 转 DOC 转换 - 将结果文件保存到本地驱动器:...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  9. 将 PDF 转换为 HTML | PDF 转换为网页 | 在 Java 中将 PDF 转换为 ...

    学习如何使用 Java REST API 将 PDF 转换为 HTML。这是一种简单而高效的方法,可以将 PDF 转换为适合网络的 HTML 格式。... 使用您的凭据生成 JWT 访问令牌。 Run the following cURL...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  10. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/verify-text-sign...