Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 23,667 for

docx

(0.07 sec)
  1. EditableDocument | GroupDocs

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....docx' ); // Edit the document to...Editor ( 'path/to/input/document.docx' ); const editableDocument =...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  2. Convert to Email with advanced options | GroupDocs

    Follow this guide and learn how to convert between email formats (MSG, EML, EMLX) and customize attachment processing using GroupDocs.Conversion for .NET....messages to documents (PDF, DOCX, etc.), use the appropriate...converter . Convert ( "newsletter.docx" , options ); } Best Practices...

    docs.groupdocs.com/conversion/net/convert-to-em...
  3. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/build-search-query/
  4. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/parse-data-from-...
  5. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....docx' ); // Create WordProcessingEditOp...groupdocs_editor . WordProcessingFormat . Docx ); // Save the edited document...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  6. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...docx' )) { args . setPassword ( '123456'...(). endsWith ( 'Lorem ipsum.docx' )) { args . setPassword ( '123456'...

    docs.groupdocs.com/search/nodejs-java/search-in...
  7. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Watermark for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....docx" ) as watermarker : watermark...watermarker . save ( "watermarked.docx" ) ``` ## Search and Remove...

    docs.groupdocs.com/watermark/python-net/agents-...
  8. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....it to some final format like DOCX or XLSX, user needs to pass...

    docs.groupdocs.com/editor/java/create-editabled...
  9. Extract text structure | GroupDocs

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

    docs.groupdocs.com/parser/net/extract-text-stru...
  10. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-index-events/