Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,870 for

jwt

(0.09 sec)
  1. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. 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-view-info-for-c...
  2. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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-document-wit...
  3. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV 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": "Spreadsheet/sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Spreadsheet/sample...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  4. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images 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":{"FilePath":"sample2..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/comparison/create-document...
  5. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/conversion/convert-using-c...
  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. 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/
  8. 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...
  9. 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-...
  10. 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-...