Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 3,805 for

classification

(0.03 sec)
  1. Extract metadata from Emails | Documentation

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

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Extract images from Emails | Documentation

    Extract images from emails, by default images are extracted with its original format...Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-images-fr...
  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. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-me...
  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....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  7. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/removing-metadata/
  8. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  9. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/multicolored-n...
  10. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/single-row-ima...