Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 1,871 for

jwt

(0.86 sec)
  1. 将 MPP 转换为 Excel | 将 MPP 导出到 XLS | MPP 到 XLSX

    了解如何使用 C# .NET 将 MS Project (MPP) 文件转换为 Excel 格式 (XLS/XLSX)。动态 MPP 到 XLS 或 MPP 到 XLSX 转换。MPP 到 XLS 转换器... 此方法的第一步是生成 JWT 访问令牌,然后执行以下 cURL 命令,通过将 MS Project...工作簿的名称,并将“accessToken”替换为个性化的 JWT 访问令牌。 为了将 MS 项目导出到 Excel 并将结...

    blog.groupdocs.cloud/zh/conversion/convert-mpp-...
  2. Trình xem MS Project | Trình xem MPP | Trình đọ...

    Cách chuyển đổi tệp Microsoft Project (MPP) sang HTML bằng C# .NET. Phát triển MS Project Viewer trong C# bằng cách chuyển đổi MPP sang HTML. Trình xem tệp MPP bằng C# .NET...là tạo mã thông báo truy cập JWT và sau đó thực hiện lệnh cURL...accessToken bằng mã thông báo truy cập JWT được cá nhân hóa. Vui lòng thực...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  3. Java: Chuyển đổi MPP sang Excel | Xuất MPP sang...

    Tìm hiểu cách chuyển đổi tệp Microsoft Project (MPP) sang Excel (XLSX) bằng Java REST API. Hướng dẫn từng bước để chuyển đổi MPP sang Excel liền mạch bằng mã....là tạo mã thông báo truy cập JWT và sau đó thực hiện lệnh cURL...accessToken bằng mã thông báo truy cập JWT được cá nhân hóa. Trong trường...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  4. Java: Chuyển PDF sang Excel Trực Tuyến | PDF sa...

    Cách chuyển đổi PDF sang workbook Excel bằng cách sử dụng Java REST API. Phát triển trình chuyển đổi PDF sang Excel trực tuyến bằng Java API. Chuyển đổi PDF sang XLS dễ dàng và đơn giản....tạo một mã thông báo truy cập JWT dựa trên thông tin xác thực của...accessToken bằng một mã thông báo JWT truy cập cá nhân hóa. Nếu chúng...

    blog.groupdocs.cloud/vi/conversion/pdf-to-xls-o...
  5. GroupDocs

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....0/comparison/ 验证 为了提高安全性,我们在此版本中引入了 JWT(JSON Web Token)身份验证。 V2 API 版本不再支持...签名身份验证方法。让我们向您展示如何获取 JWT 访问令牌。 ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/zh/tag/groupdocs/
  6. 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...
  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. 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/
  9. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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/render-selected-pages/
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...