Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,870 for

jwt

(0.3 sec)
  1. CSV sang PDF | Chuyển đổi CSV sang PDF trong C#...

    Cách chuyển đổi tệp CSV sang định dạng PDF một cách dễ dàng bằng hướng dẫn từng bước của chúng tôi. Chuyển đổi CSV sang PDF dễ dàng và đơn giản bằng C# và GroupDocs.Conversion Cloud API....cần tạo mã thông báo truy cập JWT dựa trên thông tin xác thực của...hàng. Khi đã tạo mã thông báo JWT, chúng tôi cần thực thi lệnh...

    blog.groupdocs.cloud/vi/conversion/convert-csv-...
  2. CSV 转 PDF | 使用 C# 将 CSV 转换为 PDF。将 CSV 转换为 PDF

    如何使用我们的分步指南轻松地将 CSV 文件转换为 PDF 格式。使用 C# 和 GroupDocs.Conversion Cloud API 轻松简单地将 CSV 转换为 PDF。... 首先,我们需要根据客户端凭据生成 JWT 访问令牌。生成 JWT 令牌后,我们需要执行以下 cURL 命令将 CSV...文件的名称,并将“accessToken”替换为个性化的 JWT 访问令牌。 如果我们需要将生成的 PDF 保存在本地驱动器上,请尝试使用以下...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  3. CSV를 JSON으로 변환 | C# .NET에서 CSV를 JSON으로 내보내기

    단계별 가이드를 통해 CSV 파일을 JSON 형식으로 쉽게 변환하는 방법을 알아보세요. CSV를 JSON으로 쉽게 내보낼 수 있습니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 생성되면 다음 cURL...파일의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 이제 결과 JPG를 로컬...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  4. GroupDocs.Conversion Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Conversion Cloud REST API 支持 JWT(JSON Web Token) 身份验证。...

    blog.groupdocs.cloud/zh/tag/groupdocs.conversio...
  5. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. 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 Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/annotation/get-pages/
  6. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d "{\"FilePath\":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "words/four-pages...

    docs.groupdocs.cloud/editor/get-document-inform...
  7. PDF를 HTML로 변환 | C# .NET에서 PDF를 웹으로 변환

    C# .NET에서 PDF를 HTML로 완벽하게 변환합니다. .NET REST API를 사용하여 PDF를 HTML로 변환하는 쉽고 간단한 프로세스입니다....증명(앱 키 및 앱 SID)을 얻고 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 있으면 다음 cURL 명령을...이름으로, ‘accessToken’을 위에서 생성된 JWT 토큰으로 바꾸세요. 변환이 성공적으로 완료되면 결과...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  8. CSV를 JPG로 | CSV를 JPEG로 변환 | C# .NET에서 이미지를 CSV로

    C# .NET을 사용하여 CSV 파일을 JPEG 이미지로 변환하는 방법을 알아보세요. C# .NET을 사용하여 쉼표로 구분된 파일을 jpg 이미지로 변환하는 모범 사례입니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 생성되면 다음 cURL...이미지의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 이제 결과 JPG를 로컬...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  9. Java JSON を HTML に | JSON を HTML に変換 | JSON から ...

    Javaを使用してJSONをHTMLに変換する方法を学びましょう。このガイドでは、GroupDocs.Conversion Cloud SDKを使用したJSONからHTMLへの変換の手順を説明します。...このアプローチを始めるには、最初にクライアント資格情報に基づいてJWTアクセストークンを生成する必要があります。JWTトークンが取得されたら、次のcUR...JSON ファイルの名前に、 JWTtoken を個別の JWT アクセストークンに置き換えてください。 ローカルドライブ...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  10. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/swap-pages/