Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 1,863 for

jwt

(0.12 sec)
  1. 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...
  2. 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/
  3. 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/
  4. Java: MPP를 PDF로 변환 | Java의 MPP를 PDF로 변환기

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

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...
  5. HTML을 엑셀로 변환 | C#에서 웹을 Excel로 | 웹 기반 엑셀

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

    blog.groupdocs.cloud/ko/conversion/convert-html...
  6. 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-...
  7. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  8. 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...
  9. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  10. 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...