Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,842 for

jwt

(0.63 sec)
  1. Palavra para HTML | DOC para HTML on-line | DOC...

    Converta documentos do Word em HTML em C# .NET. Aprenda os benefícios da conversão de arquivos DOC, DOCX para o formato HTML com C#....abordagem é gerar o token de acesso JWT com base nas credenciais do cliente...cliente. Depois de gerar o token JWT, precisamos executar o seguinte...

    blog.groupdocs.cloud/pt/conversion/convert-doc-...
  2. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. 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 arguments. curl -v 'https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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/extract-metadata-...
  4. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove 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 remove metadata properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Wir stellen vor: GroupDocs.Comparison Cloud 19.5!

    Die neue Version von Groupdocs.Comparison Cloud 19.5 ist da. Ihr Interesse an unserer Cloud-API für den Dokumentenvergleich motiviert uns, neue Funktionen zu implementieren....haben wir in dieser Version die JWT-Authentifizierung (JSON Web Token)...Wir zeigen Ihnen, wie Sie den JWT-Zugriffstoken erhalten. ### Retrieve...

    blog.groupdocs.cloud/de/comparison/introducing-...
  6. JSON'u CSV'ye dönüştürün | C# .NET'te JSON'u CS...

    C# .NET'te JSON'dan CSV'ye kusursuz dönüşüm için kapsamlı kılavuzumuz. GroupDocs.Conversion Cloud API kullanılarak JSON verileri CSV formatına nasıl dönüştürülür?...adımı kişiselleştirilmiş bir JWT erişim belirtecinin elde edilmesidir...edilmesidir. Bu nedenle, bir JWT belirtecinize sahip olduğunuzda...

    blog.groupdocs.cloud/tr/conversion/convert-json...
  7. Порівняти файли PDF | Порівняйте PDF-документи ...

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

    blog.groupdocs.cloud/uk/comparison/compare-pdf-...
  8. Convertir Excel en CSV | XLS vers des fichiers ...

    Comment transformer sans effort des fichiers Excel au format CSV à l'aide de l'API .NET REST. Effectuez la conversion d'Excel en fichiers délimités par des virgules. XLS vers CSV ou XLSX vers CSV...consiste à obtenir un jeton d’accès JWT personnalisé. Ainsi, une fois...que vous disposez d’un jeton JWT, veuillez exécuter la commande...

    blog.groupdocs.cloud/fr/conversion/convert-exce...
  9. تبدیل 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...
  10. 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...