Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 21,583 for

docx

(0.07 sec)
  1. GroupDocs.Merger for Python via .NET | GroupDocs

    Use GroupDocs.Merger for Python via .NET to merge several documents into one, split single document to multiple and organize documents in different ways....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others...

    docs.groupdocs.com/merger/python-net/
  2. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...of("doc", "docx", "xls", "xlsx").contains(extension))...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  3. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....docx" ; // NOTE: Put here actual...editable document from original DOCX document WordProcessingEditOp...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  4. GroupDocs.Editor Product Family on GroupDocs Bl...

    GroupDocs.Editor Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Editor Product Family on GroupDocs Blog | Document Automatio...... Edit Word Documents - DOC/DOCX Editor Discover efficient ways...Word documents. Either edit DOC/DOCX files online or do it programmatically...

    blog.groupdocs.com/categories/groupdocs.editor-...
  5. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....docx', '.rtf' IndexSettings settings...createFileExtension ( ".doc" , ".docx" , ".rtf" ); // Creating file...

    docs.groupdocs.com/search/java/document-filteri...
  6. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....docx', '.rtf' const settings = new...createFileExtension ( '.doc' , '.docx' , '.rtf' ); // Creating file...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....docx document to HTML with responsive...viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/render-with-resp...
  8. Compare Word documents | GroupDocs

    Learn how to compare Word (.doc, .Docx) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences with simple Python code....API, you can: Compare DOC and DOCX files Highlight insertions,...source_path = "source.docx" target_path = "target.docx" result_path =...

    docs.groupdocs.com/comparison/python-net/compar...
  9. GroupDocs.Comparison for .NET Library - Compare...

    We’re glad to announce the release of the GroupDocs.Comparison for .NET library. Developers working on .NET can use the library to seamlessly add document comparison capability to their own applications. With this library, end users can compare documents of all most popular formats, including PDF, Microsoft Word and Excel. The library also includes a diff view GUI, which displays differences between two documents with a redline view approach and is easy to customize and integrate into your own app.... PDF/A Microsoft Word: DOC, DOCX Microsoft Excel: XLS, XLSX Microsoft...

    blog.groupdocs.com/comparison/groupdocs-compari...
  10. Import documents | GroupDocs

    This section describes how to import documents into another document as OLE objects using Java language...different types like PDF or DOCX document, PowerPoint presentation...

    docs.groupdocs.com/merger/java/import-documents/