Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,870 for

jwt

(0.08 sec)
  1. C# .NET แปลง MPP เป็น PDF | ส่งออก MS Project เ...

    วิธีการแปลงไฟล์ Microsoft Project (MPP) เป็น PDF โดยใช้ .NET REST API คู่มือทีละขั้นตอนในการส่งออก MS Project เป็น PDF สำหรับการแชร์และรายงานที่ง่ายขึ้น...ขั้นตอนแรกในวิธีนี้คือการสร้างโทเค็นการเข้าถึง JWT และเมื่อโทเค็นได้ถูกสร้างขึ้นแล้ว...ACCESSTOKEN - โทเค็นการเข้าถึง JWT ที่สร้างขึ้นข้างต้น。 บันทึกลงในไดรฟ์ท้องถิ่น...

    blog.groupdocs.cloud/th/conversion/convert-mpp-...
  2. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/annotation/get-pages/
  3. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d "{\"FilePath\":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FilePath": "words/four-pages...

    docs.groupdocs.cloud/editor/get-document-inform...
  4. CSV를 JPG로 | CSV를 JPEG로 변환 | C# .NET에서 이미지를 CSV로

    C# .NET을 사용하여 CSV 파일을 JPEG 이미지로 변환하는 방법을 알아보세요. C# .NET을 사용하여 쉼표로 구분된 파일을 jpg 이미지로 변환하는 모범 사례입니다....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 생성되면 다음 cURL...이미지의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 이제 결과 JPG를 로컬...

    blog.groupdocs.cloud/ko/conversion/convert-csv-...
  5. PDF를 HTML로 변환 | C# .NET에서 PDF를 웹으로 변환

    C# .NET에서 PDF를 HTML로 완벽하게 변환합니다. .NET REST API를 사용하여 PDF를 HTML로 변환하는 쉽고 간단한 프로세스입니다....증명(앱 키 및 앱 SID)을 얻고 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰이 있으면 다음 cURL 명령을...이름으로, ‘accessToken’을 위에서 생성된 JWT 토큰으로 바꾸세요. 변환이 성공적으로 완료되면 결과...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  6. Java JSON を HTML に | JSON を HTML に変換 | JSON から ...

    Javaを使用してJSONをHTMLに変換する方法を学びましょう。このガイドでは、GroupDocs.Conversion Cloud SDKを使用したJSONからHTMLへの変換の手順を説明します。...このアプローチを始めるには、最初にクライアント資格情報に基づいてJWTアクセストークンを生成する必要があります。JWTトークンが取得されたら、次のcUR...JSON ファイルの名前に、 JWTtoken を個別の JWT アクセストークンに置き換えてください。 ローカルドライブ...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  7. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous 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/join-word-continous/
  8. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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-max-chars-a...
  9. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....--header "authorization: Bearer $JWT_TOKEN " \ --header "content-type:..."authorization: Bearer $env:JWT_TOKEN" ` - -header "content-type:...

    docs.groupdocs.cloud/signature/working-with-sta...
  10. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract 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/merger/extract-pages/