Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 14,320 for

docx

(0.34 sec)
  1. 下一代 GroupDocs.Viewer Cloud 首次公开发布

    GroupDocs.Conversion Cloud 是一个 REST API,用于将 50 多种文档和图像格式转换为 Words、Cells、Html、PDF、幻灯片和图像格式。...docx", 文件夹=空, 存储=空 }; var 响应 = apiInstance...groupdocs.cloud/v1/viewer/one-page.docx/html/pdf”][6]\ -X 发布\ -H“内容...

    blog.groupdocs.cloud/zh/viewer/first-public-rel...
  2. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....allows you to convert DOC to PDF, DOCX to TIFF, PDF to DOC, PDF to...improved handling of DOC to DOCX conversion operations, streamlined...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  3. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Boost your Document Viewing Applications with more than 50 Document & Image Formats. GroupDocs.Viewer for Cloud 18.11 includes support of Outlook Data Files...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM OpenDocument...

    blog.groupdocs.cloud/classification/groupdocs.c...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...watermark to Word documents (DOC, DOCX) online using GroupDocs.Watermark...

    blog.groupdocs.cloud/groupdocs.cloud/page/3/
  5. How to Convert PowerPoint to PDF using REST API...

    Converting from PowerPoint PPTX to PDF is a viable option for document protection. Let's learn how to convert PowerPoint to PDF using REST API in Python....about PowerPoint PPT/PPTX to DOCX Converter , please feel free...in Ruby How to Convert Word DOCX to PPTX PowerPoint Presentation...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  6. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.Docx", "storageName": null, "versionId": null, "password": null }, "extension": "Docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....docx" , "storageName" : null , "versionId"..."password" : null }, "extension" : "docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/inforesult/
  7. Latest GroupDocs.Total Cloud Product Family top...

    This public forum is used to discuss issues those are common to multiple GroupDocs.Cloud products....convert-xls-to-pdf 4 608 December 15, 2022 Docx to Html conversion issue in...

    forum.groupdocs.cloud/c/total/8
  8. Overview | Documentation

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial to organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, Docx, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument...

    docs.groupdocs.cloud/classification/overview/
  9. Convert PDF to HTML using REST API in Ruby

    GroupDocs.Conversion is an advanced document conversion API solutuion. This article is about how to convert PDF to HTML using REST API in Ruby....PDF to Word DOCX Converter How to Convert Word DOCX to PowerPoint...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.Docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....docx","StorageName": "MyStorage"...'FilePath': 'Signaturedocs/one-page.docx', 'StorageName': 'MyStorage'...

    docs.groupdocs.cloud/signature/get-document-inf...