Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 7,085 for

node.js

(0.05 sec)
  1. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Viewer for Node.js / Document rendering basics...view Visio files within your Node.js application (web or desktop)...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...
  2. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  3. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Conversion for Node.js via Java / Developer guide...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  4. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/text-file...
  6. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Java applications....Comparison for Node.js via Java / Advanced usage /...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  7. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...Comparison for Node.js via Java / Advanced usage /...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  9. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Search for Node.js / Developer Guide / Advanced...

    docs.groupdocs.com/search/nodejs-java/indexing-...