Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,870 for

jwt

(0.1 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. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/conversion/get-document-me...
  3. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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/specify-max-chars-a...
  4. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous 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/join-word-continous/
  5. Excel から JPG | XLS から JPG | C# .NET で Excel シート...

    .NET REST API を使用して Excel ファイルを高品質の JPG 画像に変換する方法。C# .NET で XLS / XLSX を JPG に変換します。...このアプローチの最初のステップは、パーソナライズされた JWT アクセス トークンを取得することです。JWT トークンを取得したら、次の cURL...画像の名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 無料の Excel...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  6. Chuyển đổi PDF sang HTML | Chuyển đổi PDF sang ...

    Chuyển đổi PDF sang HTML liền mạch trong C# .NET. Quy trình dễ dàng và đơn giản để chuyển đổi PDF sang HTML bằng .NET REST API....báo truy cập JWT. Khi chúng ta có mã thông báo JWT, vui lòng thực...accessToken bằng mã thông báo JWT được tạo ở trên. Sau khi chuyển...

    blog.groupdocs.cloud/vi/conversion/convert-pdf-...
  7. CSV เป็น JPG | แปลง CSV เป็น JPEG | รูปภาพเป็น ...

    เรียนรู้วิธีแปลงไฟล์ CSV เป็นภาพ JPEG โดยใช้ C# .NET แนวทางปฏิบัติที่ดีที่สุดของเราในการแปลงไฟล์ที่คั่นด้วยเครื่องหมายจุลภาคเป็นรูปภาพ jpg ด้วย C# .NET...ขั้นตอนแรกคือการสร้างโทเค็นการเข้าถึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ แ...และเมื่อเราสร้างโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง cURL ต่อไปนี้เพื่อแปลงไฟล์...

    blog.groupdocs.cloud/th/conversion/convert-csv-...
  8. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/comparison/get-document-in...
  9. 將 PDF 轉換為 HTML | C# .NET 中的 PDF 到 Web 轉換

    C# .NET 中 PDF 到 HTML 的無縫轉換。使用 .NET REST API 將 PDF 轉換為 HTML 的流程簡單易行。...此方法的第一步是取得您的個人化憑證(應用程式金鑰和應用程式 SID)並產生 JWT 存取權杖。一旦我們有了 JWT 令牌,請執行以下 cURL 命令將 PDF...格式的名稱,將「accessToken」替換為上面產生的 JWT 令牌。成功轉換後,產生的檔案儲存在雲端儲存中。 如果您想將產生的...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  10. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....\ -H "authorization: Bearer $JWT_TOKEN " \ -H "Content-Type: application/json"..."authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json"...

    docs.groupdocs.cloud/conversion/convert-to-any-...