Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 22,376 for

docx

(0.65 sec)
  1. Compare Word Documents | GroupDocs

    Compare Microsoft Word (.doc, .Docx) documents and detect text, formatting, and style differences using GroupDocs.Comparison for Python via .NET.... The API: Compares DOC and DOCX files (and Word-compatible formats.../source.docx" ) as comparer : comparer . add ( "./target.docx" ) comparer...

    docs.groupdocs.com/comparison/python-net/develo...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments...

    blog.groupdocs.com/groupdocs.blog/page/67/
  3. What is the max filesize supported by GroupDocs...

    Hello there, I’m using Java GroupDocs.Conversion, so I’d like to know, what is the limit for a file large enough to be unsupported? Thanks in advance...of conversion (for example, DOCX → PDF is more resource-intensive... we are planning to convert docx into pdf evgen.efimov March...

    forum.groupdocs.com/t/what-is-the-max-filesize-...
  4. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....docx" )) { comparer . add ( "target.docx" ); comparer...( "target2.docx" ); comparer . add ( "target3.docx" ); final StyleSettings...

    docs.groupdocs.com/comparison/java/compare-mult...
  5. How to Convert ODT to TXT using Java

    Our aim is to provide you with guidance on how to convert ODT to TXT using Java with popular conversion library along with code example to export ODT to TXT in Java....procedure for converting ODT to DOCX using Java. If you require additional...tutorial on how to convert ODT to DOCX using Java . Updated on 20 Jun...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert MSG to HTML using Java

    Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....learned about converting MSG to DOCX using Java. If you require additional...explains how to convert MSG to DOCX using Java . Updated on 21 Aug...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Convert CSV to JSON using C#

    Quickly learn how to convert CSV to JSON using C#. We will provide you a C# code to export CSV to JSON. There is no need to install extra softwares for conversion....explanation of how to convert DOCX file format to TXT using C#...extensive guide on how to convert DOCX to TXT using C# . Updated on...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  8. How to Convert RTF to JPG using Java

    This guide will walk you through the entire workflow on how to convert RTF to JPG using Java. Additionally, it will provide Java code to export RTF to JPG in Java....conversion process from RTF to DOCX. If you need further assistance...tutorial on how to convert RTF to DOCX using Java . Updated on 18 May...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …... Is it a PDF or DOCX or something else? because if...document Group_Docs_error_sample1.docx (16.9 KB) denisgvardionov June...

    forum.groupdocs.com/t/different-visualization-t...
  10. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .Docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....docx files. It’s like a “digital...new Parser ( "your-document.docx" )) { // Your code goes here...

    docs.groupdocs.com/parser/net/extract-metadata-...