Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 22,396 for

docx

(0.11 sec)
  1. Add a Watermark to Converted Document | GroupDocs

    Stamp a text watermark on every page of a converted document with GroupDocs.Conversion for Python via .NET — control colour, size, position, rotation, transparency, and foreground or background placement via WatermarkTextOptions....demonstrates how to convert DOCX document to PDF and add a watermark:...Converter ( "./professional-services.docx" ) as converter : # Set up the...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....docx" , "rb" ) as stream : # Step...load_from_stream () business-plan.docx business-plan.docx is sample file used...

    docs.groupdocs.com/markdown/python-net/load-fro...
  3. Enabling language information | GroupDocs

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Python via .NET API....some WordProcessing format like DOCX or RTF, the textual content...Editor ( "./sample-document.docx" ) as editor : editable = editor...

    docs.groupdocs.com/editor/python-net/enabling-l...
  4. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Available options are: Doc, Docm, Docx, Dot, Dotm, Dotx, Rtf, Odt,...conversion . Converter ( "sample.docx" , loadOptions ) const convertOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....docx" try ( Metadata metadata = new...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/remove-metadat...
  6. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance....such as Word documents (DOC, DOCX) , spreadsheets (XLS, XLSX)...Occurrences: 135 Document: Lorem ipsum.docx Occurrences: 132 Field: content...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  7. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....docx" ); byte [] attachmentBytes...getFileType () == FileType . DOCX ) { pdfContent . getAttachments...

    docs.groupdocs.com/watermark/java/attachments-i...
  8. Compare documents | GroupDocs

    Compare two documents in C# with GroupDocs.Comparison for .NET. Covers the basic Comparer workflow, file and stream inputs, default highlight colours, and the CompareOptions class for customizing the result....docx" )) { comparer . Add ( "target.docx" ); comparer...comparer . Compare ( "result.docx" ); } The output file is as follows:...

    docs.groupdocs.com/comparison/net/compare-docum...
  9. Index lifecycle | GroupDocs

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/index-lifecycle/
  10. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/index-lifecycle/