Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 1,863 for

jwt

(0.42 sec)
  1. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  2. 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...
  3. 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...
  4. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/generate-document-p...
  5. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please obtain your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # They are supplied via the environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'JoinItems': [...

    docs.groupdocs.cloud/merger/join-images/
  6. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/remove-pages/
  7. \"從 XML 中提取文本的 C# | 使用 REST API 獲取 XML 文本\"

    \"學習如何使用 .NET Cloud SDK 在 C# 中從 XML 文件中提取文本。以程式化方式從 XML 文檔中獲取文本或在線下載 XML 文本。\"...文件中提取文本: Step 1: - 獲取 JWT 令牌: 第一步是根據客戶端憑證獲取 JWT 訪問令牌。 curl -v -X POST...

    blog.groupdocs.cloud/zh-hant/parser/extract-tex...
  8. 將 ODS 轉換為 Excel |使用 REST API 將 ODS 轉換為 Excel

    了解如何輕鬆地使用 REST API 將 ODS 轉換為 Excel (XLSX)。探索 ODS 到 Excel 轉換的優勢,實現無縫資料相容性。... 此方法的第一步是產生 JWT 存取令牌。然後,執行下列 cURL 指令將 ODS 匯出為...工作簿的名稱,並將「accessToken」替換為個人化的 JWT 存取權令牌。 如果您想將產生的 Excel 檔案儲存到本機驅動器,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  9. 在線 HTML 轉 Word 文檔 | 在線轉換 HTML 為 DOC

    使用 Java REST API 進行簡單的 HTML 到 Word 文檔的轉換。使用 Java REST API 將 HTML 文件轉換為在線的 MS Word 文檔 DOC 或 DOCX... 首先,我們需要生成一個 JWT 訪問令牌,然後執行以下 cURL 命令以將網頁轉換為 Word...文件的名稱,並將 accessToken 替換為個性化的 JWT 存取令牌。 為了將產生的 Word 文件保存在本地驅動器上,請嘗試使用以下...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  10. Java: MPP를 Excel로 변환 | MPP를 XLS로 내보내기 | MPP를 XLSX로

    Java REST API를 사용하여 Microsoft Project(MPP) 파일을 Excel(XLSX)로 변환하는 방법을 알아보세요. 코드를 사용하여 MPP에서 Excel로 원활하게 변환하는 단계별 가이드입니다.... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성한 다음 다음 cURL 명령을 실행하여...문서 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. MS 프로젝트를 Excel로...

    blog.groupdocs.cloud/ko/conversion/convert-mpp-...