Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 1,868 for

jwt

(1.34 sec)
  1. HTML을 엑셀로 변환 | C#에서 웹을 Excel로 | 웹 기반 엑셀

    C# .NET을 사용하여 HTML 테이블을 Excel 스프레드시트로 원활하게 변환하는 방법.... 개인화된 자격 증명을 기반으로 JWT 토큰을 생성한 후 다음 cURL 명령을 실행하여 웹페이지를...문서의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 파일을 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-html...
  2. Java: MPP를 PDF로 변환 | Java의 MPP를 PDF로 변환기

    Java REST API를 사용하여 MPP를 PDF로 변환하는 방법을 배우세요. 프로젝트 공유를 간소화하고, 접근성을 향상시키며, 보편적 PDF 형식과의 호환성을 보장하세요.... 우선, JWT 액세스 토큰을 생성한 다음, 다음 cURL 명령을 실행하여...파일의 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 교체하십시오. 로컬 드라이브에 MPP를...

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...
  3. C#で DOCX を PDF に変換 | 無料のオンライン DOC から PDF への変換ツール

    REST APIを使用して、DOCおよびDOCXファイルを高品質のPDF形式に簡単に変換できます。DOC、DOCXファイルをオンラインでPDFに変換する方法を学びましょう。...前提条件は、クライアント認証情報を使用して JWT トークンを生成することです。その後、次のコマンドを実行して...PDF ファイルの名前に、 accessToken を個別の JWT アクセストークンに置き換えてください。 DOC を PDF...

    blog.groupdocs.cloud/ja/conversion/convert-doc-...
  4. C#:MPP 轉 PDF | MPP 轉 PDF | MS 項目轉 PDF

    如何使用 C# .NET 將 MS Project (MPP) 檔案轉換為 PDF 格式。使用 C# 輕鬆簡單地將 MPP 轉換為 PDF。實施 MS 專案到 PDF 的轉換。... 此方法的第一步是產生 JWT 存取權令牌,然後執行以下 cURL 命令,透過將 MS Project...PDF 檔案的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 如果我們需要將 MPP 到 PDF 轉換輸出保存在本機磁碟機上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  5. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/split-document/
  6. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  7. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  8. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.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-mail-storage/
  9. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf 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": "Note/sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Note/sample...

    docs.groupdocs.cloud/conversion/convert-one-not...
  10. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files. The following code sample demonstrates how to get list of all changes. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result 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 '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "SourceFile":...

    docs.groupdocs.cloud/comparison/get-list-of-cha...