Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 21,584 for

docx

(0.08 sec)
  1. GroupDocs.Assembly for .NET 25.12 – Latest Upda...

    Explore what’s new in GroupDocs.Assembly for .NET 25.12. Available now on NuGet and GroupDocs website....when saving a Word document (DOCX, DOCM, DOTX, etc.). The library...source = "template.docx" ; var target = "output.docx" ; var data =...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  2. GroupDocs.Markdown for .NET — Export Documents ...

    Export PDF, Word, Excel, HTML, and more to Markdown with an on‑premises .NET API. First public release is published....their documentation in PDF, DOCX, XLSX and ePub formats. While...popular document formats (PDF, DOCX, XLSX, ePub, and more) into...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  3. 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-...
  4. 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/
  5. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....Create a template document (DOCX) with expression tags referencing..."Template.docx" ; string outputPath = "Output.docx" ; // Assemble...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  6. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....docx' ; const targetPath = 'sample-files/target.docx' ; //...output const resultPath = 'result.docx' ; // Create a Comparer instance...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for .NET...document formats, including DOCX, PDF, XLSX, PPTX, and more....

    docs.groupdocs.com/editor/net/showcases/
  9. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....docx" ; //path to some document Editor...= "C:\\input_path\\document.docx" ; //path to some document ...

    docs.groupdocs.com/editor/java/load-document/