Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 14,274 for

docx

(0.77 sec)
  1. Document Editing Cloud API on Document Processi...

    Document Editing Cloud API on Document Processing REST APIs | GroupDocs Cloud Recent content in Document Editing Cloud API on Document Processing REST APIs | GroupDocs Cloud 在 Python 中使用 REST API 编......REST API 以编程方式编辑 Word 文档(DOC 或 DOCX)。 使用 Python 编辑 PowerPoint 演示文稿...

    blog.groupdocs.cloud/zh/tag/document-editing-cl...
  2. 在 C# 中使用 REST API 分析文本或文档

    使用 GroupDocs.Classification for .NET SDK 在 C# 中使用 REST API 以编程方式对您的文档和任何原始文本执行情感分析。...对文档进行情感分析 上传文件 # 首先,使用下面给出的代码示例将 DOCX 文件上传到云端: // 接口初始化 var apiInstance...Open("C:\\Files\\Classification\\sample.docx", FileMode.Open); // 创建文件上传请求...

    blog.groupdocs.cloud/zh/classification/sentimen...
  3. Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats for the whole document, page by page or custom range of pages. Our GroupDocs.Conversion Cloud REST API comes with many features, such as: Converting From Portable Document Format: PDF Microsoft Word: DOC, Docx, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX Microsoft Visio: VSD, VDX, VSS, VSX, VST, VTX, VSDX, VDW, VSSX, VSTX, VSDM, VSTM, VSSM Microsoft Project: MPP, MPT Microsoft Outlook: MSG, EML Microsoft OneNote: ONE Apple Mail: EMLX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP, OTS, ODG Rich Text Format: RTF Plain Text File: TXT Comma-Separated Values: CSV HyperText Markup Language: HTML, MHT, MHTML Extensible Markup Language: XML XML Paper Specification: XPS CAD Drawing File Formats: DXF, DWG, IFC, STL Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, DjVu, SVG, DNG Electronic publication: EPUB Windows Icon: ICO Mobipocket e-book format: MOBI Digital Imaging and Communications in Medicine format: DCM Metafile: WMF, EMF LaTeX: TEX Converting To Portable Document Format: PDF Microsoft Word: DOC, Docx, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP Rich Text Format: RTF Plain Text File: TXT HyperText Markup Language: HTML Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, SVG, DNG, PSD Electronic publication: EPUB Watermarking pages Converting page by page or custom range of pages Specifying output document resolution and quality when applicable Password protect output document when output format support it Security and Authentication The GroupDocs....Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...

    docs.groupdocs.cloud/conversion/overview/
  4. Free Online LaTeX Converter on Document Process...

    Free Online LaTeX Converter on Document Processing REST APIs | GroupDocs Cloud Recent content in Free Online LaTeX Converter on Document Processing REST APIs | GroupDocs Cloud 使用 LaTeX Converter RE......REST API 將 LaTeX 轉換為 Word DOC、DOCX,以實現無縫 Web 發布、跨平台兼容性和交互式科學/數學內容。...

    blog.groupdocs.cloud/zh-hant/tag/free-online-la...
  5. Sending Word files for translation | Documentation

    How to send Word files for translation to the selected languages...."outputFormat": "pdf", "format": "Docx", "pages": null }' Request (evaluation)..."outputFormat": "pdf", "format": "Docx", "pages": null }' Response...

    docs.groupdocs.cloud/translation/file/request/w...
  6. split word document into separate files online ...

    split word document into separate files online on Document Processing REST APIs | GroupDocs Cloud Recent content in split word document into separate files online on Document Processing REST APIs |......文檔拆分為單獨的文件 將 word 文檔按頁拆分為多個文檔或在線拆分 docx。本文介紹如何使用 Node.js 將 word 文檔拆分為單獨的文件...

    blog.groupdocs.cloud/zh-hant/tag/split-word-doc...
  7. Edit Word Document on Document Processing REST ...

    Edit Word Document on Document Processing REST APIs | GroupDocs Cloud Recent content in Edit Word Document on Document Processing REST APIs | GroupDocs Cloud 在 PHP 中使用 REST API 编辑文档 通过 Document Edi......REST API 以编程方式编辑 Word 文档(DOC 或 DOCX)。 在 Node.js 中使用 REST API 编辑...

    blog.groupdocs.cloud/zh/tag/edit-word-document/...
  8. Annotate Documents on Document Processing REST ...

    Annotate Documents on Document Processing REST APIs | GroupDocs Cloud Recent content in Annotate Documents on Document Processing REST APIs | GroupDocs Cloud 在 PHP 中使用 REST API 注释 PDF 文档 使用 Documen......Python 中使用云中的 REST API 以编程方式注释 DOCX 文件。 用于编辑 PDF 文本的 REST API 解决方案...

    blog.groupdocs.cloud/zh/tag/annotate-documents/...
  9. Compare PDF

    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....Comparison Cloud API 进行 DOCXDOCX 比较的快速示例。 网址 https://apireference...comparisons','name':'source.docx','password':''},'targetFile...

    blog.groupdocs.cloud/zh/tag/compare-pdf/
  10. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information 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 -v "https://api.groupdocs.cloud/v1/signature/document.Docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....docx/document/info" \ -X GET \ -H...cloud/v1/signature/document.docx/document/info" ` -X GET ` -H...

    docs.groupdocs.cloud/signature/document-informa...