Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,870 for

jwt

(0.24 sec)
  1. Excel'i CSV'ye Dönüştürme | C# .NET'te XLS'den ...

    .NET REST API'yi kullanarak Excel dosyalarını zahmetsizce CSV formatına dönüştürme. Excel'den virgülle ayrılmış dosyalara dönüştürme işlemi gerçekleştirin. XLS'den CSV'ye veya XLSX'den CSV'ye...adımı kişiselleştirilmiş bir JWT erişim belirtecinin elde edilmesidir...edilmesidir. Dolayısıyla, bir JWT jetonunuz olduğunda, XLSX’i CSV...

    blog.groupdocs.cloud/tr/conversion/convert-exce...
  2. Converti Excel in CSV | XLS in file delimitati ...

    Come trasformare facilmente i file Excel in formato CSV utilizzando l'API REST .NET. Esegui la conversione di file Excel in file delimitati da virgole. XLS in CSV o XLSX in CSV...ottenere un token di accesso JWT personalizzato. Pertanto, una...una volta ottenuto un token JWT, esegui il seguente comando cURL...

    blog.groupdocs.cloud/it/conversion/convert-exce...
  3. Słowo do HTML | DOC do HTML online | DOCX do HT...

    Konwertuj dokumenty Word na HTML w C# .NET. Poznaj zalety konwersji pliku DOC, DOCX do formatu HTML za pomocą języka C# .NET....wygenerowanie tokena dostępu JWT na podstawie poświadczeń klienta...klienta. Po wygenerowaniu tokena JWT musimy wykonać następujące polecenie...

    blog.groupdocs.cloud/pl/conversion/convert-doc-...
  4. Слово в HTML | DOC в HTML онлайн | DOCX в HTML ...

    Перетворення документів Word на HTML у C# .NET. Дізнайтеся про переваги перетворення файлів DOC, DOCX у формат HTML за допомогою C#....є створення маркера доступу JWT на основі облікових даних клієнта...того як ми згенерували маркер JWT, нам потрібно виконати таку команду...

    blog.groupdocs.cloud/uk/conversion/convert-doc-...
  5. معرفی GroupDocs.Comparison Cloud 19.5!

    نسخه جدید Groupdocs.Comparison Cloud 19.5 اینجا است. علاقه شما به Document Comparison Cloud API ما را برای پیاده سازی ویژگی های جدید با انگیزه نگه می دارد....برای امنیت بهتر، احراز هویت JWT (JSON Web Token) را در این نسخه...شوند. اجازه دهید نحوه دریافت JWT Access Token را به شما نشان دهیم...

    blog.groupdocs.cloud/fa/comparison/introducing-...
  6. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Linux/MacOS/Bash # First get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your credentials. 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" # cURL example to join several documents into one curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. 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" # cURL example to get document information curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD REM First...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  8. 全新GroupDocs.Signature Cloud V2!

    签名 REST API,用于应用、验证和搜索各种文件格式的电子签名。支持多种电子签名...什么是新的 # API版本 - 推出API版本V2 身份验证 - JWT(JSON Web Token) 身份验证 签名 API -...cURL 示例中您可以注意到,我们在 V2 示例中使用了 JWT 身份验证。请注意,V2 不再支持 V1 API 版本的 OAuth...

    blog.groupdocs.cloud/zh/signature/all-new-group...
  9. Working with Text Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....\ -H "authorization: Bearer $JWT_TOKEN " \ -d '{ "Margin": {"All":0..."authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'Margin': {'All':0...

    docs.groupdocs.cloud/signature/working-with-tex...
  10. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/merger/working-with-files/