Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,738 for

name

(0.02 sec)
  1. Python convert PDF document to JPG, PNG, or GIF...

    Our PDF to image converter API lets you quickly convert PDF to image format. This article is about how to convert PDF to JPG, PNG, and GIF Images in Python...ConvertSettings Then, set the storage name and pdf file path Set resultant...ConvertSettings Then, set the storage name and pdf file path Also, set...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  2. Size | Documentation

    Size data structure used to specify comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item..."Width" : 0 , "Height" : 0 } Name Description Width Width of item...

    docs.groupdocs.cloud/comparison/size/
  3. 在 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...
  4. 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/
  5. Convert PDF document to HTML webpage in Java

    Change your PDF to HTML format using simple and easy to use file converter API. This article is about how to convert PDF to HTML in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name Set the input PDF file path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...docx' } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  7. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "Name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]..."converted" } Response [ { "name" : "one-page.pdf" , "size" :...

    docs.groupdocs.cloud/conversion/conversion-api/
  8. Convert PDF to Excel in Java: A Step-by-Step Gu...

    Learn how to convert PDF to Excel (XLS/XLSX) in Java using REST API. Follow our step-by-step guide and start converting PDF to Excel in the cloud today....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository... provide your cloud storage name. Now, set the source file path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. 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...
  10. 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/