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

jwt

(0.06 sec)
  1. 比較 PDF 文件 |在 C# 中比較 PDF 文檔

    如何使用 GroupDocs.Comparison Cloud SDK 有效比較 PDF 檔案。我們的詳細指南提供了比較兩個 PDF 檔案的逐步說明。... 此方法的第一步是根據客戶端憑證產生 JWT 存取權杖。取得 JWT 令牌後,我們需要執行以下 cURL 命令來比較兩個...檔案的名稱,並將「accessToken」替換為個人化 JWT 存取權令牌。 免費線上比較 PDF 文檔 # 您可以考慮嘗試我們免費、輕量且超高效的...

    blog.groupdocs.cloud/zh-hant/comparison/compare...
  2. C# Excel'den PDF'ye | XLS'den PDF'ye | XLSX'den...

    C# .NET kullanarak Excel çalışma kitaplarını sorunsuz bir şekilde PDF'ye dönüştürün. XLS ve XLSX dosyalarının yüksek kaliteli PDF belgelerine dönüştürülmesine yönelik uzman teknikler....adımı kişiselleştirilmiş bir JWT erişim belirteci elde etmektir...etmektir. Dolayısıyla, bir JWT jetonunuz olduğunda, XLSX’i PDF formatına...

    blog.groupdocs.cloud/tr/conversion/convert-exce...
  3. Converti PDF in PowerPoint | Da PDF a PPT | Da ...

    Converti facilmente presentazioni PDF in PowerPoint utilizzando C# .NET. Salva PDF in PPT online. Convertitore gratuito da PDF a PPTX....token di accesso JWT. Una volta ottenuto il token JWT, esegui il seguente...e “accessToken” con il token JWT generato sopra. Il nostro convertitore...

    blog.groupdocs.cloud/it/conversion/convert-pdf-...
  4. Converti HTML in PDF in C# .NET

    Scopri come l'API GroupDocs.Cloud Conversion semplifica la conversione da HTML a PDF. Converti facilmente HTML in PDF a livello di codice utilizzando C# .NET....token di accesso JWT. Una volta ottenuto il token JWT, esegui il seguente...e “accessToken” con il token JWT generato sopra. App gratuita...

    blog.groupdocs.cloud/it/conversion/convert-html...
  5. Excel sang JSON | Chuyển đổi XLS sang JSON | XL...

    Cách chuyển đổi định dạng Excel sang JSON bằng C# .NET. Kỹ thuật chuyên môn để chuyển đổi tài liệu XLS và XLSX sang dữ liệu JSON...là lấy mã thông báo truy cập JWT được cá nhân hóa. Vì vậy, khi...khi bạn có mã thông báo JWT, vui lòng thực hiện lệnh cURL sau để...

    blog.groupdocs.cloud/vi/conversion/convert-exce...
  6. Excel sang JPG | XLS sang JPG | Bảng Excel thàn...

    Cách chuyển file Excel sang ảnh JPG chất lượng cao bằng .NET REST API. Chuyển đổi XLS / XLSX sang JPG trong C# .NET....là lấy mã thông báo truy cập JWT được cá nhân hóa. Vì vậy, khi...khi bạn có mã thông báo JWT, vui lòng thực hiện lệnh cURL sau để...

    blog.groupdocs.cloud/vi/conversion/convert-exce...
  7. Сохранить JSON в HTML в Node.js | Онлайн конвер...

    Легко конвертируйте файлы JSON в формат HTML с помощью GroupDocs.Conversion Cloud SDK для Node.js. Преобразуйте структурированные данные JSON в HTML-страницы онлайн....получим наш персонализированный JWT токен доступа, пожалуйста, используйте...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ru/conversion/convert-json...
  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. 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...
  10. 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-...