Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,118 for

import

(0.15 sec)
  1. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....text from the HTML document Import essential classes for developing...the second step guide you to import the required classes for doing...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  2. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector.... To import words from a file, use the...ExportDictionary ( @"C:\Words.txt" ); // Import words from a file index . Dictionaries...

    docs.groupdocs.com/search/net/spelling-corrector/
  3. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... To import words from a file, use the...exportDictionary ( fileName ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  4. 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.... To import words from a file, use the...exportDictionary ( "C:\\Words.txt" ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/java/stop-word-dictio...
  5. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java.... To import types of all characters from...getAlphabet (). clear (); } // Import the alphabet from a file index...

    docs.groupdocs.com/search/java/alphabet/
  6. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....documents from a local disk import groupdocs.comparison as gc...several documents from a stream import groupdocs.comparison as gc...

    docs.groupdocs.com/comparison/python-net/compar...
  7. Add Ellipse Annotation in Slides

    We try our best to provide minimal yet appropriate solutions to our customers. Hence, in this month’s release of GroupDocs.Annotation for .NET 19.3 you will observe some new “easy-to-implement” features. Lets start with ellipse annotation. You might be looking for it, we’ve now added its support for different document formats. Ellipse Annotation GroupDocs.Annotation for .NET 19.3 provides GetThumbnail method for PageImage class, that helps you in getting thumbnails of PDF document pages....now closes stream when you import annotations for Images. Lastly...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  8. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  9. Export Annotations to TIFF Files

    This may be a big news for those who annotate TIFF documents, most of the time. Previously, there was issue with this format. API was throwing exception “Cannot open image file”. But now you can: Import annotations from TIFF file Delete annotations from it Export annotations into it Moreover, in trial mode you were not able to get document info. This issue is now resolved in GroupDocs.Annotation for .NET 19.6.... But now you can: Import annotations from TIFF file...

    blog.groupdocs.com/annotation/export-annotation...
  10. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....enable PDF to DOCX conversion Import the document conversion module...implement this process, we first import the required library and configure...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...