Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 21,366 for

docx

(0.06 sec)
  1. Releasing GroupDocs.Text for .NET – A Convenien...

    Team GroupDocs is pleased to release GroupDocs.Text for .NET API which allows users to extract text from files and documents of various formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform text extraction operations. Why GroupDocs.Text Is Developed? Suppose you are developing a text searching or text analyzing system, wouldn’t it be great if your system can read or analyze a document even if no document reader is installed on your system?...Processing Document Formats (DOC/DOCX/RTM/DOCM/ODT) Presentation Document...

    blog.groupdocs.com/parser/releasing-groupdocs-t...
  2. Render documents | GroupDocs

    Convert documents to HTML, PDF, or images with GroupDocs.Viewer for Python....docx file with three pages, converting...

    docs.groupdocs.com/viewer/python-net/rendering-...
  3. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/creating-an-index/
  4. Creating an index | GroupDocs

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/creating-an-index/
  5. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/nesting-search-q...
  6. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....docx', '.rtf' IndexSettings settings...CreateFileExtension ( ".doc" , ".docx" , ".rtf" ); // Creating file...

    docs.groupdocs.com/search/net/document-filterin...
  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. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...docx document to PDF: Java import...viewer = new Viewer ( "sample.docx" )) { PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  9. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...docx" , FileMode . Open , FileAccess...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-stream/
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.Docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...docx" , loadOptions ); } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...