Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 1,870 for

jwt

(0.98 sec)
  1. MPP'yi Excel'e Dönüştür | MPP'yi XLS'e Aktar | ...

    MS Project (MPP) dosyalarını C# .NET kullanarak Excel formatına (XLS/XLSX) nasıl dönüştüreceğinizi öğrenin. Dinamik MPP'den XLS'e veya MPP'den XLSX'e dönüştürme. MPP'den XLS'e Dönüştürücü...Bu yaklaşımdaki ilk adım, bir JWT erişim belirteci oluşturmak ve...ifadesini kişiselleştirilmiş bir JWT erişim belirteciyle değiştirin...

    blog.groupdocs.cloud/tr/conversion/convert-mpp-...
  2. C#: Chuyển đổi MPP sang Excel | Xuất MS Project...

    Học cách chuyển đổi tệp Microsoft Project (MPP) sang Excel (XLS/XLSX) trực tuyến. Hướng dẫn từng bước để xuất dữ liệu MS Project sang Excel để phân tích dễ dàng....tạo một mã thông báo truy cập JWT và sau đó, thực hiện lệnh cURL...ACCESSTOKEN với mã thông báo truy cập JWT cá nhân hóa. Nếu yêu cầu của...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  3. Chuyển DOCX thành PDF trong C# | Trình chuyển đ...

    Dễ dàng chuyển đổi tệp DOC và DOCX sang định dạng PDF chất lượng cao bằng cách sử dụng REST API. Tìm hiểu cách chuyển đổi tệp DOC, DOCX sang pdf trực tuyến....tiên quyết là tạo một token JWT bằng cách sử dụng thông tin xác...accessToken bằng mã thông báo JWT truy cập cá nhân. DOC sang PDF...

    blog.groupdocs.cloud/vi/conversion/convert-doc-...
  4. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  5. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive 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-n-consecutiv...
  6. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/search-for-barco...
  7. 11. Convert nsf storage to eml documents | Docu...

    This example demonstrates how to convert nsf storage into set of eml documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'sample...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  8. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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/html-viewer-respons...
  9. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: 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. Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/disable-characters-...
  10. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; 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/filter-messages/