Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 1,842 for

jwt

(0.07 sec)
  1. 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...
  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. 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-...
  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. 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.conversion 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/conversion/working-with-fo...
  7. Todos os novos GroupDocs.Signature Cloud V2!

    APIs REST de assinatura para aplicar, verificar e pesquisar assinaturas eletrônicas em vários formatos de arquivo. Suporta diversas variedades de assinaturas eletrônicas...Autenticação - autenticação JWT (JSON Web Token) API de assinatura...seguir que usamos a autenticação JWT no exemplo V2. Observe que os...

    blog.groupdocs.cloud/pt/signature/all-new-group...
  8. ¡Todo nuevo GroupDocs.Signature Cloud V2!

    API REST de firma para aplicar, verificar y buscar firmas electrónicas en varios formatos de archivo. Admite diversas variedades de firmas electrónicas...Autenticación: autenticación JWT (token web JSON) API de firma:...hemos utilizado la autenticación JWT en el ejemplo V2. Tenga en cuenta...

    blog.groupdocs.cloud/es/signature/all-new-group...
  9. Komplett neue GroupDocs.Signature Cloud V2!

    Signatur-REST-APIs zum Anwenden, Überprüfen und Durchsuchen von elektronischen Signaturen in verschiedenen Dateiformaten. Unterstützt verschiedene Arten elektronischer Signaturen...API-Version V2 Authentifizierung – JWT-Authentifizierung (JSON Web Token)...dass wir im V2-Beispiel die JWT-Authentifizierung verwendet haben...

    blog.groupdocs.cloud/de/signature/all-new-group...
  10. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. 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 '{ "StartPageNumber":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "`{ 'StartPageNumber':...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...