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

jwt

(0.28 sec)
  1. Convertire JSON in CSV in Node.js | JSON in CSV...

    Impara a convertire i dati JSON strutturati in formato CSV utilizzando l'API Node.js. Trasforma facilmente il JSON in CSV per report, database o fogli di calcolo....Una volta ottenuto un token JWT, si prega di utilizzare questo...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/it/conversion/convert-json...
  2. Parola in HTML | DOC in HTML online | Da DOCX a...

    Converti documenti Word in HTML in C# .NET. Scopri i vantaggi della conversione di file DOC, DOCX in formato HTML con C#....generare il token di accesso JWT in base alle credenziali del...Una volta generato il token JWT, dobbiamo eseguire il seguente...

    blog.groupdocs.cloud/it/conversion/convert-doc-...
  3. \"Извлечение текста из HTML | Парсер HTML-текст...

    \"Узнайте, как извлекать текст из HTML с помощью .NET REST API. Разбирайте чистый текст, удаляйте теги и автоматизируйте извлечение HTML-контента с помощью .NET REST API. HTML в TXT\"...подходе заключается в генерации JWT токена доступа с использованием...следующую команду для генерации JWT токена. curl -v -X POST "https://api...

    blog.groupdocs.cloud/ru/parser/extract-text-fro...
  4. Excel в JPG | XLS в JPG | Преобразование листа ...

    Как конвертировать файлы Excel в высококачественные изображения JPG с помощью .NET REST API. Конвертируйте XLS/XLSX в JPG в C# .NET....токена доступа JWT. Итак, если у вас есть токен JWT, выполните следующую...персонализированным токеном доступа JWT. Бесплатный конвертер Excel в...

    blog.groupdocs.cloud/ru/conversion/convert-exce...
  5. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to 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 exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as 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/conversion/working-with-fi...
  6. การแปลง PDF เป็น DOCX ใน Node.JS

    แปลง PDF เป็น DOCX ใน Node.JS ด้วย GroupDocs.Conversion Cloud SDK คำแนะนำนี้แสดงโค้ดแบบ async, การเรียก cURL REST, ขั้นตอนการติดตั้ง, และเคล็ดลับการปฏิบัติที่ดีที่สุด.... authentications [ 'JWT' ]. clientId = CLIENT_ID ; apiInstance...apiClient . authentications [ 'JWT' ]. clientSecret = CLIENT_SECRET...

    blog.groupdocs.cloud/th/conversion/pdf-to-docx-...
  7. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  8. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from 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/set-metadata-by-p...
  9. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First 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" # cURL example to add metadata to a document curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  10. Конвертировать JSON в CSV в Node.js | JSON в CS...

    Узнайте, как преобразовать структурированные данные JSON в формат CSV с помощью API Node.js. Легко преобразуйте JSON в CSV для отчетности, баз данных или электронных таблиц....использованием API: Как только токен JWT был получен, пожалуйста, используйте...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ru/conversion/convert-json...