Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 12,316 for

docx comparison

(0.11 sec)
  1. Convert PDF to Image using Python

    Quickly learn how to convert PDF to image using Python. Effortlessly export PDF to image using Python with few lines of code that works without installing extra tool....Comparison Product Family GroupDocs...instructions for converting PDFs to DOCX, allowing you to extract, modify...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  2. Search Specific Word in Documents using Java

    Discover how to implement full-text search implementation in Java and easily search specific word in documents using Java without installing extra tools....Comparison Product Family GroupDocs...of documents, including PDF, DOCX files, and text files. In this...

    kb.groupdocs.com/search/java/search-specific-wo...
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Comparison Product Solution GroupDocs...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  5. Render Word Document to Image using Node.js

    Let's learn how to render Word Document to Image using Node.js with code example. There is no need to install any extra tool to render Word Document to Image in Node.js....Comparison Product Family GroupDocs...Viewer instance and provide the DOCX file path. Calling the Viewer...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  6. Index lifecycle | GroupDocs

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/index-lif...
  7. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  8. Logging | GroupDocs

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/logging/
  9. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...Microsoft Word Document (DOC/DOCX) formats. Since ODT is not a...

    docs.groupdocs.com/assembly/net/generating-repo...
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...relative) file_path = "sample.docx" # Create an instance of Parser...

    docs.groupdocs.com/parser/python-net/load-file-...