Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,738 for

name

(0.02 sec)
  1. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/get-document-inform...
  2. Convert Word to TIFF File in Python

    GroupDocs API is a secure and easy to use way to convert DOC to TIFF file in seconds. This article is about how to convert word to TIFF file in Python....ConvertSettings Set the storage name and word file path Provide “tiff”...ConvertSettings Set the storage name and word file path Provide “tiff”...

    blog.groupdocs.cloud/conversion/convert-word-to...
  3. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage Name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....of cloud storage with a given name from . API Explorer lets you...Description storageName Storage name cURL example Request curl -X...

    docs.groupdocs.cloud/merger/working-with-storage/
  4. 使用 Python 從 PDF 中提取特定數據 |休息API

    使用適用於 Python 的 Document Parser Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式從 PDF 中提取特定數據。...not None: print("Field name: " + data.name + ". Text :" + data.page_area...not None: print("Table name: " + data.name) for cell in data.page_area...

    blog.groupdocs.cloud/zh-hant/parser/extract-spe...
  5. Supported Document Formats | Documentation

    GroupDocs.Classification Cloud API supports following document formats: Format Name Extension Load Save Remarks Portable Document Format PDF Words Document Formats DOC, DOCX, DOCM, DOT, DOTX, DOTM Rich Text Formats RTF Plain Text File TXT OpenDocument Formats ODT, OTT...following document formats: Format Name Extension Load Save Remarks...

    docs.groupdocs.cloud/classification/supported-d...
  6. groupdocs.css

    .static_header.header3{background:url(/templates/groupdocs/img/bg/header2.jpg?v4) center top/cover no-repeat #fff!important}.bg-gray-e3{background:#e3e3e3!important;padding:20px 60px!important}.bg-......wn-name,.widget-news-buzz .wn-posit...wn-name{margin-left:45px}.widget-news-customers .wn-name{margin:0...

    joomla-aspose.dynabic.com/templates/aspose/css/...
  7. How to Convert PDF Files to HTML in Python

    Online PDF to HTML converter turns a PDF into a one-page website. This article is about how to convert PDF files to HTML in Python....Next, provide the files storage name Set input PDF file path and...provide the your cloud storage name Set input PDF file path and...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  8. Convert PDF to Excel in Python using REST API

    Our PDF to Excel converter API converts PDF file into Excel spreadsheet quickly. This article is about how to convert PDF to Excel in Python using REST API....Next, provide the files storage name Set input PDF file path and...provide the your cloud storage name Set input PDF file path and...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  9. Working With Files | Documentation

    GroupDocs.Viewer Cloud Working With Files...Path of the file including file name and extension e.g. /Folder1/file...part of the URL storageName Name of the storage. If not set,...

    docs.groupdocs.cloud/viewer/working-with-files/
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....: 0 } } RenderOptions fields Name Description StartPageNumber...DefaultFontName The name of the default font. Default font name may be specified...

    docs.groupdocs.cloud/viewer/renderoptions/