Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 3,081 for

docx to docx

(0.55 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. 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...
  3. 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....split huge Word files and DOC/DOCX pages into smaller files. Let’s...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  4. Upcoming Release of GroupDocs.Assembly Cloud

    GroupDocs.Assembly Cloud REST API is about To launch. It is a document auTomation and reports generation REST API designed To create cusTom documents....following file formats: # Word: DOC, DOCX, DOT, DOTX, DOTM, DOCM, RTF...

    blog.groupdocs.cloud/assembly/upcoming-release-...
  5. GroupDocs.Editor Cloud Product Family on Docume...

    GroupDocs.EdiTor Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.EdiTor Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud E......edit Word documents (DOC or DOCX) using a REST API on the cloud...

    blog.groupdocs.cloud/categories/groupdocs.edito...
  6. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...popular file formats like PDF, DOCX, PPTX, XLSX etc. into JPEG,...

    docs.groupdocs.cloud/viewer/features-overview/
  7. No ChatGPT | Rephrase Rewrite Paraphrase Text a...

    Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...Handles multiple file formats: DOCX, PPTX, TXT, RTF, and more. Batch...

    blog.groupdocs.cloud/rewriter/paraphrase-docume...
  8. Get Document Information | Documentation

    This REST API allows us To obtain basic information about the document and it’s pages properties. 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. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx\"}" Windows PowerShell # First..."FilePath": "words/four-pages.docx" }' Windows CMD : : First, get...

    docs.groupdocs.cloud/editor/get-document-inform...
  9. Supported Document Formats | Documentation

    The following table indicates the file formats that GroupDocs.Merger Cloud can work with. Format Description Join Split Trim Move page Remove pages Swap pages Change page orientation Rotate pages Cross-format merge To PDF / XPS Cross-format merge To DOC / Docx DOC Microsoft Word Document Docx Microsoft Word Open XML Document DOCM Word Open XML Macro-Enabled Document DOT Word Document Template DOTX Word Open XML Document Template DOTM Word Open XML Macro-Enabled Document Template RTF Rich Text Format File ODT OpenDocument Text Document OTT OpenDocument Document Template HTML Hypertext Markup Language File MHT MHTML Web Archive MHTML MIME HTML PDF Portable Document Format File XPS XML Paper Specification File TEX LaTeX Source Document EPUB Open eBook File PPT Microsoft PowerPoint 97-2003 Presentation PPTX Microsoft PowerPoint Presentation PPS Microsoft PowerPoint 97-2003 Slide Show PPSX Microsoft PowerPoint Slide Show ODP OpenDocument Presentation OTP OpenDocument Presentation Template XLS Microsoft Excel 97-2003 Worksheet XLSX Microsoft Excel Worksheet XLSB Microsoft Excel Binary Worksheet XLSM Microsoft Excel Macro-Enabled Worksheet XLT Microsoft Excel Template File XLTX Excel Open XML Spreadsheet Template XLTM Excel Open XML Macro-Enabled Spreadsheet Template ODS OpenDocument Spreadsheet VSDX Microsoft Visio Drawing VSDM Microsoft Visio Macro-Enabled Drawing VSSX Microsoft Visio Stencil VSSM Microsoft Visio Macro-Enabled Stencil VSTX Microsoft Visio Template VSTM Microsoft Visio Macro-Enabled Template VDX Microsoft Visio 2003-2010 XML Drawing VSX Microsoft Visio 2003-2010 XML Stencil VTX Microsoft Visio 2003-2010 XML Template ONE Microsoft OneNote TXT Plain Text File ERR Error Log File CSV Comma Separated Values File TSV Tab Separated Values File...Cross-format merge to DOC / DOCX Microsoft Word Document Microsoft...

    docs.groupdocs.cloud/merger/supported-document-...
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path To document in sTorage. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving document pages....docx"}, "PageNumber": 1, "NewPageNumber":..."OutputPath": "output/move-page.docx" }' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/move-pages/