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

jwt

(0.52 sec)
  1. Resumir documentos en C# | API REST de Resumen ...

    Cómo resumir el contenido de documentos usando la API REST de .NET. Crea resúmenes concisos de PDFs, archivos Word y documentos de texto usando la resumición impulsada por IA....es generar un token de acceso JWT basado en credenciales de cliente...

    blog.groupdocs.cloud/es/rewriter/summarize-docu...
  2. Představujeme GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API podporuje konverzi 65+ formátů dokumentů. Poskytuje vysoce kvalitní výstup rychle a spolehlivě...REST API podporuje ověřování JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/cs/conversion/introducing-...
  3. Представляємо GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API підтримує перетворення понад 65 форматів документів. Він забезпечує високоякісний друк швидко та надійно...API підтримує автентифікацію JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/uk/conversion/introducing-...
  4. No ChatGPT | Перефразувати, переписати, перефор...

    Забудьте про OpenAI або ChatGPT. Легко переписуйте, переформулюйте та переказуйте документи онлайн за допомогою .NET REST API. Краще, ніж Gemini, Microsoft Copilot та Claude.... Крок 1: Сгенерувати JWT Access Token # curl -v "https://api...

    blog.groupdocs.cloud/uk/rewriter/paraphrase-doc...
  5. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/split-document/
  6. Verify QR-code 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-qr-code-s...
  7. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  8. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files. The following code sample demonstrates how to get list of all changes. 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/get-list-of-cha...
  9. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  10. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/conversion/convert-to-html...