Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 13,342 for

docx

(0.15 sec)
  1. 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/
  2. Document Processing REST APIs | GroupDocs Cloud

    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....watermark to Word documents (DOC, DOCX) online using GroupDocs.Watermark...

    blog.groupdocs.cloud/
  3. 使用 REST API 編輯 Word 文檔或 Excel 工作表

    使用適用於 Python 的 Document Editor Cloud SDK,使用 Python 中云端文檔中的 REST API 以編程方式編輯 Word 文檔或 Excel 工作表。...docx", recursive=False) destination_file...WordProcessingSaveOp 以保存在 DOCX 中 使用 Edit API 的 Save 方法將 HTML 保存回 DOCX 以下代碼片段顯示瞭如何使用...

    blog.groupdocs.cloud/zh-hant/editor/edit-word-o...
  4. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud SDK,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...docx", recursive=False) destination_file...WordProcessingSaveOp 以保存在 DOCX 中 使用 Edit API 的 Save 方法将 HTML 保存回 DOCX 以下代码片段显示了如何使用...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...
  5. GroupDocs.Annotation 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....focusing on how to annotate DOCX files using a REST API in Python...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  6. GroupDocs.Viewer Cloud V2 Version

    GroupDocs.Viewer Cloud REST API V2 is finally here!. The V2 version API is more simplified API than V1, API with fewer methods and options....create a response HTML view of a DOCX. We are using cURL for the REST...

    blog.groupdocs.cloud/viewer/groupdocs.viewer-cl...
  7. GroupDocs.Conversion 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....LaTeX documents to Word (DOC/DOCX) using Python and the LaTeX...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Learn how to convert DOC or DOCX to HTML using GroupDocs.Conversion...

    blog.groupdocs.cloud/groupdocs.cloud/page/5/
  9. GroupDocs.Merger 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....process of combining multiple DOC/DOCX files into a single document...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  10. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/Docx/one-page.Docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options...."filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...

    docs.groupdocs.cloud/signature/searchresult/