Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 23,666 for

docx

(2.36 sec)
  1. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....demonstrates how to merge tow DOCX files using GroupDocs.Merger...build context ├── 📄 appendix.docx # Sample input document to merge...

    docs.groupdocs.com/total/python-net/running-in-...
  2. Load document | GroupDocs

    Following this guide you will learn how to load a document from a local disk or file stream for editing with GroupDocs.Editor for Python via .NET API....docx" ) # Load document from a binary...stream with open ( "document.docx" , "rb" ) as stream : editor...

    docs.groupdocs.com/editor/python-net/load-docum...
  3. Load File from Local Disk | GroupDocs

    Load source and target documents for comparison from the local file system, using absolute or relative paths with GroupDocs.Comparison for Python via .NET....docx" ) as comparer : comparer . add ( "./target.docx" ) comparer...comparer . compare ( "./result.docx" ) print ( "Documents compared...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Load Password-Protected Documents | GroupDocs

    Compare password-protected PDF, Word, Excel, and PowerPoint documents by supplying passwords through LoadOptions using GroupDocs.Comparison for Python via .NET....docx" , source_load ) as comparer.... add ( "./target_protected.docx" , target_load ) comparer ....

    docs.groupdocs.com/comparison/python-net/develo...
  5. Legal Document Comparison API: Automate Contrac...

    Learn how to automate legal document comparison and contract review using GroupDocs.Comparison API for Node.js. Compare contract versions, track changes, and streamline legal workflows programmatically....practice, including Word documents (DOCX, DOC), PDF files, and other... 'contracts' , 'contract_v1.docx' ); const revisedContract =...

    blog.groupdocs.com/comparison/legal-document-co...
  6. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...= new Redactor ( @"C:\sample.docx" )) { redactor . Apply ( new...

    docs.groupdocs.com/redaction/net/metadata-redac...
  7. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....docx" ) // Create an HTML file. const...forEmbeddedResources ( "add-text-watermark/docx-to-html-watermark.html" ) //...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  8. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....DOCX) (.DOC) (.DOCM) (.DOT) (.DOTM)...viewer = new Viewer ( "resume.docx" )) { // Create an HTML file...

    docs.groupdocs.com/viewer/net/render-word-docum...
  9. 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" )) { // Create view options...

    docs.groupdocs.com/viewer/net/render-with-respo...
  10. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, Docx, ODT, OTT formats with page size, margins, DPI and other customizations using GroupDocs.Conversion for .NET....Available options are: Doc, Docm, Docx, Dot, Dotx, Rtf, Odt, Ott, Mobi...Format = WordProcessingFileTy . Docx , PageOrientation = PageOrientation...

    docs.groupdocs.com/conversion/net/convert-to-wo...