Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 2,753 for

docx to docx

(0.04 sec)
  1. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....cloud/v1/annotation/Annotated_docx.docx/image/info" \ -X GET \ -H..."Annotated_docx.docx" , "folder" : null , "extension" : "docx" , "fileFormat"...

    docs.groupdocs.cloud/annotation/document-inform...
  2. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...本文涵盖以下主题: Java Convert Word to PDF - DOCX to PDF Java库安装 如何使用 REST API...PDF Java Convert Word to PDF - DOCX to PDF Java库安装 # 为了将 Word DOC...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  3. Split Document | Documentation

    Split the Document InTo Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability To split the document inTo several one-page documents by providing exact page numbers. The following example demonstrates how To split the document inTo three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }...'/WordProcessing/one-page.docx' } } ], 'OutputPath': 'output/joined.docx' }" Response...

    docs.groupdocs.cloud/merger/split-document/
  4. Use Python to Change Content of a TXT File - Ed...

    Use a REST API To easily alter text files using Python. Use this robust solution To easily edit, update, and cusTomize web pages....document formats, including DOCX, XLSX, PPTX, and more. Is there...

    blog.groupdocs.cloud/editor/edit-text-file-with...
  5. GroupDocs.Conversion Cloud Product Family on Do...

    GroupDocs.Conversion Cloud Product Family on Document AuTomation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Conversion Cloud Product Family on Document AuTomation REST APIs | GroupDocs......Convert Word to PDF in C# - DOCX to PDF using .NET REST API Easily...Easily convert DOC and DOCX files to high-quality PDF format...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion Tools To convert files from 65+ supported formats To get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "Docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, .... "ppsm" , "doc" , "docm" , "docx" , "dot" , "dotm" , "dotx" ...GetSupportedConversi ( "conversions/sample.docx" , Common . MyStorage )); foreach...

    docs.groupdocs.cloud/conversion/get-supported-f...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document AuTomation REST APIs | GroupDocs Cloud...to Merge Word Documents (DOC, DOCX) in Java. Merging multiple Word...to merge Word documents (DOC, DOCX) in Java. How to Convert XML...

    blog.groupdocs.cloud/groupdocs.cloud/page/15/
  8. 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 Request curl -v "https://api.groupdocs.cloud/v1/signature/document.Docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "fileName": "document....docx/document/info" \ - X GET \ -..."fileName" : "document.docx" , "extension" : ".docx" , "fileFormat"...

    docs.groupdocs.cloud/signature/document-informa...
  9. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST API from your documents on the cloud in Python with Document EdiTor Cloud SDK for Python....WordProcessingSaveOp to Save in DOCX Save HTML back to DOCX using Save method...

    blog.groupdocs.cloud/editor/edit-word-or-excel-...
  10. Java Convert EML to PDF - A Step-by-Step Guide.

    Learn how To convert EML files To PDF in Java using GroupDocs.Conversion Cloud SDK for Java. Enhance security and compatibility using a step-by-step guide....range of file formats, including DOCX, XLSX, PPTX, HTML, and many...

    blog.groupdocs.cloud/conversion/convert-eml-fil...