Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,862 for

jwt

(0.25 sec)
  1. GroupDocs.Comparison Cloud 19.5를 소개합니다!

    Groupdocs.Comparison Cloud 19.5의 새 버전이 출시되었습니다. Document Comparison Cloud API에 대한 귀하의 관심은 우리가 새로운 기능을 구현하도록 동기를 부여합니다....0/comparison/ 입증 보안 강화를 위해 이번 릴리스에서는 JWT(JSON Web Token) 인증을 도입했습니다. OAuth2...V2 API 버전에서 더 이상 지원되지 않습니다. JWT 액세스 토큰을 얻는 방법을 보여드리겠습니다. ###...

    blog.groupdocs.cloud/ko/comparison/introducing-...
  2. Word เป็น HTML | DOC เป็น HTML ออนไลน์ | DOCX เ...

    แปลงเอกสาร Word เป็น HTML ใน C# .NET เรียนรู้ประโยชน์ของการแปลงไฟล์ DOC, DOCX เป็นรูปแบบ HTML ด้วย C# .NET...ึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ เมื่อเราสร้างโทเค็น JWT แล้ว...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล หากต้องการบันทึก HTML...

    blog.groupdocs.cloud/th/conversion/convert-doc-...
  3. 隆重推出 GroupDocs.Comparison Cloud 19.5!

    新版本的 Groupdocs.Comparison Cloud 19.5 已发布。您对我们的文档比较云 API 的兴趣让我们有动力实施新功能。...0/comparison/ 验证 为了提高安全性,我们在此版本中引入了 JWT(JSON Web Token)身份验证。 V2 API 版本不再支持...签名身份验证方法。让我们向您展示如何获取 JWT 访问令牌。 ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/zh/comparison/introducing-...
  4. Excel'den JPG'ye | XLS'den JPG'ye | C# .NET'te ...

    .NET REST API'yi kullanarak Excel dosyalarını yüksek kaliteli JPG görüntülerine dönüştürme. XLS / XLSX'i C# .NET'te JPG'ye dönüştürün....adımı kişiselleştirilmiş bir JWT erişim belirtecinin elde edilmesidir...edilmesidir. Dolayısıyla, bir JWT jetonunuz olduğunda, XLSX’i JPG...

    blog.groupdocs.cloud/tr/conversion/convert-exce...
  5. PDF Dosyalarını Karşılaştırın | C#'ta PDF Belge...

    GroupDocs.Comparison Cloud SDK ile PDF dosyaları verimli bir şekilde nasıl karşılaştırılır? Ayrıntılı kılavuzumuz, iki PDF dosyasını karşılaştırmak için adım adım talimatlar sağlar....bilgilerine göre JWT erişim belirtecini oluşturmaktır. JWT belirtecini...accessToken ı kişiselleştirilmiş bir JWT erişim belirteciyle değiştirin...

    blog.groupdocs.cloud/tr/comparison/compare-pdf-...
  6. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified. 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. curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "StartPageNumber":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "`{ 'StartPageNumber':...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...