Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 1,868 for

jwt

(0.4 sec)
  1. Java: 在線轉換 PDF 為 Excel | 在線 PDF 轉 XLS

    如何使用 Java REST API 將 PDF 轉換為 Excel 工作簿。開發使用 Java API 的 PDF 到 Excel 在線轉換器。簡單易用的 PDF 到 XLS 轉換。... 首先,我們需要基於客戶端憑據生成 JWT 訪問令牌,然後執行以下命令以進行 MPP 轉換為 HTML。...文件名稱,並將 accessToken 替換為個人化的 JWT 存取令牌。 如果我們需要將生成的 XLSX 保存到本地硬碟,請嘗試執行以下...

    blog.groupdocs.cloud/zh-hant/conversion/pdf-to-...
  2. C# 将 HTML 转换为 PDF | 使用 .NET REST API 将网页转换为 PDF

    如何在 C# .NET 中将 HTML 转换为 PDF。我们逐步引导您通过 REST API 以编程方式将 HTML 和网页转换为高质量的 PDF 文档。...HTML 到 PDF 转换命令之前,基于客户端凭据生成您的 JWT 访问令牌。令牌生成后,请执行以下命令。 curl -v "https://api...\"{converted}\"}" 将 {ACCESSTOKEN} 替换为您生成的 JWT 令牌,并将 index.html 替换为您的 HTML 文件名称。...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  3. MPP를 Excel로 변환 | MPP를 XLS로 내보내기 | MPP를 XLSX로

    C# .NET을 사용하여 MS Project(MPP) 파일을 Excel 형식(XLS/XLSX)으로 변환하는 방법을 알아보세요. 동적 MPP에서 XLS로 또는 MPP에서 XLSX로 변환. MPP에서 XLS로 변환기... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성한 다음 다음 cURL 명령을 실행하여...문서 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. MS 프로젝트를 Excel로...

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...
  4. PDF를 JPG로 변환하는 C# | PDF 문서를 JPEG로 내보내기

    C#에서 .NET API를 사용하여 PDF를 JPG로 쉽게 변환할 수 있습니다. PDF 파일을 고품질 JPEG 이미지로 변환하고, PDF에서 이미지 워크플로를 자동화하며, PDF를 JPEG 형식으로 내보낼 수 있습니다.... 먼저, 클라이언트 자격 증명을 사용하여 JWT 액세스 토큰을 생성한 다음, 다음 명령을 실행하여 PDF를...\"{resultantFile}\"}" {ACCESSTOKEN} 를 JWT 토큰으로, inputFile 을 PDF 파일 이름으로...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  5. Chuyển HTML sang Excel | Web sang Excel bằng C#...

    Cách chuyển đổi bảng HTML sang bảng tính Excel một cách liền mạch bằng C# .NET....chúng tôi đã tạo mã thông báo JWT dựa trên thông tin đăng nhập...accessToken bằng mã thông báo truy cập JWT được cá nhân hóa. Nếu bạn muốn...

    blog.groupdocs.cloud/vi/conversion/convert-html...
  6. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d @' { "FileInfo":...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/set-document-me...
  9. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-project-time...
  10. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "JoinItems": [...

    docs.groupdocs.cloud/merger/join-document-pages/