Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 2,753 for

docx to docx

(0.06 sec)
  1. 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/
  2. 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...
  3. Translate Word or Excel Documents into 7 Differ...

    Translation API To translate Word & Excel documents inTo Chinese, English, French, German, Italian, Russian, Spanish without disturbing document structure....docx" \], "errors": \[\] } Translate...to French. The file, document.docx was uploaded earlier in myFolder...

    blog.groupdocs.cloud/translation/translate-word...
  4. 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/
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document AuTomation 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/22/
  6. 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...
  7. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows To compare more than 2 documents that are protected with a password. The following code sample shows how To compare password-protected documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Compare documents or get document info Download comparison result document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx', 'Password': '1231' }, 'TargetFiles':...'target_files\\word\\target_protected.docx', 'Password': '5784' }, { 'FilePath':...

    docs.groupdocs.cloud/comparison/compare-multipl...
  8. 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....Learn how to convert DOC or DOCX to HTML using GroupDocs.Conversion...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  9. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration Tools inTo their apps and sites....allows you to convert DOC to PDF, DOCX to TIFF, PDF to DOC, PDF to...improved handling of DOC to DOCX conversion operations, streamlined...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  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/