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

jwt

(0.46 sec)
  1. 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-...
  2. 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-...
  3. 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...
  4. 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-...
  5. 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...
  6. 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-...
  7. Converter Excel para CSV | XLS para arquivos de...

    Como transformar facilmente arquivos Excel em formato CSV usando .NET REST API. Execute a conversão de arquivos delimitados por vírgula do Excel. XLS para CSV ou XLSX para CSV...abordagem é obter um token de acesso JWT personalizado. Portanto, depois...depois de ter um token JWT, execute o seguinte comando cURL para...

    blog.groupdocs.cloud/pt/conversion/convert-exce...
  8. 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/
  9. 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...
  10. Get Supported File Formats | Documentation

    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. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/signature/get-supported-fi...