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

docx comparison

(0.4 sec)
  1. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/document-attribu...
  2. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. 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...
  4. 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...
  5. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  6. Edit Markdown documents | GroupDocs

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Comparison Product Solution GroupDocs...FileExtension ); // Save to the DOCX, for example Options . WordProcessingSaveOp...

    docs.groupdocs.com/editor/net/edit-markdown/
  7. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Comparison Product Solution GroupDocs...images (for example, images in a DOCX document). The default value...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...getFileExtension ()); // Save to DOCX, for example const saveOptions...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  9. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Comparison Product Solution GroupDocs...document formats, including PDF, DOCX, XLSX, PPTX, and more, within...

    docs.groupdocs.com/total/python-net/
  10. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Comparison Product Solution GroupDocs...= "C:\\input_path\\document.docx" ; //path to some document Editor...

    docs.groupdocs.com/editor/net/introduction/