Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 1,890 for

jwt

(0.61 sec)
  1. Java: แปลง MPP เป็น PDF | MPP เป็น PDF ตัวแปลงใ...

    เรียนรู้วิธีการแปลง MPP เป็น PDF โดยใช้ Java REST API ทำให้การแชร์โปรเจกต์ง่ายขึ้น เพิ่มความสะดวกในการเข้าถึง และรับรองความเข้ากันได้กับรูปแบบ PDF สากล...Firstly, we need to generate a JWT access token and then, execute...ที่ได้และ accessToken ด้วยโทเค็น JWT ที่ปรับแต่งแล้ว ในกรณีที่เรา...

    blog.groupdocs.cloud/th/conversion/convert-mpp-...
  2. C# แปลง HTML เป็น PDF | แปลงหน้าเว็บเป็น PDF ด้...

    วิธีการแปลง HTML เป็น PDF ใน C# .NET คู่มือแบบทีละขั้นตอนของเราในการแปลง HTML และเว็บเพจเป็นเอกสาร PDF คุณภาพสูงด้วย REST API...PDF ให้สร้างโทเค็นการเข้าถึง JWT ของคุณตามข้อมูลประจำตัวของลูกค้า...\"{converted}\"}" แทนที่ {ACCESSTOKEN} ด้วย JWT โทเค็นที่คุณสร้างขึ้นและ index...

    blog.groupdocs.cloud/th/conversion/convert-html...
  3. 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...
  4. CSV to JSON in Node.js | REST API로 CSV를 JSON으로 ...

    CSV를 JSON으로 변환하기 위해 Node.js에서 GroupDocs.Conversion SDK를 사용합니다. 표 형식 데이터를 구조화된 JSON 형식으로 변환하기 위한 확장 가능하고 안전한 REST API입니다.... Step 1: JWT 액세스 토큰 생성: curl -v "https://api...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  5. Java: PowerPoint에 웹페이지 삽입 | PPT에 웹페이지 삽입

    HTML을 PowerPoint 프레젠테이션으로 변환하는 방법을 배우세요 Java와 함께 GroupDocs.Conversion Cloud SDK를 사용하여. HTML을 PowerPoint에 쉽게 삽입하거나 HTML을 PPT로 변환하세요.... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성한 다음, 웹 페이지를 PowerPoint...프레젠테이션의 이름으로 OutputPath 를, 개인화된 JWT 액세스 토큰으로 accessToken 을 교체해 주세요...

    blog.groupdocs.cloud/ko/conversion/convert-html...
  6. Image Redaction

    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....生成訪問令牌 ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...

    blog.groupdocs.cloud/zh-hant/tag/image-redaction/
  7. GroupDocs.Annotation

    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....การรับรองความถูกต้อง การรับรองความถูกต้อง JWT (JSON Web Token) ได้รับการแนะนำในรุ่นนี้...

    blog.groupdocs.cloud/th/tag/groupdocs.annotation/
  8. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/split-document/
  9. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  10. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-outlook-data...