Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 1,870 for

jwt

(1.39 sec)
  1. 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...
  2. 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-...
  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. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  5. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/rotate-pages/
  6. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/import-attachment/
  7. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  8. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  9. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Cad/Sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Cad/Sample...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  10. GroupDocs

    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....0/comparison/ 驗證 為了提高安全性,我們在此版本中引入了 JWT(JSON Web Token)身份驗證。 V2 API 版本不再支持...簽名身份驗證方法。讓我們向您展示如何獲取 JWT 訪問令牌。 ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/zh-hant/tag/groupdocs/