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

jwt

(0.66 sec)
  1. 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...
  2. 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...
  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. معرفی 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-...
  5. 全新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...
  6. 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...
  7. 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/
  8. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $Jwt_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:Jwt_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....\ -H "authorization: Bearer $JWT_TOKEN " \ -H "Content-Type: application/json"..."authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json"...

    docs.groupdocs.cloud/signature/get-document-inf...
  9. Зберегти 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/uk/conversion/convert-json...
  10. Ekstrak Teks dari HTML | Parser Teks HTML | HTM...

    Pelajari cara mengekstrak teks dari HTML dengan .NET REST API. Parsing teks bersih, menghapus tag, dan mengotomatisasi ekstraksi konten HTML dengan .NET REST API. HTML ke TXT...untuk menghasilkan token akses JWT menggunakan kredensial klien...berikut untuk menghasilkan token JWT. curl -v -X POST "https://api...

    blog.groupdocs.cloud/id/parser/extract-text-fro...