Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,862 for

jwt

(1.07 sec)
  1. Перетворення JSON в HTML в Node.js | JSON в веб...

    Легко конвертуйте JSON в HTML за допомогою GroupDocs.Conversion Cloud SDK для Node.js. Дізнайтеся, як генерувати чистий HTML з структурованих JSON файлів за допомогою RESTful API.... Згенерувати токен доступу JWT на основі облікових даних клієнта...accessToken на персоналізований JWT токен доступу. Ви можете розглянути...

    blog.groupdocs.cloud/uk/conversion/convert-json...
  2. C#: Перетворення HTML на XPS | Перетворення Web...

    Дізнайтеся, як конвертувати HTML у XPS за допомогою C# .NET. Покроковий посібник із перетворення вмісту HTML у формат XPS. Конвертація HTML у XPS онлайн....є створення маркера доступу JWT, а потім виконання наступної...персоналізований маркер доступу JWT. Якщо ваша вимога полягає в тому...

    blog.groupdocs.cloud/uk/conversion/convert-html...
  3. CSV to JSON in Node.js | Convert CSV to JSON wi...

    Convertir CSV en JSON dans Node.js en utilisant le SDK GroupDocs.Conversion. Une API REST évolutive et sécurisée pour transformer des données tabulaires en format JSON structuré....1 : Générer un jeton d’accès JWT : curl -v "https://api.groupdocs...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/fr/conversion/convert-csv-...
  4. Node.js: Converter MPP para PDF | MS Project MP...

    Saiba como converter facilmente arquivos MS Project (MPP) para o formato PDF usando o GroupDocs.Conversion Cloud SDK para Node.js. Conversão rápida e precisa de MPP para PDF....passo é gerar um token de acesso JWT e, em seguida, executar o seguinte...accessToken por um token de acesso JWT personalizado. Para salvar o...

    blog.groupdocs.cloud/pt/conversion/convert-mpp-...
  5. C#: Incorporar página da Web no PowerPoint | In...

    Aprenda como converter HTML em apresentações do PowerPoint usando C# com GroupDocs.Conversion Cloud SDK. Insira HTML no PowerPoint ou converta HTML em PPT em C#....abordagem é gerar um token de acesso JWT e, em seguida, executar o seguinte...accessToken pelo token de acesso JWT personalizado. Se você deseja...

    blog.groupdocs.cloud/pt/conversion/convert-html...
  6. Xóa mật khẩu sao kê ngân hàng | Xóa mật khẩu PD...

    Khám phá cách chúng tôi xóa mật khẩu khỏi bản PDF sao kê ngân hàng trong nghiên cứu điển hình của chúng tôi. Tìm hiểu các bước để xóa mật khẩu PDF thành công và truy cập dữ liệu tài chính một cách dễ dàng.... Sử dụng JWT thu được để xác thực. Gửi yêu...DELETE -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    blog.groupdocs.cloud/vi/merger/online-bank-stat...
  7. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. 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/get-attachments/
  8. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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/image-viewer-adjust...
  9. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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/specify-encoding-wh...
  10. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/adjust-time-unit/