Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 3,091 for

docx to docx

(0.07 sec)
  1. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs......NET | DOCX File Comparison How to compare...or more Word documents (DOC, DOCX) using a REST API on the cloud...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  2. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples To extract images from documents like PDF, Word documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....image from pdf, xlsx, pptx or docx file Image Extraction from Excel...from PDF, XLSX, PPTX or Word DOCX using Python, please feel free...

    blog.groupdocs.cloud/parser/extract-images-from...
  3. 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...
  4. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how To convert Excel (XLS/XLSX) To CSV in Java using REST API. This article provides step-by-step instructions for converting Excel To CSV quickly....file formats to and from PDF, DOCX, XLSX, PPTX, HTML, and other...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  5. 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/
  6. Working with Conversion API | Documentation

    This API intended for convert the document To specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/Docx/one-page.Docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]..."FilePath" : "/words/docx/one-page.docx" , "Format" : "pdf" ...

    docs.groupdocs.cloud/conversion/conversion-api/
  7. 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...
  8. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/Docx/one-page.Docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process..."FilePath" : "/words/docx/one-page.docx" , "Password" : "1234567890"...

    docs.groupdocs.cloud/signature/verifyresult/
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Extract Pages from Word DOC/DOCX Online using Node.js You may...extract pages from word DOC/DOCX online using Node. Convert your...

    blog.groupdocs.cloud/groupdocs.cloud/page/26/
  10. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "STorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud sTorage VersionId File Version, can be null or omitted. STorageName Name of the cloud sTorage. Can be omitted, then default sTorage used. Password The password for password-protected documents (Docx, pdf, etc)...password-protected documents (docx, pdf, etc) Was this page helpful...

    docs.groupdocs.cloud/comparison/fileinfo/