Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 6,666 for

file format

(0.09 sec)
  1. 如何在 Python 中拆分 PowerPoint PPT 或 PPTX 幻灯片

    使用 PowerPoint Splitter 在线和免费幻灯片拆分工具拆分 PowerPoint 演示文稿。让我们学习如何在 python 中拆分 PowerPoint PPT 或 PPTX 幻灯片... 上传 the files to the cloud 分 云端PPT/PPTX幻灯片...PPTX 文件上传到云存储 # 创建文件 API 的实例 file_api = groupdocs_merger_cloud...

    blog.groupdocs.cloud/zh/merger/how-to-split-pow...
  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....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...
  3. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs......two or more PowerPoint (PPTX) files in C#. Highlight differences...Documents Online with C# .NET | DOCX File Comparison How to compare Word...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  4. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF 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....null , "attachments" : [], "file" : { "path" : "viewer/sample_docx/sample...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample.pdf"...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  5. 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/
  6. GroupDocs.Classification Cloud Product Family

    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....APIs, covering all popular file formats. We are excited to introduce...

    blog.groupdocs.cloud/categories/groupdocs.class...
  7. Introduction of PHP SDK in Next Generation Grou...

    The release of this month includes a number of new improvments and PHP SDK for Cloud API. This API can be used in your applications for document conversion features....major documents and image formats to Words, Cells, Html, PDF...PDF, Slides and Image formats for the whole document, page by page...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  8. 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/
  9. 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...
  10. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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_pdf/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_pdf/sample_page_2...

    docs.groupdocs.cloud/viewer/enable-font-hinting/