Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 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. 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...
  3. 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-...
  4. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/merge-pdf/
  5. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/merge/txt/
  6. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/merge/epub/
  7. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using C#/.NET...Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/merge-documents-t...
  8. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  9. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Extract metadata from Emails | Documentation

    Extract metadata from emails by using GetMetaData method....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-metadata-...