Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 21,689 for

import

(0.12 sec)
  1. SpellingCorrector.LoadDefault Method - GroupDoc...

    Loads the default dictionary data....Export Method GetWords Method Import Method Load Method LoadDefault...

    apireference.groupdocs.com/search/net/groupdocs...
  2. SpellingCorrector.Save Method - GroupDocs.Searc...

    Saves the dictionary data to disk....Export Method GetWords Method Import Method Load Method LoadDefault...

    apireference.groupdocs.com/search/net/groupdocs...
  3. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...document: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  4. GroupDocs.Annotation for Java 23.2 Release Note...

    There is 1 feature and 1 bug fixed in this release. Full list of changes in this release Key Category Summary ANNOTATIONJAVA-1356 Feature Add support for adjusting image quality ANNOTATIONJAVA-1345 Fix The web application gets slow after some annotation Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java 23.2: Set resolution (image quality) of document preview. Support for adjusting image quality Now you can change image quality....Java import com.groupdocs.annotation.Annotator ; import com.groupdocs...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  5. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: Import com.groupdocs.redaction.options.ILogger; Import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....to implement three methods: import com.groupdocs.redaction.options...options.ILogger ; import java.util.ArrayList ; /** * <p> * This...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. 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...
  7. 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/
  8. 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/
  9. GroupDocs.Annotation for .NET 20.8 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 20.8 Major Features Below the list of most notable changes in release of GroupDocs.Annotation for .NET 20.8: Improved adding annotations to TIFF Images Improved annotating images mechanism (optimized performance) Added Equals operator for comparing Annotations Fixed issue with open CAD files Fixed failed to Import annotations that was added on older versions (added backward compatibility) Fixed issue with ImageData is not saving on Image annotation Fixed restoring image from ImageData Full List of Issues Covering all Changes in this Release Key Summary Type ANNOTATIONNET-1418 Improve adding annotations to TIFF Images Improvement ANNOTATIONNET-1450 Improve ImageAnnotationHelper Improvement ANNOTATIONNET-1452 Add comparison operator (Equals) overload for Annotation Models Improvement ANNOTATIONNET-1457 Cad file can’t be opened Bug ANNOTATIONNET-1458 Failed to Import annotations that was added on older versions Bug ANNOTATIONNET-1460 ImageData is not saving on Image annotation Bug ANNOTATIONNET-1461 Restore image from ImageData Bug Public API and Backward Incompatible Changes From this time Annotation Models overload the standard Equals method and also implement the IEquatable interface with the type of the class from which this method is called....open CAD files Fixed failed to import annotations that was added...ANNOTATIONNET-1458 Failed to import annotations that was added...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  10. Convert email formats | Documentation

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Java....this: import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert/email/