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

jwt

(1.03 sec)
  1. Перетворення HTML у PDF у C# .NET

    Дізнайтеся, як GroupDocs.Cloud Conversion API спрощує перетворення HTML у PDF. Програмно конвертуйте HTML у PDF з легкістю за допомогою C# .NET....згенеруйте маркер доступу JWT. Отримавши маркер JWT, виконайте наведену...згенеровано, а accessToken на маркер JWT, згенерований вище. Безкоштовна...

    blog.groupdocs.cloud/uk/conversion/convert-html...
  2. C# Excel у PDF | XLS в PDF | XLSX в PDF онлайн

    Легко конвертуйте книги Excel у PDF за допомогою C# .NET. Експертні методи конвертації файлів XLS і XLSX у високоякісні документи PDF....маркера доступу JWT. Отже, коли у вас є маркер JWT, виконайте наступну...персоналізований маркер доступу JWT. Якщо нам потрібно зберегти отриманий...

    blog.groupdocs.cloud/uk/conversion/convert-exce...
  3. Перетворення PDF на JPG | PDF-документ у JPG | ...

    Перетворюйте документи PDF на зображення JPG за допомогою .NET REST API. Просте та легке перетворення PDF у JPG у C# .NET....генерація маркера доступу JWT. Отримавши маркер JWT, виконайте наступну...JPG, а accessToken на маркер JWT, згенерований вище. Після успішного...

    blog.groupdocs.cloud/uk/conversion/convert-pdf-...
  4. ترکیب فایل های PDF با استفاده از C#.NET | ادغام...

    آموزش ترکیب فایل های PDF با استفاده از C#.NET. مراحل آسان و ساده برای ادغام فایل های PDF با استفاده از ادغام PDF. چندین سند PDF را به یک PDF متصل کنید...رویکرد، ابتدا باید توکن دسترسی JWT را بر اساس اعتبار مشتری (همانطور...application/json" هنگامی که توکن JWT تولید شد، لطفاً دستور زیر را...

    blog.groupdocs.cloud/fa/merger/combine-pdf-file...
  5. GroupDocs.Comparison Cloud 19.5를 소개합니다!

    Groupdocs.Comparison Cloud 19.5의 새 버전이 출시되었습니다. Document Comparison Cloud API에 대한 귀하의 관심은 우리가 새로운 기능을 구현하도록 동기를 부여합니다....0/comparison/ 입증 보안 강화를 위해 이번 릴리스에서는 JWT(JSON Web Token) 인증을 도입했습니다. OAuth2...V2 API 버전에서 더 이상 지원되지 않습니다. JWT 액세스 토큰을 얻는 방법을 보여드리겠습니다. ###...

    blog.groupdocs.cloud/ko/comparison/introducing-...
  6. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -v "https://api...

    docs.groupdocs.cloud/signature/supported-file-f...
  7. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token 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...
  8. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "/documents/input..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "/documents/input...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  10. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $Jwt_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/metadata/extract-whole-met...