Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,694 for

name

(0.15 sec)
  1. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage Name It could be omitted for default storage.... Name Description Comment FilePath...property StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  2. Convert GIF File to JPG in Java

    Install GroupDocs.Conversion Cloud SDK for Java to convert GIF file to JPG. Build a GIF to JPG converter module for your business application....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/conversion/convert-gif-fil...
  3. DiagramMasterSetting | Documentation

    DiagramMasterSetting data structure used for setting master diagram for diagram comparison result. DiagramMasterSetting example: { "MasterPath": "string", "UseSourceMaster": true } Name Description MasterPath Path to custom master path UseSourceMaster Value of using master from source and target document together... "UseSourceMaster" : true } Name Description MasterPath Path...

    docs.groupdocs.cloud/comparison/diagrammasterse...
  4. InfoResult | Documentation

    InfoResult data structure represents document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document file extension Size Document file size PageCount Pages count..."Size" : 0 , "PageCount" : 0 } Name Description Format Document...

    docs.groupdocs.cloud/comparison/inforesult/
  5. PageInfo | Documentation

    PageInfo data structure represents information about page PageInfo example: { "Width": 0, "Height": 0, "PageNumber": 0 } Name Description Width Page width Height Page height PageNumber Page number..."Height" : 0 , "PageNumber" : 0 } Name Description Width Page width...

    docs.groupdocs.cloud/comparison/pageinfo/
  6. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...: "string" } FileInfo fields Name Description FileInfo Input file...

    docs.groupdocs.cloud/annotation/annotateoptions/
  7. 在 Python 中使用 REST API 编辑 Excel 工作表 |在 Python 中编...

    使用适用于 Python 的 Excel 电子表格编辑器云 SDK,在 Python 中使用云中的 REST API 以编程方式编辑 Excel 工作表(XLS 或 XLSX)。...#04AA6D; color: white;">First Name</th><th style="background-color:...#04AA6D; color: white;">Last Name</th><th style="background-color:...

    blog.groupdocs.cloud/zh/editor/edit-excel-sheet...
  8. Convert Word to JPG and JPG to Word Programmati...

    File conversion API allows to convert images from JPG to Word DOC. This article is about how to convert Word to JPG and JPG to Word Programmatically in Java...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings instance Set the storage name and input the Word file path...

    blog.groupdocs.cloud/conversion/convert-word-to...
  9. Convert Word to PNG and PNG to Word Document in...

    Convert Word DOC into optimized PNG images in seconds using our free, and secure API. Let's see how to convert Word to PNG and PNG to Word document in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings instance Set the storage name and input the Word file path...

    blog.groupdocs.cloud/conversion/convert-word-to...
  10. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default 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 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.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/conversion/convert-document/