Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 3,372 for

groupdocs.classification

(0.04 sec)
  1. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/merger/nodejs-java/extract-p...
  2. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/convert/font/
  3. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/select-specif...
  4. Render attachments | Documentation

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  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....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

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

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

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Load document from Azure Blob Storage | Documen...

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/load-document...
  8. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/load-document...
  9. Preview Digital Certificates properties | Docum...

    This article shows how to receive digital certificates properties over Document Info method....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/preview-certif...
  10. 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 Python via .NET...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/compar...