Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 3,884 for

classification

(0.04 sec)
  1. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/loading-specific...
  2. System requirements | Documentation

    GroupDocs.Conversion for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/net/system-requir...
  3. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/select-specifi...
  4. Features Overview | Documentation

    Variety of features to manipulate graphics, watermarks and text annotations...Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/features-over...
  5. Features Overview | Documentation

    Variety of features to manipulate graphics, watermarks and text annotations...Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/features-ove...
  6. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/detect-encoding/
  7. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/compare-multi...
  9. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/load-text-fro...
  10. Hello, World! | Documentation

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/hello-w...