Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,842 for

jwt

(0.09 sec)
  1. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor 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/editor/working-with-files/
  2. Apresentando o GroupDocs.Comparison Cloud 19.5!

    Chegou a nova versão do Groupdocs.Comparison Cloud 19.5. Seu interesse em nossa API de nuvem de comparação de documentos nos mantém motivados a implementar novos recursos....introduzimos a autenticação JWT (JSON Web Token) nesta versão...token de acesso JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/pt/comparison/introducing-...
  3. Konversi Excel ke CSV | XLS ke File Dibatasi Ko...

    Cara mudah mengubah file Excel ke format CSV menggunakan .NET REST API. Lakukan konversi file Excel ke file yang dibatasi koma. XLS ke CSV atau XLSX ke CSV...adalah mendapatkan token akses JWT yang dipersonalisasi. Jadi, setelah...setelah Anda memiliki token JWT, silakan jalankan perintah cURL...

    blog.groupdocs.cloud/id/conversion/convert-exce...
  4. Преобразование Excel в CSV | XLS в файлы с разд...

    Как легко преобразовать файлы Excel в формат CSV с помощью .NET REST API. Выполните преобразование файлов Excel в файлы с разделителями-запятыми. XLS в CSV или XLSX в CSV...токена доступа JWT. Итак, если у вас есть токен JWT, выполните следующую...персонализированным токеном доступа JWT. Попробуйте бесплатное приложение...

    blog.groupdocs.cloud/ru/conversion/convert-exce...
  5. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....--header "authorization: Bearer $JWT_TOKEN " \ --header "content-type:..."authorization: Bearer $env:JWT_TOKEN" ` - -header "content-type:...

    docs.groupdocs.cloud/signature/working-with-ver...
  6. إكسل إلى JPG | XLS إلى JPG | ورقة Excel للصورة ...

    كيفية تحويل ملفات Excel إلى صور JPG عالية الجودة باستخدام .NET REST API. تحويل XLS / XLSX إلى JPG في C# .NET....على رمز وصول JWT مخصص. لذلك، بمجرد حصولك على رمز JWT، يرجى تنفيذ...الناتجة و"accessToken" برمز وصول JWT المخصص. محول مجاني من Excel إلى...

    blog.groupdocs.cloud/ar/conversion/convert-exce...
  7. تحويل JSON إلى CSV في Node.js | JSON إلى CSV وا...

    تعلم كيفية تحويل بيانات JSON المنظمة إلى تنسيق CSV باستخدام واجهة برمجة تطبيقات Node.js. قم بتحويل JSON إلى CSV بسهولة من أجل التقارير أو قواعد البيانات أو جداول البيانات....باستخدام API: بمجرد الحصول على رمز JWT، يرجى استخدام أمر cURL هذا لتحويل...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ar/conversion/convert-json...
  8. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  9. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” 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.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/set-metadata-by-p...
  10. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the 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. 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 add metadata to a document 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...