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

jwt

(0.52 sec)
  1. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. 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 images by a page number example. cURL example The following example demonstrates how to extract images 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-images-by-a...
  2. सभी नए GroupDocs.Signature Cloud V2!

    विभिन्न फ़ाइल स्वरूपों में ई-हस्ताक्षरों को लागू करने, सत्यापित करने और खोजने के लिए सिग्नेचर रेस्ट एपीआई। विभिन्न प्रकार के इलेक्ट्रॉनिक हस्ताक्षरों का समर्थन करता है...प्रस्तुत किया गया प्रमाणीकरण - JWT(JSON वेब टोकन) प्रमाणीकरण हस्ताक्षर...सकते हैं कि हमने V2 उदाहरण में JWT प्रमाणीकरण का उपयोग किया है।...

    blog.groupdocs.cloud/hi/signature/all-new-group...
  3. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password 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....document information (replace $JWT_TOKEN with the token received...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":...

    docs.groupdocs.cloud/comparison/set-password-fo...
  4. ขอแนะนำ GroupDocs.Comparison Cloud 19.5!

    Groupdocs.Comparison Cloud เวอร์ชันใหม่ 19.5 มาแล้ว ความสนใจของคุณใน Document Comparison Cloud API ช่วยให้เรามีแรงจูงใจที่จะใช้คุณสมบัติใหม่...เราได้เปิดตัวการตรวจสอบสิทธิ์ JWT (JSON Web Token) ในรุ่นนี้ วิธีการตรวจสอบสิทธิ์...ให้เราแสดงวิธีรับ JWT Access Token ### Retrieve access token JWT(JSON Web...

    blog.groupdocs.cloud/th/comparison/introducing-...
  5. Converti JSON in CSV | Trasforma JSON in CSV in...

    La nostra guida completa per la conversione perfetta da JSON a CSV in C# .NET. Come trasformare i dati JSON in formato CSV utilizzando l'API GroupDocs.Conversion Cloud....ottenere un token di accesso JWT personalizzato. Pertanto, una...una volta ottenuto un token JWT, esegui il seguente comando cURL...

    blog.groupdocs.cloud/it/conversion/convert-json...
  6. Ti presentiamo GroupDocs.Comparison Cloud 19.5!

    La nuova versione di Groupdocs.Comparison Cloud 19.5 è qui. Il tuo interesse per la nostra API Document Comparison Cloud ci mantiene motivati a implementare nuove funzionalità....introdotto l’autenticazione JWT (JSON Web Token). I metodi di...token di accesso JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/it/comparison/introducing-...
  7. ¡Presentamos GroupDocs.Comparison Cloud 19.5!

    Ya está aquí la nueva versión de Groupdocs.Comparison Cloud 19.5. Su interés en nuestra API de nube de comparación de documentos nos mantiene motivados para implementar nuevas funciones....introducido la autenticación JWT (JSON Web Token) en esta versión...token de acceso JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/es/comparison/introducing-...
  8. Слово в HTML | DOC в HTML онлайн | DOCX в HTML ...

    Преобразование документов Word в HTML в C# .NET. Узнайте о преимуществах преобразования файлов DOC, DOCX в формат HTML с помощью C#....является создание токена доступа JWT на основе учетных данных клиента... как мы сгенерировали токен JWT, нам нужно выполнить следующую...

    blog.groupdocs.cloud/ru/conversion/convert-doc-...
  9. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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" # Example: retrieve metadata (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-...
  10. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # Example: remove metadata from a document curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/remove-metadata-b...