Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,870 for

jwt

(0.12 sec)
  1. 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...
  2. 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...
  3. 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...
  4. تبدیل JSON به CSV | تبدیل JSON به CSV در C#.NET

    راهنمای جامع ما برای تبدیل یکپارچه JSON به CSV در C#.NET. نحوه تبدیل داده های JSON به فرمت CSV با استفاده از GroupDocs.Conversion Cloud API....دسترسی شخصی JWT است. بنابراین، هنگامی که یک توکن JWT دارید، لطفاً...«accessToken» را با رمز دسترسی شخصی شده JWT جایگزین کنید. برنامه تبدیل JSON...

    blog.groupdocs.cloud/fa/conversion/convert-json...
  5. Витягти текст з HTML | HTML текстовий парсер | ...

    Дізнайтеся, як витягти текст з HTML за допомогою .NET REST API. Аналізуйте чистий текст, видаляйте теги та автоматизуйте вилучення HTML-контенту за допомогою .NET REST API. HTML в TXT...підходу є генерація токена доступу JWT з використанням облікових даних...команду для генерації токена JWT. curl -v -X POST "https://api...

    blog.groupdocs.cloud/uk/parser/extract-text-fro...
  6. Порівняти файли PDF | Порівняйте PDF-документи ...

    Як ефективно порівнювати PDF-файли за допомогою GroupDocs.Comparison Cloud SDK. Наш докладний посібник містить покрокові інструкції для порівняння двох PDF-файлів....є створення маркера доступу JWT на основі облікових даних клієнта...клієнта. Отримавши маркер JWT, нам потрібно виконати наступну команду...

    blog.groupdocs.cloud/uk/comparison/compare-pdf-...
  7. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...\ -H 'authorization: Bearer $JWT_TOKEN' Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/viewer/working-with-folder/
  8. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/comparison/working-with-fo...
  9. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to 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 exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."authorization: Bearer $env:JWT_TOKEN" Windows CMD REM GET file...

    docs.groupdocs.cloud/comparison/working-with-fi...
  10. جميع مستندات GroupDocs الجديدة. Signature Cloud...

    قم بتوقيع واجهات برمجة تطبيقات REST لتطبيق التوقيعات الإلكترونية والتحقق منها والبحث فيها بتنسيقات ملفات مختلفة. يدعم مجموعة متنوعة من التوقيعات الإلكترونية...إصدار API V2 المصادقة - مصادقة JWT (JSON Web Token) Signature API...التالية أننا استخدمنا مصادقة JWT في مثال V2. يرجى ملاحظة أن OAuth...

    blog.groupdocs.cloud/ar/signature/all-new-group...