Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,843 for

jwt

(0.05 sec)
  1. Yepyeni GroupDocs.Signature Cloud V2!

    Çeşitli dosya biçimlerinde e-İmzaları uygulamak, doğrulamak ve aramak için İmza REST API'leri. Çeşitli elektronik imza çeşitlerini destekler...sürümü V2 Kimlik doğrulama - JWT(JSON Web Token) kimlik doğrulaması...Signature ekleyin V2 örneğinde JWT kimlik doğrulaması kullandığımızı...

    blog.groupdocs.cloud/tr/signature/all-new-group...
  2. Semua GroupDocs Baru.Signature Cloud V2!

    Signature REST API untuk menerapkan, memverifikasi & mencari tanda tangan elektronik dalam berbagai format file. Mendukung beragam jenis tanda tangan elektronik...versi V2 Otentikasi - otentikasi JWT (JSON Web Token). API Tanda Tangan...telah menggunakan otentikasi JWT dalam contoh V2. Harap dicatat...

    blog.groupdocs.cloud/id/signature/all-new-group...
  3. Konwertuj Excel na CSV | Pliki XLS do plików ro...

    Jak bez wysiłku przekształcić pliki Excel do formatu CSV przy użyciu .NET REST API. Wykonaj konwersję plików Excel na pliki rozdzielane przecinkami. XLS do CSV lub XLSX do CSV...dostępowego JWT. Zatem gdy już będziesz mieć token JWT, wykonaj...spersonalizowany token dostępu JWT. Wypróbuj bezpłatną aplikację...

    blog.groupdocs.cloud/pl/conversion/convert-exce...
  4. Konwertuj JSON na CSV | Przekształć JSON w CSV ...

    Nasz kompleksowy przewodnik dotyczący bezproblemowej konwersji JSON na CSV w języku C# .NET. Jak przekształcić dane JSON do formatu CSV przy użyciu API GroupDocs.Conversion Cloud....dostępowego JWT. Tak więc, gdy już będziesz mieć token JWT, wykonaj...spersonalizowany token dostępu JWT. Bezpłatna aplikacja do konwersji...

    blog.groupdocs.cloud/pl/conversion/convert-json...
  5. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD rem First...

    docs.groupdocs.cloud/parser/get-supported-file-...
  6. Конвертировать JSON в CSV | Преобразование JSON...

    Наше подробное руководство по плавному преобразованию JSON в CSV в C# .NET. Как преобразовать данные JSON в формат CSV с помощью GroupDocs.Conversion Cloud API....доступа JWT. Итак, как только у вас появится токен JWT, выполните...персонализированным токеном доступа JWT. Бесплатное приложение для преобразования...

    blog.groupdocs.cloud/ru/conversion/convert-json...
  7. تحويل JSON إلى CSV | تحويل JSON إلى CSV في C# .NET

    دليلنا الشامل لتحويل JSON إلى CSV بسلاسة في C# .NET. كيفية تحويل بيانات JSON إلى تنسيق CSV باستخدام GroupDocs.Conversion Cloud API....على رمز وصول JWT مخصص. لذلك، بمجرد حصولك على رمز JWT، يرجى تنفيذ...CSV و"accessToken" برمز وصول JWT المخصص. تطبيق تحويل JSON إلى...

    blog.groupdocs.cloud/ar/conversion/convert-json...
  8. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (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/extract-metadata-...
  9. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/watermark/get-document-inf...
  10. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example: remove metadata from a document 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...