Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 6,111 for

file format

(0.08 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....dwg" , "format" : "AutoCAD Drawing Database File" , "pages"...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  2. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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....0/viewer/storage/file/viewer/with_hidden_page_ppt...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_hidden_page_ppt...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  3. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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....0/viewer/storage/file/viewer/sample_docx/sample_page_2...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_3...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  4. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info API method to retrieve inFormation Note Not all options are supported by all document Formats. Each option may correspond to one or more Formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....supported by all document formats. Each option may correspond...correspond to one or more formats. InfoSettings example { "FileInfo" :...

    docs.groupdocs.cloud/signature/infosettings/
  5. annoucing-groupdcs.comparison-cloud-API-first-r...

    First Release of GroupDocs.Comparison REST API is about to release. This release will include document comparison features along with support of Word, PDF.....all common business document formats. Features - GroupDocs.Comparison...retrieve compared documents (as a file or array of images) or its changes...

    blog.groupdocs.cloud/comparison/next-generation...
  6. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG Formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the...null , "attachments" : [], "file" : { "path" : "viewer/sample_docx/sample...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  7. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....0/viewer/storage/file/viewer/sample_pdf/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_pdf/sample_page_2...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  8. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. API Usage There are steps that usage of GroupDocs....0/viewer/storage/file/viewer/sample_xlsx/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_xlsx/sample_page_2...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  9. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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....0/viewer/storage/file/viewer/sample_xlsx/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_xlsx/sample_page_2...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  10. 如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF

    从 PowerPoint PPTX 转换为 PDF 是一种可行的文档保护选项。让我们学习如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF。...pptx 文件上传到您的云存储 # 创建文件 API 的实例 file_api = groupdocs_conversion_cloud...幻灯片上传到云端 response = file_api.upload_file(request) print(response...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...