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

jwt

(0.51 sec)
  1. 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...
  2. 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...
  3. Konversi JPG ke Dokumen Word (DOCX) di C# .NET ...

    Mengonversi gambar JPG ke dokumen Word yang dapat diedit (DOCX) menggunakan C# .NET. Cara mengonversi Foto ke DOC dengan mengembangkan konverter gambar ke dokumen di C# .NET....kita perlu membuat token akses JWT, lalu menjalankan perintah cURL...accessToken dengan token akses JWT yang dipersonalisasi. Untuk menyimpan...

    blog.groupdocs.cloud/id/conversion/convert-jpg-...
  4. C# Mengonversi HTML ke PDF | Halaman Web ke PDF...

    Bagaimana cara mengonversi HTML ke PDF di C# .NET. Panduan langkah demi langkah kami untuk secara programatik mengubah HTML dan halaman web menjadi dokumen PDF berkualitas tinggi dengan REST API...HTML ke PDF, buat token akses JWT Anda, berdasarkan kredensial...Gantilah {ACCESSTOKEN} dengan token JWT yang Anda hasilkan dan index...

    blog.groupdocs.cloud/id/conversion/convert-html...
  5. Node.js: Ubah MPP ke PDF | MS Project MPP ke PD...

    Pelajari cara mudah untuk mengonversi file MS Project (MPP) ke format PDF menggunakan GroupDocs.Conversion Cloud SDK untuk Node.js. Konversi MPP ke PDF yang cepat dan akurat....adalah menghasilkan token akses JWT dan kemudian, eksekusi perintah...accessToken dengan token akses JWT yang dipersonalisasi. Untuk menyimpan...

    blog.groupdocs.cloud/id/conversion/convert-mpp-...
  6. Node.js: Convertire MPP in PDF | MS Project MPP...

    Impara a convertire facilmente i file MS Project (MPP) in formato PDF utilizzando il GroupDocs.Conversion Cloud SDK per Node.js. Conversione da MPP a PDF veloce e precisa....generare un token di accesso JWT e poi eseguire il seguente comando...accessToken con un token di accesso JWT personalizzato. Per salvare il...

    blog.groupdocs.cloud/it/conversion/convert-mpp-...
  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/