Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 22,398 for

docx

(0.15 sec)
  1. Accept or Reject Word revisions (RevisionHandle...

    Accept or reject native Word track-changes revisions in a Docx file using RevisionHandler and ApplyRevisionChanges — without running a full document comparison....you to get revisions from a Docx file format, process, and save...pathRevision + "Document_with_revision.docx" )) { List < RevisionInfo >...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. Install GroupDocs.Total for Java | GroupDocs

    This topic describes how to install GroupDocs.Total for Java....docx" ); total . view ( HtmlViewOptions...} formatting.docx formatting.docx is sample DOCX file that we’re...

    docs.groupdocs.com/total/java/installation/
  3. Edit and Update Form Fields | GroupDocs

    Editing form fields with GroupDocs.Editor for Python via .NET....docx" , "rb" ) as stream : with Editor... . with open ( "form-fields.docx" , "rb" ) as stream : with Editor...

    docs.groupdocs.com/editor/python-net/edit-and-u...
  4. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....docx ) into a PDF: ConvertSpecificPages...new Converter ( "annual-review.docx" ); // Set conversion options...

    docs.groupdocs.com/conversion/java/convert-spec...
  5. 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,...converter = new Converter ( "sample.docx" , loadOptions ); PdfConvertOptions...

    docs.groupdocs.com/conversion/java/load-wordpro...
  6. C# Regex - Search in Documents using Regular Ex...

    Unlock the power of programmatic search in C#! Learn how to search multiple text-based documents across folders with precision using regular expressions....docx Occurrences: 945 ... Field:...various text-based documents like DOCX, PDF, and TXT files across several...

    blog.groupdocs.com/search/search-in-documents-b...
  7. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files....the DOCX, PDF and TXT files: File Name: Lorem ipsum.docx Occurrences:...

    blog.groupdocs.com/search/search-multiple-texts...
  8. Extract Images from PDF, Word, Excel, PPT using...

    Extract images from the whole document, and specific pages of word processing documents, Excel spreadsheets, PPT presentations, and PDF using Java....Word Processing Documents DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT...= new Parser("path/document.docx") // Word Document // Parser...

    blog.groupdocs.com/parser/extract-images-from-p...
  9. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-formatte...
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/indexing-...