Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 12,419 for

docx comparison

(0.33 sec)
  1. 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....Comparison Product Solution GroupDocs...Available options are: Doc, Docm, Docx, Dot, Dotm, Dotx, Rtf, Odt,...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. Search text in Microsoft OneNote sections | Gro...

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

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

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

    docs.groupdocs.com/editor/net/showcases/
  4. 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....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  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....Comparison Product Solution GroupDocs...Create a template document (DOCX) with expression tags referencing...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  6. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Comparison Product Solution GroupDocs...formats, which includes DOC, DOCX, DOCM, RTF, ODT etc. Spreadsheet...

    docs.groupdocs.com/editor/net/working-with-form...
  7. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  8. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/queries-in-text-...
  9. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Comparison Product Solution GroupDocs...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/search-text-in-m...
  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....Comparison Product Solution GroupDocs...= "C:\\input_path\\document.docx" ; //path to some document Editor...

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