Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 1,841 for

jwt

(0.1 sec)
  1. แปลง HTML เป็น PDF ใน C# .NET

    ค้นพบว่า GroupDocs.Cloud Conversion API ลดความยุ่งยากในการแปลง HTML เป็น PDF ได้อย่างไร แปลง HTML เป็น PDF โดยทางโปรแกรมอย่างง่ายดายโดยใช้ C# .NET...และสร้างโทเค็นการเข้าถึง JWT เมื่อเรามีโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง...เอาต์พุตที่จะสร้าง และ accessToken ด้วยโทเค็น JWT ที่สร้างขึ้นด้านบน แอปแปลง HTML...

    blog.groupdocs.cloud/th/conversion/convert-html...
  2. แปลง CSV เป็น JSON | ส่งออก CSV เป็น JSON ใน C#...

    เรียนรู้วิธีแปลงไฟล์ CSV เป็นรูปแบบ JSON ได้อย่างง่ายดายด้วยคำแนะนำทีละขั้นตอนของเรา ส่งออก CSV เป็น JSON ได้อย่างง่ายดาย...ขั้นตอนแรกคือการสร้างโทเค็นการเข้าถึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ แ...และเมื่อเราสร้างโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง cURL ต่อไปนี้เพื่อส่งออก...

    blog.groupdocs.cloud/th/conversion/convert-csv-...
  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. Банківська виписка Password Remover | Видалити ...

    Дізнайтеся, як ми видаляємо паролі з PDF-файлів банківських виписок, у нашому прикладі. Дізнайтеся про кроки для успішного видалення пароля PDF і легко отримайте доступ до фінансових даних.... Використовуйте отриманий JWT для автентифікації. Надішліть...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/uk/merger/online-bank-stat...
  6. Removedor de senha de extrato bancário | Remove...

    Explore como removemos senhas de extratos bancários em PDF em nosso estudo de caso. Aprenda as etapas para remover com sucesso a senha do PDF e acessar dados financeiros facilmente.... Use o JWT obtido para autenticação. Envie...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/pt/merger/online-bank-stat...
  7. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It 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 OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password 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/security-operations/
  8. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....\ -H "Authorization: Bearer $JWT_TOKEN " \ --data-binary "@path/to/file"..."Authorization: Bearer $env:JWT_TOKEN" ` -d "@path/to/file" Windows...

    docs.groupdocs.cloud/viewer/convert-and-download/
  9. CSV 轉 JPG |將 CSV 轉換為 JPEG | C# .NET 中的圖像到 CSV

    了解如何使用 C# .NET 將 CSV 檔案轉換為 JPEG 影像。我們使用 C# .NET 將逗號分隔檔轉換為 jpg 映像檔的最佳實務。... 第一步是根據客戶端憑證產生 JWT 存取令牌,產生 JWT 令牌後,請執行下列 cURL 指令將 CSV...JPG 映像的名稱,將「accessToken」替換為個人化 JWT 存取權杖。 現在,如果我們需要將生成的 JPG 保存在本機磁碟機上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  10. CSV en JPG | Convertir CSV en JPEG | Image au f...

    Découvrez comment convertir des fichiers CSV en images JPEG à l'aide de C# .NET. Nos meilleures pratiques pour convertir des fichiers séparés par des virgules en image jpg avec C# .NET....consiste à générer un jeton d’accès JWT basé sur les informations d’identification...que nous avons généré le jeton JWT, veuillez exécuter la commande...

    blog.groupdocs.cloud/fr/conversion/convert-csv-...