Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 23,666 for

docx

(1.4 sec)
  1. Load Custom Fonts | GroupDocs

    Compare documents that contain non-standard fonts by supplying custom font directories through LoadOptions using GroupDocs.Comparison for Python via .NET....docx" , load_options ) as comparer...: comparer . add ( "./target.docx" , load_options ) comparer ...

    docs.groupdocs.com/comparison/python-net/develo...
  2. GroupDocs.Redaction for Python via .NET Overvie...

    GroupDocs.Redaction for Python via .NET removes or permanently obscures sensitive content — text, metadata, annotations, image areas, and whole pages — from PDF, Docx, XLSX, PPTX, and images, entirely on-premise without Microsoft Office....docx" ) as redactor : # Replace every...redact_text () sample.docx sample.docx is the sample file used...

    docs.groupdocs.com/redaction/python-net/product...
  3. How to Run Examples | GroupDocs

    This article describes how to run GroupDocs.Merger for .NET code examples....docx" ; // NOTE: Put the actual path...secondDocPath = @"C:\sample2.docx" ; // NOTE: Put the actual path...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  4. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...docx" , loadOptions )) { // Here...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-password-...
  5. GroupDocs.Signature for .NET 26.6 – OOXML Compl...

    GroupDocs.Signature for .NET 26.6 adds OOXML compliance control for WordProcessing docs, per-TFM NuGet packages, and refined trial limits—now available on NuGet....honoured for OOXML output formats: Docx , Docm , Dotx , Dotm and their...WordProcessingSaveOp(WordProcessingSaveFi.Docx) { OoxmlCompliance = OoxmlCompliance...

    blog.groupdocs.com/signature/groupdocs-signatur...
  6. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor for Python via .NET....WordProcessing document, like DOC, DOCX, DOCM, RTF, ODT etc. The preview...WordProcessing family (like DOCX, RTF, etc.), the obtained document...

    docs.groupdocs.com/editor/python-net/generating...
  7. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for Java...WordProcessing family (DOC, DOCX, ODT, RTF, etc.), Spreadsheet...loading two distinct documents — DOCX and PDF, and performing search...

    docs.groupdocs.com/viewer/java/search-highlight...
  8. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET....docx" , "rb" ) as stream : with Metadata...load_from_stream () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/load-fro...
  9. Load from a local disk | GroupDocs

    Learn how to open a file from local disk using GroupDocs.Metadata for Python via .NET....docx" ) as metadata : # Extract,...load_from_local_disk () input.docx input.docx is the sample file used...

    docs.groupdocs.com/metadata/python-net/load-fro...
  10. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...redactor = new Redactor ( "sample.docx" )) { RedactorChangeLog result...

    docs.groupdocs.com/redaction/net/redaction-basics/