Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 1,843 for

jwt

(0.47 sec)
  1. No ChatGPT | Umformulieren, Neu schreiben, Text...

    Vergessen Sie OpenAI oder ChatGPT. Dokumente online einfach umschreiben, umformulieren und paraphrasieren mit .NET REST API. Besser als Gemini, Microsoft Copilot und Claude... Schritt 1: JWT-Zugriffstoken generieren # curl...

    blog.groupdocs.cloud/de/rewriter/paraphrase-doc...
  2. No ChatGPT | Reescribir Reformular Parafrasear ...

    Olvida OpenAI o ChatGPT. Reescribe, reformula y parafrasea documentos en línea fácilmente con .NET REST API. Mejor que Gemini, Microsoft Copilot y Claude...Paso 1: Generar token de acceso JWT # curl -v "https://api.groupdocs...

    blog.groupdocs.cloud/es/rewriter/paraphrase-doc...
  3. ขอแนะนำ GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API รองรับการแปลงรูปแบบเอกสารมากกว่า 65 รูปแบบ ให้ผลผลิตคุณภาพสูงอย่างรวดเร็วและเชื่อถือได้...REST API รองรับการตรวจสอบสิทธิ์ JWT (JSON Web Token) ### Retrieve...

    blog.groupdocs.cloud/th/conversion/introducing-...
  4. No ChatGPT | Reformular Reescrever Parafrasear ...

    Esqueça o OpenAI ou o ChatGPT. Reescreva, reformule e parafraseie documentos online facilmente com a .NET REST API. Melhor do que o Gemini, Microsoft Copilot e Claude....Passo 1: Gerar Token de Acesso JWT # curl -v "https://api.groupdocs...

    blog.groupdocs.cloud/pt/rewriter/paraphrase-doc...
  5. Apresentando o GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API suporta a conversão de mais de 65 formatos de documentos. Ele fornece saída de alta qualidade de forma rápida e confiável...oferece suporte à autenticação JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/pt/conversion/introducing-...
  6. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/update-barcode-s...
  7. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/verify-multiple-...
  8. Compare documents protected with password | Doc...

    This feature could be used only for Presentations, WordProcessing and Spreadsheet GroupDocs.Comparison Cloud allows to compare documents that are protected with a password. The following code sample shows how to compare password protected documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/compare-documen...
  9. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result. The following code sample demonstrates how to accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  10. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/rename-email-fields/